python-autocommand 2.2.2-2 source package in Ubuntu

Changelog

python-autocommand (2.2.2-2) unstable; urgency=medium

  * Source-only upload.
  * Control: bump std-ver to 4.6.2 (from 4.6.1; no further changes).

 -- Jeroen Ploemen <email address hidden>  Tue, 20 Dec 2022 08:00:25 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autocommand_2.2.2-2.dsc 2.1 KiB 6be0b523e0dea02f92bc8a4a4a4554fcb4c39c6d7d84b47c86468824155d47bb
python-autocommand_2.2.2.orig.tar.gz 21.7 KiB 44da8e23d4ddef4c8dd8f3e8a9566c7e3365f8961ada3ce164ec0418fe107bb9
python-autocommand_2.2.2-2.debian.tar.xz 2.1 KiB 9cc1d4340deb3f2a6652edb454c4f0a4da4cb270024618631e1caa76388a38a1

Available diffs

No changes file available.

Binary packages built by this source

python3-autocommand: library to generate argparse parsers from function signatures

 Autocommand is a library to automatically generate and run simple argparse
 parsers from function signatures.
 .
 It turns a function into a command-line program, converting the function's
 parameter signature into command-line arguments, and automatically running
 the function with these arguments if the module was called as __main__.
 Usage messages, invoked with -h or --help, are also created automatically.