Metadata-Version: 2.1
Name: weanalyze-altair-theme
Version: 0.1.4
Summary: WeAnalyze's theme for Altair charts.
Home-page: https://github.com/weanalyze/weanalyze-altair-theme
Author: weanalyze
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/weanalyze/weanalyze-altair-theme/issues
Project-URL: Source, https://github.com/weanalyze/weanalyze-altair-theme
Description: # weanalyze-altair-theme <img align="right" src="https://github.com/weanalyze/weanalyze-altair-theme/blob/main/assets/weanalyze_logo.svg" height="48" />
        
        [![PyPI](https://img.shields.io/pypi/v/weanalyze-altair-theme)](https://pypi.org/project/weanalyze-altair-theme/) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/weanalyze/weanalyze-altair-theme/master?labpath=demo.ipynb)
        
        WeAnalyze's theme for [Altair](https://github.com/altair-viz/altair) charts.
        
        ## Sneak peek
        
        ![Examples of charts with the weanalyze-altair-theme applied](https://github.com/weanalyze/weanalyze-altair-theme/blob/main/assets/visualization.svg)
        
        ## Quickstart
        
        ### Installation
        
        Via [pip](https://github.com/pypa/pip):
        
        ```bash
        pip install weanalyze-altair-theme
        ```
        
        ### Usage
        
        ```python
        import altair as alt
        alt.themes.enable("weanalyze")
        ```
        
Keywords: altair,theme,data,visualization
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
