Wheel distribution of python-Levenshtein, a C extension for fast computing Levenshtein distance, Hamming distance, and string similarity. Version 0.13.2. Release cadence is low, maintenance mode.
pip install python-levenshtein-wheelsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes Levenshtein distance and similarity ratio.
Use 'import Levenshtein' with capital L.
Install 'python-Levenshtein' instead: pip install python-Levenshtein
Install via wheel with pip; if fails, ensure pip is up to date or install python-Levenshtein wheels.
Use Levenshtein.distance() instead of Levenshtein.levenshtein().
Install: pip install python-levenshtein-wheels, then import Levenshtein with capital L.
Ensure both arguments are strings. e.g., Levenshtein.distance('', 'abc') works, but Levenshtein.distance('', 123) does not.No dependency data recorded yet.