ConfigStack
###########
ConfigStack is a Python library for stacking program configuration:
* Command-line options, defined with `argparse`.
* Environment variables, derived from other configuration options.
* Configuration files, defined with `configparser`.
* Default values.
These are all unified at run time, in a single collection of settings
for the program to use.
?
..
This document is written using `reStructuredText`_ markup, and can
be rendered with `Docutils`_ to other formats.
.. _Docutils: http://docutils.sourceforge.net/
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
..
Local variables:
coding: utf-8
mode: rst
mode: text
End:
vim: fileencoding=utf-8 filetype=rst :