Metadata-Version: 2.1
Name: configchain
Version: 0.3.1
Summary: hierarchical configuration
Home-page: https://github.com/lotreal/configchain
Author: Luo Tao
Author-email: lotreal@gmail.com
License: UNKNOWN
Description: # ConfigChain
        
        The key feature of ConfigChain, is the ability to dynamically create a hierarchical configuration by composition and override it through config files and the command line. 
        
        **configchain 0.3.0** is the stable version of ConfigChain.
        - Installation : `pip install configchain --upgrade`
        
        ### License
        ConfigChain is licensed under [MIT License](LICENSE).
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
