python-autocommand 2.2.2-3 source package in Ubuntu

Changelog

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

  * Control: remove team from uploaders.
  * Control: point VCS links to private namespace.
  * Patches: add 01 to fix build failure. (Closes: #1077436)
  * Bump Standards-Version to 4.7.0 (from 4.6.2; no further changes).

 -- Jeroen Ploemen <email address hidden>  Mon, 12 Aug 2024 10:23:08 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autocommand_2.2.2-3.dsc 2.1 KiB f2c651fa74d130c5e8c93e987faa749a5a285ca5161f18b7b18ab0ca454f76dc
python-autocommand_2.2.2.orig.tar.gz 21.7 KiB 44da8e23d4ddef4c8dd8f3e8a9566c7e3365f8961ada3ce164ec0418fe107bb9
python-autocommand_2.2.2-3.debian.tar.xz 2.4 KiB 4017cc44cb1186e2a4ad54c43c2fc39833778147dc7f07f0b3c45e2a29437599

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.