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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
  
     | 
    
      Source: python-levenshtein
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 cython3 (>= 3.0.11),
 debhelper-compat (= 13),
 dh-sequence-python3,
 librapidfuzz-cpp-dev (>= 3.2.0),
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-pytest <!nocheck>,
 python3-rapidfuzz,
 python3-scikit-build-core (>= 0.11),
 python3-skbuild (>= 0.13.0),
 python3-sphinx,
 python3-sphinx-rtd-theme,
Standards-Version: 4.7.2
Homepage: https://maxbachmann.github.io/Levenshtein/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-levenshtein.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-levenshtein
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Description: extension for computing string similarities and edit distances
 The Levenshtein module computes Levenshtein distances, similarity ratios,
 generalized medians and set medians of Unicode or non-Unicode strings.
 Because it's implemented in C, it's much faster than the corresponding
 Python library functions and methods.
 .
 The Levenshtein distance is the minimum number of single-character
 insertions, deletions, and substitutions to transform one string into
 another.
 .
 It is useful for spell checking, or fuzzy matching of gettext messages.
Package: python3-levenshtein
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis} (Python 3)
 ${source:Extended-Description}
 .
 This package contains Levenshtein for Python 3.
Package: python-levenshtein-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: ${source:Synopsis} (Documentations)
 ${source:Extended-Description}
 .
 This package contains the documentation.
 
     |