mandelshtam¶
[!WARNING] The library is in the pre-alpha stage. Bugs may exist!
Key Features¶
Performance of C extensions;
GIL-free & Dependency-free;
Supports Python 3.9+.
Getting Started¶
Installation¶
The library is available as mandelshtam on PyPI:
pip install mandelshtam
Usage¶
Levenshtein¶
For more, see the documentation.
from mandelshtam import levenshtein
s1 = "mandelshtam"
s2 = "levenshtein"
assert levenshtein(s1, s2) == 8
Documentation¶
License¶
MIT License, Copyright (c) 2025 Sergei Y. Bogdanov. See LICENSE file.