cconfig

A cascading configuration file object built on top of the ConfigParser
Download

cconfig Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • braingram

cconfig Tags


cconfig Description

cconfig is a Python module to load a series of configuration files where later files shadow earlier.For example loading 3 configuration files in order: default: foo: 1 bar: 2 baz: 3 user (~/.foo_module): foo: 4 bar: 5 local (./foo_module): foo: 7Will result in: foo == 7 bar == 5 baz == 3Also, parse command line options such as: ./script.py main foo 10Product's homepage


cconfig Related Software