
ConfigArgParse 1.7.1
0
A drop-in replacement for argparse that allows options to also be set via config files and/or enviro
Contents
A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
Stars: 756, Watchers: 756, Forks: 120, Open Issues: 89The bw2/ConfigArgParse repo was created 11 years ago and the last code push was 1 months ago.
The project is popular with 756 github stars!
How to Install configargparse
You can install configargparse using pip
pip install configargparse
or add it to a project with poetry
poetry add configargparse
Package Details
- Author
- None
- License
- MIT
- Homepage
- https://github.com/bw2/ConfigArgParse
- PyPi:
- https://pypi.org/project/ConfigArgParse/
- GitHub Repo:
- https://github.com/bw2/ConfigArgParse
Classifiers
Related Packages
Errors
A list of common configargparse errors.
Code Examples
Here are some configargparse code examples and snippets.
GitHub Issues
The configargparse package has 89 open issues on GitHub
- Fix nargs=REMAINDER and empty value issues (#285, #296)
- Fix – separator handling and document aliases
- Fix critical bugs and add Python 3.11+ tomllib support
pythonfix