Edinburgh-Genome-Foundry / DnaCauldron

:alembic: Simple cloning simulator (Golden Gate etc.) for single and combinatorial assemblies
https://edinburgh-genome-foundry.github.io/DnaCauldron/
MIT License
50 stars 11 forks source link

use rapidfuzz instead of fuzzywuzzy #3

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

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 88.789% when pulling a5cdcd6b5a472089602d8642b11489f9bf3a62bc on maxbachmann:master into 0892ace4bc58c6f8e6224d5d3e4cc26101086798 on Edinburgh-Genome-Foundry:master.