python-levenshtein 0.12.0 Fast computation of Levenshtein distance and string similarity

The Levenshtein Python C extension module contains functions for fast computation of

  1. Levenshtein (edit) distance, and edit operations

  2. string similarity

  3. approximate median strings, and generally string averaging

  4. string sequence and set similarity

It supports both normal and Unicode strings.