Metadata-Version: 2.1
Name: zconfigparser
Version: 0.0.6
Summary: Extend ConfigParser to add some inheritance functionality
Home-page: https://github.com/openandclose/zconfigparser
Author: Open Close
Author-email: openandclose23@gmail.com
License: MIT
Description: 
        Zconfigparser
        =============
        
        This is a python3 (3.5+) library
        to provide some section inheritance functionality
        to `configparser <https://docs.python.org/3/library/configparser.html>`__.
        
        Mainly developed for `my other script <https://github.com/openandclose/tosixinch>`__.
        
        For details, see `documentation <http://zconfigparser.readthedocs.io/>`__.
        
        
        License
        -------
        
        The software is licensed under The MIT License. See `LICENSE`_.
        
        .. _LICENSE: https://github.com/openandclose/zconfigparser/blob/master/LICENSE
        
Keywords: ini config configparser
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: ~=3.5
Provides-Extra: test
Provides-Extra: dev
