Metadata-Version: 2.1
Name: analyticViz
Version: 0.0.1
Summary: Package for data visualization
Home-page: UNKNOWN
Author: David Adarkwah
Author-email: davidwyse48@gmail.com
License: UNKNOWN
Keywords: plotly,analysis,visualization,data analysis,data science
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt


## What is analyticViz?

**analyticViz** is a Python package that allows user to plot basic visualization charts using plotly. It is suitable for people who do not wish to write many lines of code to plot graphs using plotly. Some of the graphs available at the moment includes bar chart, line plots, histograms, box plots etc.


## Main Features
Here are just a few of the things that pandas does well:

  - Functions for plotting various visualizations
  - Visualizations formatted with a consistent color when used in jupyter notebook
  - Option to plot multiple graphs using one function


## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/Adark-Amal/analyticViz

Binary installers for the latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/analyticViz) 


## Dependencies
- [Plotly - Provides all the needed visualizations](https://plotly.com/python/)


## Installation 
To install analyticViz via PyPI

```python
pip install analyticViz
```

## License
[MIT](https://opensource.org/licenses/MIT)

## Documentation
The official documentation is yet to be provided

## Background
Work on ``analyticViz`` started in 2022 and has been under active development since then.




