Source: textdistance Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Otto Kekäläinen , Julian Gilbey Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-abydos , python3-all, python3-distance , python3-hypothesis , python3-isort , python3-jellyfish , python3-levenshtein , python3-numpy , python3-py-stringmatching , python3-pylev , python3-pytest , python3-pyxdameraulevenshtein , python3-setuptools Standards-Version: 4.5.1 Homepage: https://github.com/life4/textdistance Vcs-Git: https://salsa.debian.org/python-team/packages/textdistance.git Vcs-Browser: https://salsa.debian.org/python-team/packages/textdistance Rules-Requires-Root: no Package: python3-textdistance Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python3-abydos, python3-distance, python3-jellyfish, python3-levenshtein, python3-lzma, python3-numpy, python3-py-stringmatching, python3-pylev, python3-pyxdameraulevenshtein Description: Library for calculating distances between sequences This Python library can calculate the distance between sequences or strings using over 30 algorithms. It is a pure Python implementation, but can make use of other libraries (listed as Suggests, some of which have compiled extensions) for increased speed.