Source: python-editdist
Uploaders: MUD Project <mud-builder-team@garage.maemo.org>
Section: python
Priority: extra
Maintainer: Andrew Flegg <andrew@bleb.org>
Build-Depends: python-imaging, python2.5-dev, python-numeric,
  python-support
Standards-Version: 3.6.1

Package: python-editdist
Architecture: any
Depends: python, ${shlibs:Depends}, ${misc:Depends}
Description: Calculate the 'edit distance' between two strings.
  Python module to calculate the Levenshtein edit distance between two
  strings. It is implemented as a CPython module and is quite fast.
