python-levenshtein 0.12.2-2build1 source package in Ubuntu
Changelog
python-levenshtein (0.12.2-2build1) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Thu, 17 Mar 2022 19:56:59 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Sandro Tosi
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | python | |
Jammy | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-levenshtein_0.12.2.orig.tar.xz | 39.4 KiB | 2749ecd2443fa33c486f4bd44d27069c79079f53dd8d4fcfaefa2a3a0ce462f2 |
python-levenshtein_0.12.2-2build1.debian.tar.xz | 3.6 KiB | 087626020929dd632a61f826d0378ad2285fdfd720586c717024d90470246cbc |
python-levenshtein_0.12.2-2build1.dsc | 2.1 KiB | 9fcf5f40b487e5388d27020232d63428db568b1e3b1d68e7d2b1d33c1e6933c0 |
Available diffs
- diff from 0.12.2-2 (in Debian) to 0.12.2-2build1 (345 bytes)
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