Metadata-Version: 2.1
Name: naturalcolors
Version: 1.0.5
Summary: Create custom colormaps from discrete lists of colors
Author-email: "Fabio D. Steffen" <35061965+fdsteffen@users.noreply.github.com>
License: MIT
Project-URL: Documentation, https://fdsteffen.github.io/naturalcolors/
Project-URL: Repository, https://github.com/fdsteffen/naturalcolors.git
Project-URL: Issues, https://github.com/fdsteffen/naturalcolors/iisues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Provides-Extra: dev
Requires-Dist: devtools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: mkdocs-material; extra == "dev"
Requires-Dist: mkdocs-jupyter; extra == "dev"
Requires-Dist: mkdocstrings-python; extra == "dev"

# <img src="https://raw.githubusercontent.com/fdsteffen/naturalcolors/master/docs/images/icon.png" width="50">naturalcolors
[![PyPI](https://img.shields.io/pypi/v/naturalcolors)](https://pypi.org/project/naturalcolors/)

**naturalcolors** generates custom colormaps from a list of RGB(A) colors.

## Installation
There are different options how to install naturalcolors. 

### PyPI
You can install the latest release with pip
```
pip install naturalcolors
```

### Install from source
You may also get the latest development version directly from Github
```
pip install git+https://github.com/fdsteffen/naturalcolors.git
```

## Getting started
A guide to create your own colormap can be found in this [Jupyter Notebook](https://github.com/fdsteffen/naturalcolors/blob/master/docs/naturalcolors_tutorial.ipynb).
