freebsd-ports/devel/py-Levenshtein/pkg-descr
Dan Langille e6a46adb6f devel/py-python-Levenshtein: Rename to follow upstream
While here, also upgrade to 0.21.1

Because of that rename, update all ports which uses this as a run or
build depends.
PR:		273187
2023-08-18 22:51:29 +00:00

7 lines
256 B
Text

The Levenshtein Python C extension module contains functions for fast
computation of:
* Levenshtein (edit) distance, and edit operations
* string similarity
* approximate median strings, and generally string averaging
* string sequence and set similarity