LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
textdistance/__init__.py
textdistance/benchmark.py
textdistance/libraries.json
textdistance/libraries.py
textdistance/utils.py
textdistance.egg-info/PKG-INFO
textdistance.egg-info/SOURCES.txt
textdistance.egg-info/dependency_links.txt
textdistance.egg-info/requires.txt
textdistance.egg-info/top_level.txt
textdistance/algorithms/__init__.py
textdistance/algorithms/base.py
textdistance/algorithms/compression_based.py
textdistance/algorithms/edit_based.py
textdistance/algorithms/phonetic.py
textdistance/algorithms/sequence_based.py
textdistance/algorithms/simple.py
textdistance/algorithms/token_based.py
textdistance/algorithms/types.py
textdistance/algorithms/vector_based.py