10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
|
config BR2_PACKAGE_PYTHON_RAPIDFUZZ
|
||
|
bool "python-rapidfuzz"
|
||
|
help
|
||
|
RapidFuzz is a fast string matching
|
||
|
library for Python and C++, which is
|
||
|
using the string similarity calculations
|
||
|
from FuzzyWuzzy.
|
||
|
|
||
|
https://github.com/maxbachmann/rapidfuzz
|