Ben Finney
|
d9f9e917d9
Deprecate non-PEP-8 API names.
|
před 8 roky |
Ben Finney
|
c9894149ed
Change API name to canonical ‘get_argument_parser’.
|
před 8 roky |
Ben Finney
|
ab9139cf73
Change API name to canonical ‘init_argument_parser’.
|
před 8 roky |
Ben Finney
|
65ff43cd09
Add function wrapper to deprecate existing APIs.
|
před 8 roky |
bw2
|
c9faee2397
Merge pull request #52 from dwfreed/fix-40
|
před 8 roky |
Doug Freed
|
5ad25d1a39
YAMLConfigFileParser: use yaml.safe_load
|
před 8 roky |
Doug Freed
|
f7afaaf4f4
Fix config help when there are no config args
|
před 8 roky |
Tim Zehta
|
9aa8f7b6de
added additional test of arg
|
před 8 roky |
Tim Zehta
|
449b116e62
updated following feedback
|
před 8 roky |
Tim Zehta
|
0e30be469e
Merge branch 'master' into fix_issue_36
|
před 8 roky |
Tim Zehta
|
fdf73c5144
removed unnecessary condition
|
před 9 roky |
Tim Zehta
|
38b9a045e0
updated to preserve order of args
|
před 9 roky |
Tim Zehta
|
21a57b573f
made the Fixes bw2/ConfigArgParse#36 less naive
|
před 9 roky |
Tim Zehta
|
e0c35f9347
Split args on equals. Fixes bw2/ConfigArgParse#36.
|
před 9 roky |
bw2
|
34e7804809
changed streams[::-1] to reversed(streams) based on @lahwaacz's code
|
před 9 roky |
bw2
|
7abbf451fc
Added ConfigArgParser tests, added PyYAML to setup.py as an optional dependency,
|
před 9 roky |
bw2
|
5bc72707c0
Remove deprecated constructor arg 'allow_unknown_config_file_keys'
|
před 9 roky |
bw2
|
381a165a09
Finished implementing yaml parser.
|
před 9 roky |
bw2
|
42d5c7a6a1
Moved all syntax-related decisions to ConfigFileParser subclasses. Added YAMLConfigFileParser
|
před 9 roky |
bw2
|
a939a6bcbf
Added python v3.5 support
|
před 9 roky |
bw2
|
f7fc069bf1
edited doc for auto_env_var_prefix
|
před 9 roky |
helgi
|
fc56df4d42
Ensure auto_env_var_prefix converts dash to underscore like ArgParse
|
před 9 roky |
bw2
|
de246ae896
Merge pull request #28 from lahwaacz/master
|
před 9 roky |
Jakub Klinkovský
|
6e5941749c
Let the config file parser set the syntax description
|
před 9 roky |
Jakub Klinkovský
|
556fa5bbae
Refactor config file parsing
|
před 9 roky |
Jakub Warmuz
|
57f46b036e
Merge remote-tracking branch 'github/bw2/master' into python2.6
|
před 9 roky |
bw2
|
2f6faceae0
Fix for #13 - copied SUPPRESS and other global constants from argparse to configargparse module namespace.
|
před 9 roky |
Jakub Warmuz
|
a58b35d75a
Install and test OK in py2.6 (unittest2, __version__ fixes).
|
před 9 roky |
Jakub Warmuz
|
bf0e453804
Support for Python2.6 (without tests)
|
před 9 roky |
zorro3
|
34f1b61254
Changed version to 0.9.3
|
před 10 roky |