.coveragerc
.gitignore
.pre-commit-config.yaml
.travis.yml
Gruntfile.js
LICENSE.txt
README.md
RELEASING.md
codecov.yml
package.json
pyproject.toml
setup.cfg
setup.py
tox.ini
yarn.lock
.github/labels.yml
.github/release-drafter.yml
.github/workflows/deploy.yml
.github/workflows/labels.yml
.github/workflows/lint.yml
.github/workflows/release-drafter.yml
.github/workflows/test.yml
src/tinytext/__init__.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