Metadata-Version: 1.0 Name: python-Levenshtein Version: 0.10.1 Summary: Python extension computing string distances and similarities. Home-page: http://trific.ath.cx/python/levenshtein/ Author: David Necas (Yeti) Author-email: yeti@physics.muni.cz License: GNU GPL Description: Levenshtein computes Levenshtein distances, similarity ratios, generalized medians and set medians of Strings and Unicodes. Becuase it's implemented in C, it's much faster than corresponding Python library functions and methods. Platform: UNKNOWN