Metadata-Version: 1.1
Name: confloader
Version: 1.1
Summary: Python module for loading .ini configuration files with extra bells and whistles.
Home-page: https://github.com/Outernet-Project/confloader
Author: Outernet Inc
Author-email: apps@outernet.is
License: BSD
Description: ==========
        Confloader
        ==========
        
        Python module for loading .ini configuration files with extra bells and
        whistles.
        
        Confloader wraps the standard library classes and adds the following features:
        
        - automatic coercion of common types (int, boolean, lists)
        - mechanism for referencing other configuration files
        - dict-like interface
        
        Documentation can be found on `Read the Docs
        <http://confloader.readthedocs.org/>`_.
        
Keywords: configuration ini confloader
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
