Information for build python-rapidfuzz-2.13.7-1.fc38
ID | 248076 |
---|---|
Package Name | python-rapidfuzz |
Version | 2.13.7 |
Release | 1.fc38 |
Epoch | |
Source | git+https://src.fedoraproject.org/rpms/python-rapidfuzz.git#15fcb66b0f8ec6de9e7ad1befe35e8a860da7faa |
Summary | Rapid fuzzy string matching in Python and C++ using the Levenshtein Distance |
Description | RapidFuzz is a fast string matching library for Python and C++, which is using the string similarity calculations from FuzzyWuzzy. However there are a couple of aspects that set RapidFuzz apart from FuzzyWuzzy: - It is MIT licensed so it can be used whichever License you might want to choose for your project, while you're forced to adopt the GPL license when using FuzzyWuzzy - It provides many string_metrics like hamming or jaro_winkler, which are not included in FuzzyWuzzy - It is mostly written in C++ and on top of this comes with a lot of Algorithmic improvements to make string matching even faster, while still providing the same results. For detailed benchmarks check the documentation - Fixes multiple bugs in the partial_ratio implementation |
Built by | davidlt |
State | failed |
Volume | DEFAULT |
Started | Mon, 24 Jul 2023 08:53:48 UTC |
Completed | Mon, 24 Jul 2023 11:27:53 UTC |
Task | build (f38, /rpms/python-rapidfuzz.git:15fcb66b0f8ec6de9e7ad1befe35e8a860da7faa) |
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-rapidfuzz.git#15fcb66b0f8ec6de9e7ad1befe35e8a860da7faa'}} |
Tags | No tags |
RPMs | No RPMs |
Changelog | * Fri Feb 10 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.13.7-1 - Initial package |