LICENSE
README.md
pyproject.toml
src/roycolor/__init__.py
src/roycolor/__main__.py
src/roycolor/_colorio.py
src/roycolor/cli.py
src/roycolor/colormaps.py
src/roycolor/colors.py
src/roycolor/diagnostics.py
src/roycolor/palettes.py
src/roycolor/preview.py
src/roycolor/py.typed
src/roycolor/style.py
src/roycolor.egg-info/PKG-INFO
src/roycolor.egg-info/SOURCES.txt
src/roycolor.egg-info/dependency_links.txt
src/roycolor.egg-info/entry_points.txt
src/roycolor.egg-info/requires.txt
src/roycolor.egg-info/top_level.txt
src/roycolor/styles/roycolor-dark.mplstyle
src/roycolor/styles/roycolor-paper.mplstyle
src/roycolor/styles/roycolor-talk.mplstyle
tests/test_colormaps.py
tests/test_colors.py
tests/test_diagnostics.py
tests/test_palettes.py
tests/test_style.py