Metadata-Version: 2.1
Name: weanalyze-altair-theme
Version: 0.1.0
Summary: Weanalyze's theme for Altair charts.
License: MIT
Author: jiandong
Author-email: jiandong@weanalyze.co
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: altair (>=4.2.0,<5.0.0)
Description-Content-Type: text/markdown

# weanalyze-altair-theme <img align="right" src="https://raw.githubusercontent.com/feedzai/weanalyze-altair-theme/master/assets/logo.svg" height="96" />

[![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://raw.githubusercontent.com/weanalyze/weanalyze-altair-theme/master/assets/weanalyze_logo.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")
```

