.gitignore
CONTRIBUTING.rst
HISTORY.rst
LICENSE
Makefile
README.rst
pyproject.toml
requirements_dev.txt
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
docs/_config.yml
docs/_toc.yml
docs/api.md
docs/getting_started.md
docs/intro.md
docs/palette_reference.md
docs/examples/colorblind.ipynb
docs/examples/colormaps.ipynb
docs/examples/colors.ipynb
docs/examples/palettes.ipynb
docs/examples/plotting.ipynb
docs/examples/utilities.ipynb
notebooks/01_working_with_colors.ipynb
notebooks/02_working_with_colors.ipynb
notebooks/color_mixer.ipynb
notebooks/.ipynb_checkpoints/color_mixer-checkpoint.ipynb
pychromatic/__init__.py
pychromatic/colorclass.py
pychromatic/colors.py
pychromatic/cutils.py
pychromatic/decors.py
pychromatic/palette.py
pychromatic/plutils.py
pychromatic.egg-info/PKG-INFO
pychromatic.egg-info/SOURCES.txt
pychromatic.egg-info/dependency_links.txt
pychromatic.egg-info/requires.txt
pychromatic.egg-info/top_level.txt
tests/__init__.py
tests/test_pychromatic.py