Metadata-Version: 1.1
Name: PyJSONConfigParser
Version: 0.0.1.2
Summary: ConfigParser using json format
Home-page: https://github.com/yakawa/PyJSONConfigParser
Author: KAWASAKI Yasukazu (yakawa)
Author-email: kawasaki@dev.kawa1128.jp
License: MIT
Description: JSONConfigParser
        ==================
        A Python ConfigParser using JSON format. API likes json library.
        
        This library supports python versions 3.3, 3.4 (maybe it can run on python2)
        
        Install
        --------
        
        **Dependencies**:
        
        * pytz
        
        **Installation**:
        
        *use pip with pypi*:
        
            $ pip install PyJSONConfigParser
        
        
        *cloning from the GitHub repo*:
        
            $ git clone git://github.com/yakawa/PyJSONConfigParser.git
            $ cd
            $ python setup.py test
            $ python setup.py build
            $ python setup.py install
        
        LICENSE
        ----------
        This software is released under the MIT License, see LICENSE .
        
Keywords: JSON,config,ConfigParser
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
