From 561975db5662a69b97d90daf8be2d70798e8a51b Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Fri, 22 Mar 2024 08:52:01 +0700 Subject: python/python3-rapidfuzz: Added (Fuzzy string matching). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-rapidfuzz/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/python3-rapidfuzz/README (limited to 'python/python3-rapidfuzz/README') 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). -- cgit v1.2.3