python-plac 1.4.1-1 source package in Ubuntu

Changelog

python-plac (1.4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.4.1 (Closes: #1040087)
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Add patch for importing missing module
  * Add manpage for plac_runner
  * Add lintian override for script with extension warning

 -- Ananthu C V <email address hidden>  Sat, 09 Dec 2023 18:26:39 +0530

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-plac_1.4.1-1.dsc 2.0 KiB 3aea0279261676c3495ec866e703b3d8bc3bca0609633e679e36d3e4e60102b7
python-plac_1.4.1.orig.tar.gz 60.0 KiB b848a1c274371b2f25b1972c642e67c3cce1b49bdd536b8fbc0381574ead0e2f
python-plac_1.4.1-1.debian.tar.xz 4.4 KiB 7dafa616e3935d7b9141dcb381cc433b5beec73b5d4256f6ae60a5da4e7582c5

Available diffs

No changes file available.

Binary packages built by this source

python3-plac: Smartest command line arguments parser in the world

 Technically plac is just a simple wrapper over argparse which hides most
 of its complexity by using a declarative interface: the argument parser
 is inferred rather than written down imperatively.
 .
 plac is targetting especially unsophisticated users, programmers,
 sys-admins, scientists and in general people writing throw-away scripts
 for themselves, choosing the command-line is surprisingly scalable upwards,
 even without using the underlying argparse.