python-levenshtein 0.12.0-2 source package in Ubuntu

Changelog

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

  * upload to unstable

 -- Sandro Tosi <email address hidden>  Sun, 02 Aug 2015 13:11:20 +0100

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.0-2.dsc 2.4 KiB 75e45fa56ec2d9920e4827bb7ca54ad6dbb2da9ac044c1bc385b670bcf4b9b88
python-levenshtein_0.12.0.orig.tar.gz 47.5 KiB 033a11de5e3d19ea25c9302d11224e1a1898fe5abd23c61c7c360c25195e3eb1
python-levenshtein_0.12.0-2.debian.tar.xz 3.1 KiB 33e04258d92b86b17f3c07ce45ee4d175eca485c41c6f3ecb430decd8584bb90

No changes file available.

Binary packages built by this source

python-levenshtein: No summary available for python-levenshtein in ubuntu wily.

No description available for python-levenshtein in ubuntu wily.

python-levenshtein-dbg: No summary available for python-levenshtein-dbg in ubuntu wily.

No description available for python-levenshtein-dbg in ubuntu wily.

python3-levenshtein: No summary available for python3-levenshtein in ubuntu wily.

No description available for python3-levenshtein in ubuntu wily.

python3-levenshtein-dbg: extension for computing string similarities and edit distances(py3k debug ext)

 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 the extensions built for the Python 3 debug interpreter.