python-configargparse 0.9.3-1 source package in Ubuntu

Changelog

python-configargparse (0.9.3-1) unstable; urgency=low

  * Initial release (Closes: #787319)

 -- Francois Marier <email address hidden>  Sun, 31 May 2015 23:08:47 +1200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-configargparse_0.9.3-1.dsc 2.2 KiB 821feb74b147a6bcce98426b0d49429ec531c4b8f6f02503b09bc77c7b9549e3
python-configargparse_0.9.3.orig.tar.gz 18.5 KiB 141c57112e1f8eb7e594a9820e95af897a7fa2d186cef5cff7e08cb3f7252829
python-configargparse_0.9.3-1.debian.tar.xz 1.9 KiB 1e3ce265aaac19d8df42a4b0fc7b7b0695e116a4db7ae1a98066498da83c3f80

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.