freebsd-ports/devel/py-levenshtein/pkg-descr
Wen Heping 507ecd1f0c - Update MASTER_SITE
- Add LICENSE
- Update WWW
- Remove pkg-plist and move it's content into PLIST_FILES
- Raise USE_PYTHON to 2.5+

PR:		ports/158922
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer(timeout, > 20 days)
2011-08-11 13:39:30 +00:00

6 lines
276 B
Text

Levenshtein computes Levenshtein distances, similarity ratios, generalized
medians and set medians of Strings and Unicodes. Because it's implemented
in C, it's much faster than corresponding Python library functions and
methods.
WWW: http://code.google.com/p/pylevenshtein/