Metadata-Version: 1.0
Name: config
Version: 0.3.9
Summary: A hierarchical, easy-to-use, powerful configuration module for Python
Home-page: http://www.red-dove.com/python_config.html
Author: Vinay Sajip
Author-email: vinay_sajip@red-dove.com
License: Copyright (C) 2004-2010 by Vinay Sajip. All Rights Reserved. See LICENSE for license.
Description: This module allows a hierarchical configuration scheme with support for mappings
        and sequences, cross-references between one part of the configuration and
        another, the ability to flexibly access real Python objects without full-blown
        eval(), an include facility, simple expression evaluation and the ability to
        change, save, cascade and merge configurations. Interfaces easily with
        environment variables and command-line options. It has been developed on python
        2.3 but should work on version 2.2 or greater.
Platform: UNKNOWN
