view README.txt @ 16:b7e7f450ad1a

why do we care about configuration files?
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 26 Mar 2012 11:10:30 -0700
parents b3023ba3c9ca
children 1025d283a570
line wrap: on
line source

configuration
===========

multi-level unified configuration for python consumption

API
---

TODO : document this


Configuration Files
-------------------

Config files are useful for (IMHO) A. complicated setup;
B. reproducibility; C. being able to share run time configurations
The latter is only useful if the configuration contains nothing
machine-specific (e.g. the path to an executable might vary from
machine to machine) or if the configuration is overridable from the
command line.

----

Jeff Hammel

http://k0s.org/mozilla/hg/configuration