Source: python-levenshtein
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Carl Keinath <carl.keinath@gmail.com>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 cython3 (>= 3.1.6),
 librapidfuzz-cpp-dev (>= 3.3.3),
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-pytest <!nocheck>,
 python3-rapidfuzz,
 python3-scikit-build-core (>= 0.11),
 python3-skbuild (>= 0.13.0),
Build-Depends-Indep:
 dh-sequence-sphinxdoc <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.4
Homepage: https://rapidfuzz.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
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:
 ${python3: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:
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Build-Profiles: <!nodoc>
Description: ${source:Synopsis} (Documentations)
 ${source:Extended-Description}
 .
 This package contains the documentation.
