Replacement for argparse that allows options to be set via config files
A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables. 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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.7.1-7.fc44 | - |
Fedora 43 | 1.7.1-6.fc43 | 1.7.1-6.fc43 |
Fedora 42 | 1.7.1-3.fc42 | - |
Fedora 41 | 1.7.1-3.fc41 | - |
Fedora EPEL 9 | 1.7.1-1.el9 | - |
Fedora EPEL 8 | 0.14.0-6.el8 | - |
Fedora EPEL 10.2 | 1.7.1-1.el10_1 | - |
Fedora EPEL 10.1 | 1.7.1-1.el10_1 | - |
Fedora EPEL 10.0 | 1.7.1-1.el10_0 | - |
You can contact the maintainers of this package via email at
python-configargparse dash maintainers at fedoraproject dot org
.