Metadata-Version: 2.1
Name: deneb
Version: 0.1.4
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
Description: 
        # deneb
        
        `deneb` is a visualization library build on top of Altair and Vega. It allows simple creation of chart types such as pairplots, facted 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
        
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
Provides-Extra: dev
