.gitignore
LICENSE.txt
README.md
codecov.yml
pyproject.toml
.github/workflows/codecov-from-main.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/workflow.yml
src/colourings/__init__.py
src/colourings/colour.py
src/colourings/conversions.py
src/colourings/definitions.py
src/colourings/identify.py
src/colourings/py.typed
src/colourings.egg-info/PKG-INFO
src/colourings.egg-info/SOURCES.txt
src/colourings.egg-info/dependency_links.txt
src/colourings.egg-info/requires.txt
src/colourings.egg-info/top_level.txt
tests/__init__.py
tests/test_colour.py
tests/test_conversions.py
tests/test_definitions.py
tests/test_identify.py