python-configargparse 1.7-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 1.7
  * remove extranes python3-mock build dependency
  * set 'Rules-Requires-Root: no'
  * Update standards version to 4.6.2, no changes needed.
  * use new dh-sequence-python3

 -- Alexandre Detiste <email address hidden>  Sat, 17 Feb 2024 15:09:18 +0100

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-configargparse_1.7-1.dsc 2.2 KiB 21c6da1a104266b03fe3a251a49c8b57b99cdc702b3b8e87efa462e78477c1c3
python-configargparse_1.7.orig.tar.gz 42.8 KiB e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1
python-configargparse_1.7-1.debian.tar.xz 2.6 KiB acb22c904cdcd2c82f83bb8308a17eb9180f1d84cb34de571ca4afeae2604e76

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.