python-levenshtein 0.12.2-2 source package in Ubuntu

Changelog

python-levenshtein (0.12.2-2) unstable; urgency=medium

  * remove -dbg package; Closes: #994358

 -- Sandro Tosi <email address hidden>  Thu, 30 Sep 2021 19:47:31 -0400

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-levenshtein_0.12.2-2.dsc 2.0 KiB d4e2c31b0fd8eb6b2cd44a2a7fcba68003c6f9115f8af1cf78a20335f84095e1
python-levenshtein_0.12.2.orig.tar.xz 39.4 KiB 2749ecd2443fa33c486f4bd44d27069c79079f53dd8d4fcfaefa2a3a0ce462f2
python-levenshtein_0.12.2-2.debian.tar.xz 3.5 KiB 314eea3570ea9d0eb562bb8c396af1f99b3a0f74991f0ce4d5826359718678e2

No changes file available.

Binary packages built by this source

python3-levenshtein: extension for computing string similarities and edit distances (Python 3)

 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.
 .
 This package contains Levenshtein for Python 3.

python3-levenshtein-dbgsym: debug symbols for python3-levenshtein