Typing stubs for the `editdistance` library, providing type hints for functions like `eval()`. Version 0.8.0.20260408 targets Python 3.10+. These stubs are part of typeshed and are auto-generated, so they track the underlying `editdistance` API. Release cadence is tied to typeshed updates.
pip install types-editdistanceVerified import paths — ran on the pinned version, not inferred.
Compute Levenshtein distance between two strings using the `eval` function.
Use `from editdistance import eval` instead of any stub path.
Keep both packages updated: `pip install --upgrade editdistance types-editdistance`.