Metadata-Version: 1.1
Name: configmanager
Version: 1.9.0
Summary: Extensible, object-oriented manager of configuration items and configuration trees of arbitrary depth
Home-page: https://github.com/jbasko/configmanager
Author: Jazeps Basko
Author-email: jazeps.basko@gmail.com
License: MIT
Description: configmanager
        =============
        
        .. image:: https://travis-ci.org/jbasko/configmanager.svg?branch=master
            :target: https://travis-ci.org/jbasko/configmanager
        
        
        Main Features
        -------------
        
        * Every configuration item is an object with a type, a default value, a custom value and other metadata
        * No sections required
        * Any depth of sections allowed
        * INI (ConfigParser), JSON, YAML formats
        * click framework integration
        * Designed for humans
        
        
        Documentation
        -------------
        
        https://jbasko.github.io/configmanager/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
