Metadata-Version: 2.1
Name: deneb
Version: 1.0.1
Summary: Visualization library build on top of Altair and Vega
Home-page: https://github.com/sbi-benchmark/deneb
Author: Jan-Matthis Lueckmann
Author-email: mail@jan-matthis.de
License: MIT
Description: 
        [![PyPI
        version](https://badge.fury.io/py/deneb.svg)](https://badge.fury.io/py/deneb)
        
        # deneb
        
        `deneb` is a visualization library build on top of [Altair](https://altair-viz.github.io) and [Vega](https://vega.github.io) and 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/sbi-benchmark/deneb/main/examples/pairplot.png)
        
        
        ## Name
        
        Altair, Deneb, and Vega form the [Summer Triangle](https://en.wikipedia.org/wiki/Summer_Triangle).
        
        
        ## 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
