issues
search
bw2
/
ConfigArgParse
A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
728
stars
121
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Aliases used in example code are not documented
#297
muusik
opened
5 days ago
0
Empty environment variable and empty yaml key behave differently
#296
rngadam
opened
2 months ago
0
Test fixes for Python 3.13
#295
mgorny
opened
3 months ago
0
Python 3.13.0b1: testBasicCase2 and testMutuallyExclusiveArgs fail because the output strings changed values
#294
befeleme
opened
4 months ago
0
Handle pathlib Path used as default_config_files
#293
YoannQDQ
opened
6 months ago
0
Support parser to sys.argv conversion
#292
skakunm
opened
6 months ago
0
remove Python2 comptability code
#291
a-detiste
opened
8 months ago
0
Free-form auto-updating with custom keys
#290
EMCarrami
opened
9 months ago
0
Python 3.5-support and f-strings
#289
osirisinferi
opened
1 year ago
0
Knowing the source of every argument?
#288
Barlerer
opened
1 year ago
0
Ability to support empty list with default parser?
#287
groucho86
opened
1 year ago
0
Abbreviated arguments don't show up in source_to_settings_dict
#286
wgreenberg
opened
1 year ago
0
`nargs=argparse.REMAINDER` can break config file option parsing
#285
stxue1
opened
1 year ago
1
Add simple password obfuscation
#284
multiflexi
opened
1 year ago
0
Password handling
#283
multiflexi
opened
1 year ago
0
version 1.5.5 on PyPI claim Python 2 support
#282
paran1
opened
1 year ago
0
Citation
#281
marcusmchale
opened
1 year ago
1
how to append values from multiple default_config_files ?
#280
damienmas
closed
1 year ago
1
Remove Python 2 support
#279
shadchin
closed
1 year ago
2
Project still alive?
#278
darkdragon-001
closed
1 year ago
6
Update yaml doc
#277
sdarwin
closed
1 year ago
1
argparse `MetavarTypeHelpFormatter` not available in ConfigArgParse
#276
cruisen
closed
2 years ago
1
subcommands and `nargs > 1`
#275
fopina
opened
2 years ago
3
Use faster LibYAML bindings if available
#274
craymichael
closed
1 year ago
1
Parse yaml directories as key=value pairs
#273
katharinahafner
opened
2 years ago
2
Are there config file includes (do config file attributes get parsed when they're in yaml)
#272
ridilculous
opened
2 years ago
2
Fix typos
#271
kianmeng
closed
1 year ago
1
Useful config parsers - TOML and INI parsers with support for sections
#270
tristanlatr
closed
1 year ago
2
Windows tests are broken
#269
tristanlatr
closed
1 year ago
1
Add a test and remove windows from the CI for now
#268
tristanlatr
closed
1 year ago
3
Fixes AttributeError
#267
tristanlatr
closed
2 years ago
0
Allow config args to be not first
#266
benjamin-fenker
opened
2 years ago
0
Positional config file arguments do not work when config file arg is not first
#265
benjamin-fenker
opened
2 years ago
1
Allow on/off for boolean values.
#264
darkdragon-001
closed
1 year ago
0
Consistent tagging
#263
jonringer
closed
1 year ago
1
[feature request] Method to remove argument by name
#262
vvch
opened
2 years ago
1
Enable Recursive config calls
#261
NielsPichon
opened
2 years ago
1
Config files render various errors in combination with default values
#260
ftrofin
opened
2 years ago
1
[bug]Cannot override yaml settings on the command line when using the bool option with strtobool.
#259
MasanoriYamada
opened
2 years ago
1
Parse yaml directories as key=value pairs
#258
SilasK
opened
2 years ago
2
allow for choices to be empty in config file but not on command line
#257
mathisloevenich
opened
3 years ago
5
Add option to disable commandline params for config file
#256
mathisloevenich
opened
3 years ago
0
Add option to ignore previous config files
#255
mathisloevenich
opened
3 years ago
3
Add option to ignore config file paths
#254
mathisloevenich
opened
3 years ago
4
namespacing based on config?
#253
duartemolha
opened
3 years ago
2
Update version of pydoctor.
#252
tristanlatr
closed
1 year ago
2
yaml.parser.ParserError: while parsing a flow mapping
#251
MountainX
closed
3 years ago
3
Sections in config file
#250
LasseMenzel
closed
3 years ago
2
Unexpected behaviour of `convert_item_to_command_line_arg` for custom `argparse` actions
#249
ge0pan
closed
3 years ago
1
Fix reading from config file of argparse.boolean optional action
#248
ftesser
closed
3 years ago
2
Next