.gitignore
.pre-commit-config.yaml
.yamllint
LICENSE.txt
README.md
codecov.yml
pyproject.toml
pytest.ini
setup.cfg
tox.ini
.github/FUNDING.yml
.github/dependabot.yml
.github/labels.yml
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
demo/demo_colorer.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/make.py
docs/static/.placeholder
hooks/pre-commit
src/tendo/__init__.py
src/tendo/_version.py
src/tendo/ansiterm.py
src/tendo/colorer.py
src/tendo/execfile2.py
src/tendo/py.typed
src/tendo/singleton.py
src/tendo/tee.py
src/tendo/unicode.py
src/tendo.egg-info/PKG-INFO
src/tendo.egg-info/SOURCES.txt
src/tendo.egg-info/dependency_links.txt
src/tendo.egg-info/not-zip-safe
src/tendo.egg-info/requires.txt
src/tendo.egg-info/top_level.txt
src/tendo/tests/__init__.py
src/tendo/tests/py.typed
src/tendo/tests/test_colorer.py
src/tendo/tests/test_execfile2.py
src/tendo/tests/test_singleton.py
src/tendo/tests/test_tee.py
src/tendo/tests/test_unicode.py
src/tendo/tests/assets/full_sample_utf8_bom.txt
src/tendo/tests/assets/sample_ucs2_be.txt
src/tendo/tests/assets/sample_ucs2_le.txt
src/tendo/tests/assets/sample_utf8.txt
src/tendo/tests/assets/sample_utf8_bom.txt
src/tendo/tests/assets/utf8-after-append.txt
src/tendo/tests/assets/utf8-invalid.txt
src/tendo/tests/assets/utf8.txt