.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/on_push_default_branch.yml
.github/workflows/release.yml
examples/ansi_colors.py
examples/ansi_styles.py
examples/background_colors.py
examples/lib.py
requirements/requirements.txt
requirements/test_requirements.txt
ss/ansi_colors.png
ss/oneline.png
ss/styles.png
tcolorpy/__init__.py
tcolorpy/__main__.py
tcolorpy/__version__.py
tcolorpy/_const.py
tcolorpy/_truecolor.py
tcolorpy/py.typed
tcolorpy.egg-info/PKG-INFO
tcolorpy.egg-info/SOURCES.txt
tcolorpy.egg-info/dependency_links.txt
tcolorpy.egg-info/not-zip-safe
tcolorpy.egg-info/requires.txt
tcolorpy.egg-info/top_level.txt
test/test_color.py
test/test_truecolor.py