.editorconfig
.flake8
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.rst
noxfile.py
pyproject.toml
docs/Makefile
docs/changelog.rst
docs/colors.rst
docs/conf.py
docs/conformance.rst
docs/contents.rst
docs/conventions.rst
docs/faq.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/spelling_wordlist.txt
src/webcolors/__init__.py
src/webcolors/constants.py
src/webcolors/conversion.py
src/webcolors/html5.py
src/webcolors/normalization.py
src/webcolors/types.py
src/webcolors.egg-info/PKG-INFO
src/webcolors.egg-info/SOURCES.txt
src/webcolors.egg-info/dependency_links.txt
src/webcolors.egg-info/requires.txt
src/webcolors.egg-info/top_level.txt
tests/__init__.py
tests/definitions.py
tests/full_colors.py
tests/test_conformance.py
tests/test_conversion.py
tests/test_html5.py
tests/test_normalization.py