NOTICE: This package has been removed from pkgsrc

./wip/py-configargparse, Argparse-like with config files or environment variables support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.9.3, Package name: py27-configargparse-0.9.3, Maintainer: pkgsrc-users

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 like argparse have very limited support
for config files and environment variables, so this module extends argparse to
add these features.


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: a7ff95d3bc5de8a00d2fa8118182cfca871028bd
RMD160: d8ecc734b0a4e63a7a5061533eb404e6ca54ab74
Filesize: 18.538 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-09 10:20:16 by Thomas Klausner | Files touched by this commit (4) | Package removed
Log message:
Remove py-configargparse, imported to pkgsrc.
   2015-03-07 14:41:06 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Delete a useless comment regarding the extension of the distfile.
   2015-03-03 19:42:26 by Leonardo Taccari | Files touched by this commit (4)
Log message:
Import py27-configargparse-0.9.3 as wip/py-configargparse.

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 like argparse have very limited support
for config files and environment variables, so this module extends argparse to
add these features.