Metadata-Version: 1.1
Name: confloader
Version: 1.0
Summary: Python module for loading .ini configuration files with extra bells and whistles.
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
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
        
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
