Metadata-Version: 1.0
Name: guachi
Version: 0.0.4
Summary: Global, persistent configurations as dictionaries
Home-page: http://code.google.com/p/guachi
Author: Alfredo Deza
Author-email: alfredodeza [at] gmail [dot] com
License: MIT
Description: When projects start to grow, the need for a globally accessible configuration
        manager is obvious.
        
        Having configurations mapped to dictionaries is really useful, but can create a
        problem with memory.
        
        **Guachi** not only holds persistent dictionaries on disk, but it also maps
        INI style keys to dictioanry keys, and can fill in the default values if some
        of them are missing.
        
        You do not need to know anything about how **guachi** stores the values, just
        treat it like a regular dictionary!
        
Keywords: configuration management persistent dictionaries dictionary parse map mapping
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
