Metadata-Version: 2.1
Name: themes
Version: 0.0.1
Summary: Universal Themes for Visualization Libraries in Python
Home-page: https://github.com/gialdetti/themes
Author: Eyal Gal
Author-email: eyalgl@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

# themes
Universal Themes for Visualization Libraries in Python


## Installing
### Install latest release version via [pip](https://pip.pypa.io/en/stable/quickstart/)
```bash
$ pip install themes
```

### Install latest development version via [pip](https://pip.pypa.io/en/stable/quickstart/)
```bash
pip install git+https://github.com/gialdetti/themes.git
```

### Install latest development version in development mode
```bash
git clone git@github.com:gialdetti/themes.git
cd themes
pip install -e .
```

## Help and Support

### Examples
All examples are located in [examples](examples) folder.


### Testing
After installation, you can launch the test suite:
```bash
$ pytest
```


