Metadata-Version: 2.1
Name: plotly-gruvbox-colorscheme
Version: 0.2.0
Summary: gruvbox colorscheme for plotly
Home-page: https://github.com/Josiah-tan/plotly-gruvbox-colorscheme
Author: Josiah-tan
License: GNU General Public License v3 (GPLv3)
Keywords: gruvbox,plotly,python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: plotly
Requires-Dist: pandas

# plotly-gruvbox-colorscheme

- gruvbox colorscheme for plotly


# installation:

```
pip install plotly-gruvbox-colorscheme
```

# usage:

```python
from plotly_gruvbox_colorscheme import experimental
pio.templates.default = experimental

```
