A Python implementation of bounded Levenshtein distance using the Ukkonen algorithm. Current version 1.1.0, requires Python >=3.10. Maintained by Anthony Sottile. Release cadence is low; no recent updates.
pip install ukkonenNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute Levenshtein distance with a bound. Returns -1 if distance exceeds max_distance.
Check result >=0 to confirm distance is within bound.
Ensure Python 3.10+ before installing.
Run `pip install ukkonen` in the correct Python environment (3.10+).
Reinstall with `pip install --upgrade ukkonen`.
No dependency data recorded yet.