Skip to main content

UNKNOWN

Project description

A cascading configuration file object built on top of the ConfigParser

Load a series of configuration files where later files shadow earlier

For example loading 3 configuration files in order:

  1. default:

    [main] foo: 1 bar: 2 baz: 3

  2. user (~/.foo_module):

    [main] foo: 4 bar: 5

  3. local (./foo_module):

    [main] foo: 7

Will result in:

foo == 7 bar == 5 baz == 3

Also, parse command line options such as:

./script.py main foo 10

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

cconfig-1.2.1.tar.gz (5.4 kB view details)

Uploaded Source

File details

Details for the file cconfig-1.2.1.tar.gz.

File metadata

  • Download URL: cconfig-1.2.1.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cconfig-1.2.1.tar.gz
Algorithm Hash digest
SHA256 6004dafd60fce16cc92b1930fc40c68c1bda22ac7426e3fb1870c23bf5ca1d3a
MD5 9dd18409c9e97d767fb9c2261cf26fcb
BLAKE2b-256 8a6d6ce4539de01eb966b2290c24412fc2cea027faa0d4d2484d3e7de6fe551b

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