python-wcmatch 8.4-2 source package in Ubuntu

Changelog

python-wcmatch (8.4-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Mon, 17 Oct 2022 00:06:05 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wcmatch_8.4-2.dsc 2.1 KiB fedb612a479d570b9bb0af2f77d8b46c736624cb703259e4e6aa33543e8fc004
python-wcmatch_8.4.orig.tar.gz 113.9 KiB 7a0232eaf6cc7a7eb74690c220c9985b8295bc23576d0bc959664c4c184793a3
python-wcmatch_8.4-2.debian.tar.xz 2.6 KiB 14653aaebf4527d15ec2392f45c1d4d3e292f4b1210ee09eaad191ad4c3df592

Available diffs

No changes file available.

Binary packages built by this source

python3-wcmatch: Wildcard File Name matching library (Python 3)

 Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in
 order to provide file matching and globbing that more closely follows the
 features found in Bash. In some ways these libraries are similar to Python's
 builtin libraries as they provide a similar interface to match, filter, and
 glob the file system. But they also include a number of features found in
 Bash's globbing such as backslash escaping, brace expansion, extended glob
 pattern groups, etc. They also add a number of new useful functions as well,
 such as globmatch which functions like fnmatch, but for paths.
 .
 Wildcard Match also adds a file search utility called wcmatch that is built on
 top of fnmatch and globmatch. It was originally written for Rummage, but split
 out into this project to be used by other projects that may find its approach
 useful.
 .
 Bash is used as a guide when making decisions on behavior for fnmatch and
 glob. Behavior may differ from Bash version to Bash version, but an attempt is
 made to keep Wildcard Match up with the latest relevant changes.
 .
 This package installs the library for Python 3.