Levenshtein is a Python C extension and C libray to compute Levenshtein string distance, string similarity, normal and generalized string set medians, and other related quantities.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Hamming distance and Jaro and Jaro-Winkler string similarity metrics were added. Functions raising ValueErrors on bad types were fixed to raise TypeErrors.