Metadata-Version: 2.4
Name: cm_feathers
Version: 1.0.2
Summary: Matplotlib colormaps inspired by bird feathers
Author: Harrison Nicholls, email = harrison.nicholls@physics.ox.ac.uk
License-Expression: GPL-3.0-or-later
Project-URL: homepage, https://github.com/nichollsh/cm_feathers
Project-URL: issues, https://github.com/nichollsh/cm_feathers/issues
Keywords: Visualization,Color,Plotting
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: matplotlib
Requires-Dist: numpy
Provides-Extra: develop
Requires-Dist: coverage[toml]; extra == "develop"
Requires-Dist: pip-tools; extra == "develop"
Requires-Dist: pytest>=8.1; extra == "develop"
Requires-Dist: pre-commit; extra == "develop"
Requires-Dist: ruff; extra == "develop"
Dynamic: license-file

# Feathers

A simple Python package providing colormaps inspired by the colours of bird feathers.
Based on the [R package](https://github.com/shandiya/feathers).

### Demonstration
![Image demonstrating the Feathers colormaps](docs/assets/feathers.svg)

### Installation
Install the package from PyPI:
```bash
pip install cm_feathers
```

Or to develop it, clone this repository and install locally:
```bash
pip install -e .
```

### Usage
Simply import the package to make the colormaps available for use with Matplotlib:
```python
import feathers
```
-----------------------------
Available under the GNU General Public License v3.

Copyright (C) 2025 Harrison Nicholls
