.gitattributes
.gitignore
CHANGELOG.md
LICENSE.txt
Makefile
README.md
pyproject.toml
requirements.dev.txt
setup.py
.github/pull_request_template.md
.github/workflows/release.yml
.github/workflows/run-ci.yml
kotsu/__init__.py
kotsu/error.py
kotsu/registration.py
kotsu/run.py
kotsu/store.py
kotsu/typing.py
kotsu.egg-info/PKG-INFO
kotsu.egg-info/SOURCES.txt
kotsu.egg-info/dependency_links.txt
kotsu.egg-info/requires.txt
kotsu.egg-info/top_level.txt
tests/__init__.py
tests/test_end_to_end.py
tests/test_registration.py
tests/test_run.py
tests/test_store.py