Metadata-Version: 1.1
Name: confire
Version: 0.2.0
Summary: A simple app configuration scheme using YAML and class based defaults.
Home-page: https://github.com/bbengfort/confire
Author: Benjamin Bengfort
Author-email: benjamin@bengfort.com
License: MIT
Download-URL: https://github.com/bbengfort/confire/tarball/v0.2.0
Description: Confire is a simple but powerful configuration scheme that builds on the configuration parsers of Scapy, elasticsearch, Django and others. The basic scheme is to have a configuration search path that looks for YAML files in standard locations. The search path is hierarchical (meaning that system configurations are overloaded by user configurations, etc). These YAML files are then added to a default, class-based configuration management scheme that allows for easy development.
        
        Documentation is available here: http://confire.readthedocs.org/en/latest/
Keywords: configuration,yaml,config,confire
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
