.gitignore
.python-version
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
tox.ini
.cookiecutter/cookiecutter.json
.cookiecutter/includes/README/head.md
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pypi.yml
.github/workflows/slack.yml
bin/make_python
bin/make_template
src/matchkit/__init__.py
src/matchkit/core.py
src/matchkit.egg-info/PKG-INFO
src/matchkit.egg-info/SOURCES.txt
src/matchkit.egg-info/dependency_links.txt
src/matchkit.egg-info/top_level.txt
tests/__init__.py
tests/pyproject.toml
tests/functional/__init__.py
tests/functional/sanity_test.py
tests/unit/__init__.py
tests/unit/matchkit/__init__.py
tests/unit/matchkit/core_test.py