.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/CONTRIBUTING.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/linting.yml
.github/workflows/testing.yml
examples/README.md
examples/basic/basic_match.py
examples/basic/basic_ratio.py
examples/basic/best_match.py
examples/basic/with_ratio.py
examples/custom/limit_score.py
examples/custom/modify_search.py
examples/custom/partial_match.py
examples/custom/scorers.py
examples/other/benchmark.py
examples/other/misc.py
stringmatch/__init__.py
stringmatch/distance.py
stringmatch/match.py
stringmatch/py.typed
stringmatch/ratio.py
stringmatch/scorer.py
stringmatch/strings.py
stringmatch.egg-info/PKG-INFO
stringmatch.egg-info/SOURCES.txt
stringmatch.egg-info/dependency_links.txt
stringmatch.egg-info/requires.txt
stringmatch.egg-info/top_level.txt
tests/__init__.py
tests/test_distance.py
tests/test_match.py
tests/test_ratio.py
tests/test_strings.py