Metadata-Version: 2.1
Name: deneb
Version: 0.3.2
Summary: Visualization library build on top of Altair and Vega.
Home-page: https://github.com/jan-matthis/deneb
Author: Jan-Matthis Lueckmann
Author-email: mail@jan-matthis.de
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: altair
Requires-Dist: altair-saver
Requires-Dist: flatlatex
Requires-Dist: mergedeep
Requires-Dist: vega-datasets
Provides-Extra: dev
Requires-Dist: autoflake ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: ipdb ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'


# deneb

`deneb` is a visualization library build on top of Altair and Vega. It allows simple creation of chart types such as pairplots, faceted line plots, and correlation matrices. 


## Installation

```commandline
$ pip install deneb
```


## Usage

See notebooks in `examples/`.

![](https://raw.githubusercontent.com/jan-matthis/deneb/main/examples/pairplot.png)


## License

MIT


