python-configargparse 1.5.3-1 source package in Ubuntu

Changelog

python-configargparse (1.5.3-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

  [ Harlan Lieberman-Berg ]
  * New upstream version 1.5.3
  * Add dep on pytest

 -- Harlan Lieberman-Berg <email address hidden>  Thu, 25 Nov 2021 21:33:07 -0500

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-configargparse_1.5.3-1.dsc 2.4 KiB 8f740bd4ad48a296405c35b672a32f4cd4fffcc8a123160a8ca3a08221ffa478
python-configargparse_1.5.3.orig.tar.gz 38.3 KiB 1b0b3cbf664ab59dada57123c81eff3d9737e0d11d8cf79e3d6eb10823f1739f
python-configargparse_1.5.3-1.debian.tar.xz 2.5 KiB f93c1e48aa2680bca14d69d2c76bdae9217dfbd8fef377ac6c2e3a782199b6bd

Available diffs

No changes file available.

Binary packages built by this source

python3-configargparse: replacement for argparse with config files and environment variables

 Applications with more than a handful of user-settable options are best
 configured through a combination of command line args, config files,
 hard-coded defaults, and in some cases, environment variables.
 .
 Python’s command line parsing modules such as argparse have very limited
 support for config files and environment variables, so this module extends
 argparse to add these features.