rapidfuzz 3.9.4+ds-1 source package in Ubuntu

Changelog

rapidfuzz (3.9.4+ds-1) unstable; urgency=medium

  * New upstream version

 -- Julian Gilbey <email address hidden>  Sun, 14 Jul 2024 07:23:32 +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.9.4+ds-1.dsc 3.1 KiB 8d90a81712919cc30ce5b7770198a903c16a3c6338cf7d8c129e0af1021399a5
rapidfuzz_3.9.4+ds.orig.tar.xz 162.1 KiB 3cbab410cb02dce19d9e585ac33f870f273ca6b6f91d0ef6d140e26238c880df
rapidfuzz_3.9.4+ds-1.debian.tar.xz 3.5 KiB 45e901336a4a30a9f2f69a2b4ca82ea7e4533d675c548ed865dbdb72e3f145ce

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