python-docopt-ng 0.9.0-2 source package in Ubuntu

Changelog

python-docopt-ng (0.9.0-2) unstable; urgency=medium

  * Source-only upload for migration to testing.

 -- Hugh McMaster <email address hidden>  Sun, 22 Oct 2023 16:20:10 +1100

Upload details

Uploaded by:
Hugh McMaster
Uploaded to:
Sid
Original maintainer:
Hugh McMaster
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-docopt-ng_0.9.0-2.dsc 2.0 KiB 80febc4c6cbd89de7fbd26c7fc8b3bcef0d740b11a328c5f748ac018f25c975c
python-docopt-ng_0.9.0.orig.tar.gz 62.5 KiB cda61705e203000e6e0add5bfd4038c75447bc8ea2c6fc7288ed6d3ade4cc38c
python-docopt-ng_0.9.0-2.debian.tar.xz 3.4 KiB 43d9e5c243af71065cf09174574d659d0b3b499be8df0403b930f8058a69497d

No changes file available.

Binary packages built by this source

python3-docopt-ng: command-line argument parser (Python 3)

 docopt-ng is a fork of the original docopt, which helps users
 create beautiful command-line interfaces.
 .
 docopt-ng parses a command-line string and ensures that all options,
 arguments and commands match the usage patterns and option descriptions
 specified in the Python program's docstring.
 .
 Developers can define valid usage patterns, option descriptions, arguments
 and commands using patterns and syntax familiar to users of command-line
 programs.
 .
 This is the Python 3-compatible version of the package.