File: control

package info (click to toggle)
textdistance 4.6.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: python: 2,728; sh: 4; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,475 bytes parent folder | download
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.