Skip to main content

docopt wrapper adding config file and environment variable support.

Project description

Love using docopt over argparse or Click? Wish it took care of environment variables and/or config files?

docoptcfg is a wrapper for docopt which handles reading configuration data from environment variables and/or an INI/INF configuration file. You can (1) enable only the environment variable part, (2) only the config file part, (3) or use both at the same time:

  1. args = docoptcfg(__doc__, env_prefix='MYAPP_')

  2. args = docoptcfg(__doc__, config_option='--config')

  3. args = docoptcfg(__doc__, config_option='--config', env_prefix='MYAPP_')

📖 Full documentation: https://docoptcfg.readthedocs.org

  • Python 2.6, 2.7, PyPy, PyPy3, 3.3, 3.4, and 3.5 supported on Linux and OS X.

  • Python 2.7, 3.3, 3.4, and 3.5 supported on Windows (both 32 and 64 bit versions of Python).

Build Status Windows Build Status Coverage Status Latest Version

Quickstart

Install:

pip install docoptcfg

Changelog

This project adheres to Semantic Versioning.

1.0.2 - 2016-06-28

Fixed
  • Bug where docoptcfg failed to handle positional arguments with repeating args/opts.

1.0.1 - 2016-01-25

Fixed
  • setup.py was previously configured for packages, not modules.

1.0.0 - 2016-01-25

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docoptcfg-1.0.2.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file docoptcfg-1.0.2.tar.gz.

File metadata

  • Download URL: docoptcfg-1.0.2.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for docoptcfg-1.0.2.tar.gz
Algorithm Hash digest
SHA256 1a042401c12c1f5fda4e7960cada2e6dd48576f2ac96b66a6f99d151fefb0ce2
MD5 461a4d636017f1c7ea8fa793d3802663
BLAKE2b-256 c44e1cebb227addfeb151855668d622c333afd15945cc6075a0b3a9140de83c0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page