rapidfuzz 3.6.2+ds-3 source package in Ubuntu

Changelog

rapidfuzz (3.6.2+ds-3) unstable; urgency=medium

  * Fix arch-all build; we need to build the package to build the
    documentation (closes: #1069624)

 -- Julian Gilbey <email address hidden>  Thu, 25 Apr 2024 21:02:09 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
rapidfuzz_3.6.2+ds-3.dsc 3.1 KiB e2ea0064de93e868235f06c23a3d440b9902f9bf890a307769c1ab6e32c199cd
rapidfuzz_3.6.2+ds.orig.tar.xz 156.6 KiB 67d020c72d859d745a321f55702569358ca597607fd3f40b3a351c77539302a7
rapidfuzz_3.6.2+ds-3.debian.tar.xz 3.4 KiB 5861a06c8c38d7846d6c812ab4baa4ad6edb7b2a369e9b33a1bf1679a63e7c21

Available diffs

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