About Anaconda Help Download Anaconda

main / packages / configargparse 1.7.1

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.

Installers

  • win-64 v1.7.1
  • linux-64 v1.7.1
  • linux-aarch64 v1.7.1
  • osx-arm64 v1.7.1
  • osx-64 v1.7.1
  • linux-32 v0.13.0
  • linux-ppc64le v0.14.0
  • win-32 v0.14.0
  • noarch v1.4

conda install

To install this package run one of the following:
conda install main::configargparse

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy