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 anaconda::configargparse

Usage Tracking

1.7.1
1.4
1.2.3
1.1
0.14.0
5 / 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

Aug 4, 2025 at 15:16

License

MIT

Supported Platforms

linux-64
macOS-64
win-64
linux-aarch64
macOS-arm64

Unsupported Platforms

linux-ppc64le Last supported version: 0.14.0
win-32 Last supported version: 0.14.0
noarch Last supported version: 1.4
linux-32 Last supported version: 0.13.0