.gitignore
.pre-commit-config.yaml
LICENSE
README.md
example.gif
pyproject.toml
setup.cfg
setup.py
.github/workflows/build.yaml
.github/workflows/codeql-anaylsis.yaml
.github/workflows/pypi-upload.yaml
colorpedia/__init__.py
colorpedia/cli.py
colorpedia/color.py
colorpedia/config.py
colorpedia/converters.py
colorpedia/exceptions.py
colorpedia/formatters.py
colorpedia/hexcodes.py
colorpedia/inputs.py
colorpedia/palettes.py
colorpedia/version.py
colorpedia.egg-info/PKG-INFO
colorpedia.egg-info/SOURCES.txt
colorpedia.egg-info/dependency_links.txt
colorpedia.egg-info/entry_points.txt
colorpedia.egg-info/requires.txt
colorpedia.egg-info/top_level.txt
tests/__init__.py
tests/test_color.py
tests/test_config.py
tests/test_converters.py
tests/test_exceptions.py
tests/test_formatters.py
tests/test_hexcodes.py
tests/test_inputs.py
tests/test_palette.py