smart-data-models / data-models

Data Models in common use based on real world use-cases. These definitions underpin a digital market of interoperable and replicable smart solutions.
https://smartdatamodels.org/
112 stars 56 forks source link

Replace fuzzywuzzy by rapidfuzz #62

Closed infomehdi closed 2 days ago

infomehdi commented 1 month ago

pysmartdatamodels depends on fuzzywuzzy to enable the fuzzy search. This libary:

Would you please change the dependency so that pysmartdatamodels uses thefuzz or directly rapidfuzz instead of fuzzywuzzy.

I would be happy to submit a PR, but I can not find the file where to change de the dependency, I can only find where the libary is imported (from fuzzywuzzy import fuzz)

albertoabellagarcia commented 1 month ago

we will be glad to have your PR on this file