Metadata-Version: 2.1
Name: crillab-autograph
Version: 0.1.0
Summary: AUtogRAPH - A Unified libRary for drAwing Plots in pytHon
Keywords: visualization plots
Author: Thibault Falque, Romain Wallon, Hugues Wattez
Author-Email: Unknown <metrics@cril.fr>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Project-URL: Homepage, https://github.com/crillab/autograph
Requires-Python: >=3.10
Requires-Dist: Cython
Requires-Dist: Pillow
Requires-Dist: cycler
Requires-Dist: kiwisolver
Requires-Dist: matplotlib
Requires-Dist: nose
Requires-Dist: numpy
Requires-Dist: pip
Requires-Dist: plotly
Requires-Dist: pyparsing
Requires-Dist: python-dateutil
Requires-Dist: retrying
Requires-Dist: seaborn
Requires-Dist: setuptools
Requires-Dist: six
Description-Content-Type: text/markdown

# AUtogRAPH - A Unified libRary for drAwing Plots in pytHon 

AUtogRAPH is a unified library for creating static and interactive visualization in Python. T
It offers a unique simplified interface for creating graphics. 
It currently manages two libraries in the background: [Matplotlib](https://github.com/matplotlib/matplotlib)
and [Plotly](https://github.com/plotly/plotly.py). New libraries will be added gradually. 

## Install *Autograph*

```
$ pip install crillab-autograph
```

## Usage 

A sample notebook is available [here](https://github.com/crillab/autograph/blob/v0.1.0-rc1/example/basic.ipynb). 
