Source: textdistance Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Julian Gilbey Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-hypothesis , python3-isort , python3-jellyfish (>= 0.8.9) , python3-levenshtein , python3-numpy , python3-pylev , python3-pytest , python3-pyxdameraulevenshtein , python3-rapidfuzz , python3-setuptools Standards-Version: 4.7.2 Testsuite: autopkgtest-pkg-pybuild 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: python3-rapidfuzz, ${misc:Depends}, ${python3:Depends} Recommends: python3-numpy 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.