summaryrefslogtreecommitdiffstats
path: root/python/python3-levenshtein/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-levenshtein/README')
-rw-r--r--python/python3-levenshtein/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-levenshtein/README b/python/python3-levenshtein/README
new file mode 100644
index 0000000000..6070723701
--- /dev/null
+++ b/python/python3-levenshtein/README
@@ -0,0 +1,7 @@
+python3-levenshtein (Compute string edit distances and similarities)
+
+The Levenshtein Python C extension module contains functions for
+fast computation of Levenshtein distance and string similarity.
+
+NOTE: Unable to support newer versions than 0.17.0 due to requiring a
+newer Cython than included in Slackware (needs 3.0.2).