LICENSE
README.md
pyproject.toml
src/tokendrift/__init__.py
src/tokendrift/__main__.py
src/tokendrift/models.py
src/tokendrift/py.typed
src/tokendrift.egg-info/PKG-INFO
src/tokendrift.egg-info/SOURCES.txt
src/tokendrift.egg-info/dependency_links.txt
src/tokendrift.egg-info/entry_points.txt
src/tokendrift.egg-info/requires.txt
src/tokendrift.egg-info/top_level.txt
src/tokendrift/cli/__init__.py
src/tokendrift/cli/main.py
src/tokendrift/core/__init__.py
src/tokendrift/core/baseline.py
src/tokendrift/core/boundary.py
src/tokendrift/core/differ.py
src/tokendrift/core/loader.py
src/tokendrift/core/vocab.py
src/tokendrift/corpus/__init__.py
src/tokendrift/corpus/loaders.py
src/tokendrift/report/__init__.py
src/tokendrift/report/cost.py
src/tokendrift/report/terminal.py
tests/test_baseline.py
tests/test_boundary.py
tests/test_cli.py
tests/test_cost.py
tests/test_differ.py
tests/test_loader.py
tests/test_loaders.py
tests/test_terminal.py
tests/test_vocab.py