aboutsummaryrefslogtreecommitdiff
path: root/python/python3-rapidfuzz/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2024-03-22 08:52:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-22 09:18:45 +0700
commit561975db5662a69b97d90daf8be2d70798e8a51b (patch)
treef37742c5ef9637bc12da08c935c233ad0209323f /python/python3-rapidfuzz/README
parentfbb65bcb9465ea2c63c742688fb3fdbec389686e (diff)
python/python3-rapidfuzz: Added (Fuzzy string matching).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rapidfuzz/README')
-rw-r--r--python/python3-rapidfuzz/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-rapidfuzz/README b/python/python3-rapidfuzz/README
new file mode 100644
index 0000000000..90107c0967
--- /dev/null
+++ b/python/python3-rapidfuzz/README
@@ -0,0 +1,7 @@
+python3-rapidfuzz (Rapid fuzzy string matching)
+
+RapidFuzz is a fast string matching library for Python and C++,
+which is using the string similarity calculations from FuzzyWuzzy.
+
+NOTE: Unable to support newer versions than 1.9.1 due to requiring a
+newer Cython than included in Slackware (needs 3.0.9).