1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: textdistance
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-hypothesis <!nocheck>,
python3-isort <!nocheck>,
python3-jellyfish (>= 0.8.9) <!nocheck>,
python3-levenshtein <!nocheck>,
python3-numpy <!nocheck>,
python3-pylev <!nocheck>,
python3-pytest <!nocheck>,
python3-pyxdameraulevenshtein <!nocheck>,
python3-rapidfuzz <!nocheck>,
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.
|