.gitignore
.pre-commit-config.yaml
.vimrc
.vimspector.json
CHANGELOG.md
README.md
delta_e.vim
pyproject.toml
.github/workflows/pypi-project.yml
src/basic_colormath/__init__.py
src/basic_colormath/conversion.py
src/basic_colormath/distance.py
src/basic_colormath/mix.py
src/basic_colormath/py.typed
src/basic_colormath/type_hints.py
src/basic_colormath.egg-info/PKG-INFO
src/basic_colormath.egg-info/SOURCES.txt
src/basic_colormath.egg-info/dependency_links.txt
src/basic_colormath.egg-info/requires.txt
src/basic_colormath.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_conversion.py
tests/test_delta_e.py
tests/test_mix.py