File: control

package info (click to toggle)
distance 0%2Bgit20131122.ad7f9dc-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: ansic: 1,429; python: 467; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 971 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
Source: distance
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Otto Kekäläinen <otto@debian.org>,
           Julian Gilbey <jdg@debian.org>,
           Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all
Standards-Version: 4.5.1
Homepage: https://github.com/doukremt/distance
Vcs-Git: https://salsa.debian.org/python-team/packages/distance.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/distance
Rules-Requires-Root: no

Package: python3-distance
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python library for comparing sequences
 This package provides helpers for computing similarities between
 arbitrary sequences. Included metrics are Levenshtein, Hamming,
 Jaccard, and Sorensen distance, plus some bonuses. The distance
 computations are implemented in pure Python.