python-levenshtein 0.10.1-1.1ubuntu1 source package in Ubuntu

Changelog

python-levenshtein (0.10.1-1.1ubuntu1) precise; urgency=low

  * Build using dh_python2.
 -- Matthias Klose <email address hidden>   Wed, 14 Dec 2011 16:20:49 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Nicolas François
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main python

Downloads

File Size SHA-256 Checksum
python-levenshtein_0.10.1.orig.tar.gz 41.0 KiB f23e9c024d1e549f4372ff68a64078bcc20b47da60b0d1bb2100d67eea56197e
python-levenshtein_0.10.1-1.1ubuntu1.diff.gz 4.6 KiB bb2d85c974bd8785b3bedc9078dcf8d6d364d22e3fadbab5d8f2f4fe2a0247ad
python-levenshtein_0.10.1-1.1ubuntu1.dsc 1.3 KiB f5e461073f718b0f427a0454076219432454e671e510f9ee20bc309fa5783fdc

View changes file

Binary packages built by this source

python-levenshtein: 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.