samapriya / spotifind

Combined Spotify and Tunefind simple command line tool
https://pypi.org/project/spotifind/
Apache License 2.0
8 stars 1 forks source link

use rapidfuzz instead of fuzzywuzzy #1

Closed maxbachmann closed 4 years ago

maxbachmann commented 4 years ago

FuzzyWuzzy is GPLv2 licensed which would force you to licence the whole project under GPLv2. For this reason this Pullrequest replaces FuzzyWuzzy with rapidfuzz which is implementing the same algorithm but is based on an old version of fuzzywuzzy that was MIT Licensed. Rapidfuzz is:

samapriya commented 4 years ago

Thank you @maxbachmann I will merge and re-release as v0.0.4 and thanks for working with the open license version of fuzzy-wuzzy in the rapidfuzz implementation.