.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.zenodo.json
LICENSE.txt
README.md
RELEASING.md
codecov.yml
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/labels.yml
.github/release-drafter.yml
.github/renovate.json
.github/workflows/deploy.yml
.github/workflows/labels.yml
.github/workflows/lint.yml
.github/workflows/release-drafter.yml
.github/workflows/require-pr-label.yml
.github/workflows/test.yml
src/tinytext/__init__.py
src/tinytext/__main__.py
src/tinytext/cli.py
src/tinytext.egg-info/PKG-INFO
src/tinytext.egg-info/SOURCES.txt
src/tinytext.egg-info/dependency_links.txt
src/tinytext.egg-info/entry_points.txt
src/tinytext.egg-info/requires.txt
src/tinytext.egg-info/top_level.txt
src/tinytext.egg-info/zip-safe
tests/__init__.py
tests/test_tinytext.py