python-wcmatch 8.3-2 source package in Ubuntu

Changelog

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

  * source-only upload

 -- Samuel Henrique <email address hidden>  Tue, 15 Feb 2022 23:11:31 +0000

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wcmatch_8.3-2.dsc 2.0 KiB 6577c187d79a770cbafa0dc02cd92739f8ee4cf2df706bb71f44a4dc4701cade
python-wcmatch_8.3.orig.tar.gz 113.9 KiB 78a272d4e40a483e97644165e9707a17527606f962c941e25211024e3f3f11e7
python-wcmatch_8.3-2.debian.tar.xz 2.2 KiB 900d8afc70b7b72e086085e0b8d046d44a4d0cb6a56c5d53ea96f83ccaf0a1f5

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.