pfzy 0.3.4-2 source package in Ubuntu

Changelog

pfzy (0.3.4-2) unstable; urgency=medium

  * Add python3-pytest-asyncio to Build-Depends and autopkgtest depends to
    avoid skipping async tests.

 -- Edward Betts <edward@4angle.com>  Tue, 24 Oct 2023 14:24:24 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pfzy_0.3.4-2.dsc 2.1 KiB cf9ec7bfbb7f156874a5d53902006ce0901e8d83cdd8932b726c30bb2c5fd95a
pfzy_0.3.4.orig.tar.gz 33.7 KiB 7fd75f1208c40cb849b6e49d16d018b09db41baaffd0b465d2c0d96a3170d0c9
pfzy_0.3.4-2.debian.tar.xz 2.5 KiB e3d2e1e8df3fc1f0282ad0c7b81fce11cb14b2b9e1cd612269413eba623b0ea8

No changes file available.

Binary packages built by this source

python3-pfzy: Python port of the fzy fuzzy string matching algorithm

 pfzy is a Python port of the fzy fuzzy string matching algorithm.
 .
 Key Features:
  - Fuzzy String Matching: pfzy enables fuzzy string matching, allowing you to
    find approximate matches for a given query within a set of strings.
  - Asynchronous Fuzzy Matching: pfzy includes an asynchronous fuzzy match
    function, making it suitable for high-performance applications and
    scenarios.
  - Fzy Scorer: The package provides a fzy scorer for calculating fuzzy string
    match scores, aiding in ranking matches based on their similarity.
  - Substring Scorer: An exact substring match scorer is also available,
    allowing for precise substring matching.
 .
 While the popular fuzzywuzzy Python package performs fuzzy string matching, it
 lacks the ability to calculate and provide matching indices. pfzy is built on
 the fzy algorithm, which not only calculates matching scores but also offers
 matching indices, making it ideal for fuzzy finder applications.