File: control

package info (click to toggle)
pylev 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: python: 89; makefile: 9; sh: 4
file content (27 lines) | stat: -rw-r--r-- 788 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
Source: pylev
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <eamanu@yaerobi.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://github.com/toastdriven/pylev
Vcs-Browser: https://salsa.debian.org/python-team/packages/pylev
Vcs-Git: https://salsa.debian.org/python-team/packages/pylev.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-pylev
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: pure Python Levenshtein implementation
 A pure Python Levenshtein implementation. Based off the
 Wikipedia code samples at
 http://en.wikipedia.org/wiki/Levenshtein_distance.