.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pull_request_template.md
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
colorcodetools/__init__.py
colorcodetools.egg-info/PKG-INFO
colorcodetools.egg-info/SOURCES.txt
colorcodetools.egg-info/dependency_links.txt
colorcodetools.egg-info/top_level.txt
colorcodetools/cmyk/__init__.py
colorcodetools/cmyk/config.py
colorcodetools/cmyk/convert.py
colorcodetools/cmyk/invert.py
colorcodetools/cmyk/validate.py
colorcodetools/hex/__init__.py
colorcodetools/hex/config.py
colorcodetools/hex/convert.py
colorcodetools/hex/invert.py
colorcodetools/hex/validate.py
colorcodetools/ral/__init__.py
colorcodetools/ral/config.py
colorcodetools/ral/validate.py
colorcodetools/rgb/__init__.py
colorcodetools/rgb/config.py
colorcodetools/rgb/convert.py
colorcodetools/rgb/invert.py
colorcodetools/rgb/validate.py
docs/how_to_read.md
docs/modules/cmyk/convert.py/CmykToHex/cmyk_to_hex.md
docs/modules/cmyk/convert.py/CmykToRgb/cmyk_to_rgb.md
docs/modules/cmyk/invert.py/invert_cmyk.md
docs/modules/cmyk/invert.py/invert_single_cmyk.md
docs/modules/cmyk/validate.py/is_cmyk.md
docs/modules/cmyk/validate.py/is_single_cmyk.md
docs/modules/hex/convert.py/HexToCmyk/hex_to_cmyk.md
docs/modules/hex/convert.py/HexToRgb/hex_to_rgb.md
docs/modules/hex/invert.py/invert_hex.md
docs/modules/hex/validate.py/is_hex.md
docs/modules/hex/validate.py/is_in_netscape.md
docs/modules/hex/validate.py/is_in_vga.md
docs/modules/ral/validate.py/is_ral.md
docs/modules/rgb/convert.py/RgbToCmyk/rgb_to_cmyk.md
docs/modules/rgb/convert.py/RgbToHex/rgb_to_hex.md
docs/modules/rgb/invert.py/invert_rgb.md
docs/modules/rgb/invert.py/invert_single_rgb.md
docs/modules/rgb/validate.py/is_rgb.md
docs/modules/rgb/validate.py/is_single_rgb.md
docs/templates/function.md