{ "info": { "author": "KAWASAKI Yasukazu (yakawa)", "author_email": "kawasaki@dev.kawa1128.jp", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "JSONConfigParser\n==================\nA Python ConfigParser using JSON format. API likes json library.\n\nThis library supports python versions 3.3, 3.4 (maybe it can run on python2)\n\nInstall\n--------\n\n**Dependencies**:\n\n* pytz\n\n**Installation**:\n\n*use pip with pypi*:\n\n $ pip install PyJSONConfigParser\n\n\n*cloning from the GitHub repo*:\n\n $ git clone git://github.com/yakawa/PyJSONConfigParser.git\n $ cd\n $ python setup.py test\n $ python setup.py build\n $ python setup.py install\n\nLICENSE\n----------\nThis software is released under the MIT License, see LICENSE .", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yakawa/PyJSONConfigParser", "keywords": "JSON,config,ConfigParser", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "PyJSONConfigParser", "package_url": "https://pypi.org/project/PyJSONConfigParser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyJSONConfigParser/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/yakawa/PyJSONConfigParser" }, "release_url": "https://pypi.org/project/PyJSONConfigParser/0.0.1.2/", "requires_dist": null, "requires_python": null, "summary": "ConfigParser using json format", "version": "0.0.1.2" }, "last_serial": 1404373, "releases": { "0.0.1": [], "0.0.1.2": [ { "comment_text": "", "digests": { "md5": "91385fd0c50b1fd00f41a3f35f3eb118", "sha256": "5622c0ff845a2251079ccee4c0ac311c83c11ff00be6bf5b5d32f750389a021d" }, "downloads": -1, "filename": "PyJSONConfigParser-0.0.1.2.tar.gz", "has_sig": false, "md5_digest": "91385fd0c50b1fd00f41a3f35f3eb118", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2285, "upload_time": "2015-01-31T17:43:44", "url": "https://files.pythonhosted.org/packages/e3/92/bd575ed9ff9e4a211d03e20951b14ccc4d87c20d2162c672b11abd9fddbc/PyJSONConfigParser-0.0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91385fd0c50b1fd00f41a3f35f3eb118", "sha256": "5622c0ff845a2251079ccee4c0ac311c83c11ff00be6bf5b5d32f750389a021d" }, "downloads": -1, "filename": "PyJSONConfigParser-0.0.1.2.tar.gz", "has_sig": false, "md5_digest": "91385fd0c50b1fd00f41a3f35f3eb118", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2285, "upload_time": "2015-01-31T17:43:44", "url": "https://files.pythonhosted.org/packages/e3/92/bd575ed9ff9e4a211d03e20951b14ccc4d87c20d2162c672b11abd9fddbc/PyJSONConfigParser-0.0.1.2.tar.gz" } ] }