python-configargparse 1.2.3-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * New upstream release

 -- Sandro Tosi <email address hidden>  Fri, 12 Feb 2021 02:20:19 -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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-configargparse_1.2.3-1.dsc 2.2 KiB cb25bd71aebcb0877aba0c58f1063df0f759745ea9efa81664c1249d78722232
python-configargparse_1.2.3.orig.tar.xz 34.8 KiB 8d404086d43f036353cec8b6c021b679dc6286e17a765de42db83a6303c849e8
python-configargparse_1.2.3-1.debian.tar.xz 2.5 KiB 982cfac0844f2ae0d73df2af676156d38cb98c05657f1993fdb02dfefb82529b

Available diffs

No changes file available.

Binary packages built by this source

python3-configargparse: replacement for argparse with config files and environment variables (Python 3)

 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.
 .
 This is the Python 3 module.