multiconfparse
latest

Contents:

  • Installation
  • Quick start
  • Creating a parser
  • Adding config items
  • Adding sources
  • Running the parse
  • Actions
  • Sources
  • API reference
multiconfparse
  • Docs »
  • Multiconfparse
  • Edit on GitHub

Multiconfparse¶

Multiconfparse is a Python3 library for specifying and reading configuration data from multiple sources, including the command line, environment variables and various config file formats. The API is very similar to the Argparse API.

Contents:

  • Installation
    • To get the latest stable version
    • To get the latest unstable version
  • Quick start
    • Import the multiconfparse module
    • Create a ConfigParser object
    • Add specifications of your config items
    • Add config sources
    • Parse config from all sources
    • Use the config
  • Creating a parser
  • Adding config items
  • Adding sources
  • Running the parse
  • Actions
    • store
    • store_const
    • store_true
    • store_false
    • append
    • count
    • extend
    • Creating your own action classes
  • Sources
    • argparse
    • simple_argparse
    • environment
    • json
    • dict
    • Creating your own source classes
  • API reference

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2020, Jonathan Haigh Revision adc2ba92.

Built with Sphinx using a theme provided by Read the Docs.