python-levenshtein 0.12.2-3 source package in Ubuntu

Changelog

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

  * orphan

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 15:33:48 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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-3.dsc 2.0 KiB c23c5aa89cf9bdded1888a286a6d94ff5c51555971e4ff3d8864b6259e9be53c
python-levenshtein_0.12.2.orig.tar.xz 39.4 KiB 2749ecd2443fa33c486f4bd44d27069c79079f53dd8d4fcfaefa2a3a0ce462f2
python-levenshtein_0.12.2-3.debian.tar.xz 3.6 KiB 283bc0753fd8f21a2f11005cd118e14ec79c45cefb249b7f293292cf885de5c1

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