python-configargparse 0.10.0-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Francois Marier <email address hidden>  Fri, 13 Nov 2015 07:22:18 -0800

Upload details

Uploaded by:
François Marier
Uploaded to:
Sid
Original maintainer:
François Marier
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-configargparse_0.10.0-1.dsc 2.2 KiB 444861fb8a0c60f413c87f79ffeefe4892df6fafb61008d6e0b8bb23bfe29bad
python-configargparse_0.10.0.orig.tar.gz 35.3 KiB 3b50a83dd58149dfcee98cb6565265d10b53e9c0a2bca7eeef7fb5f5524890a7
python-configargparse_0.10.0-1.debian.tar.xz 1.9 KiB e8ef2d521ae1e98d9c3098316bcf66438a7f325140f1f5786bf27ed51a3b177e

Available diffs

No changes file available.

Binary packages built by this source

python-configargparse: replacement for argparse with config files and environment variables (Python 2)

 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 2 module.

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.