Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use rapidfuzz instead of fuzzywuzzy #92

Merged
merged 1 commit into from Jul 13, 2020
Merged

use rapidfuzz instead of fuzzywuzzy #92

merged 1 commit into from Jul 13, 2020

Conversation

maxbachmann
Copy link
Contributor

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 a version of fuzzywuzzy that was MIT Licensed.
Rapidfuzz is:

  • Mit licensed so it can be used with the license used by this project
  • Is faster than FuzzyWuzzy

Signed-off-by: maxbachmann <ssh@maxbachmann.de>
@mortommy mortommy merged commit 4508d0b into openhab:master Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants