rapidfuzz 3.6.2+ds-1 source package in Ubuntu

Changelog

rapidfuzz (3.6.2+ds-1) unstable; urgency=low

  * Initial release (closes: #1019435)

 -- Julian Gilbey <email address hidden>  Wed, 06 Mar 2024 09:29:57 +0000

Upload details

Uploaded by:
Julian Gilbey
Uploaded to:
Sid
Original maintainer:
Julian Gilbey
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rapidfuzz_3.6.2+ds-1.dsc 3.1 KiB b97fe6df82e031d456cdcbe2617b664f21f20f79940306dcfb80df90e5bdcb86
rapidfuzz_3.6.2+ds.orig.tar.xz 156.6 KiB 67d020c72d859d745a321f55702569358ca597607fd3f40b3a351c77539302a7
rapidfuzz_3.6.2+ds-1.debian.tar.xz 3.3 KiB b51b46cce563f946d85792f5151dfe367ebd46c96ed1a106f87e1e51095f1e4e

No changes file available.

Binary packages built by this source

python-rapidfuzz-doc: Rapid fuzzy string matching library (Python module documentation)

 RapidFuzz is a fast string matching library for Python and C++,
 providing Levenshtein and other distances. This is similar to the
 functionality of the python3-fuzzywuzzy package. There are a few
 significant differences between these packages:
 .
 1) RapidFuzz is MIT licensed.
 2) RapidFuzz provides many string metrics, such as Hamming and Jaro-Winkler,
    which are not included in FuzzyWuzzy.
 3) RapidFuzz is mostly written in C++, and has further algorithmic
    improvements to make string matching even faster.
 4) RapidFuzz fixes multiple bugs in the `partial_ratio` implementation.
 .
 This package contains the RapidFuzz Python module documentation in
 HTML format.

python3-rapidfuzz: Rapid fuzzy string matching library (Python library)

 RapidFuzz is a fast string matching library for Python and C++,
 providing Levenshtein and other distances. This is similar to the
 functionality of the python3-fuzzywuzzy package. There are a few
 significant differences between these packages:
 .
 1) RapidFuzz is MIT licensed.
 2) RapidFuzz provides many string metrics, such as Hamming and Jaro-Winkler,
    which are not included in FuzzyWuzzy.
 3) RapidFuzz is mostly written in C++, and has further algorithmic
    improvements to make string matching even faster.
 4) RapidFuzz fixes multiple bugs in the `partial_ratio` implementation.

python3-rapidfuzz-dbgsym: debug symbols for python3-rapidfuzz