CMD + K

configargparse

Community

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.

Installation

To install this package, run one of the following:

Conda
$conda install ad-testing::configargparse

Usage Tracking

1.7.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

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.

Last Updated

Sep 8, 2025 at 14:36

License

MIT

Total Downloads

8