{ "info": { "author": "John Keyes", "author_email": "john@keyes.ie", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "configpy is a JSON configuration file reader with support \nfor variable look-ahead and look-behind, expressions, and \ncomments.\n\nExample\n-------\n\n::\n\n config_json = \"\"\"\n /* Some example configuration items */\n {\n \"a\": 10,\n \"b\": 2,\n \"c\": \"{{ ${a} / ${b} }}\",\n \"d\": \"{{ ${c} * ${a} }}\",\n \"e\": \"{{ ${d} + 50 }}\",\n \"f\": \"{{ ${e} - 25 }}\",\n \"g\": \"'some text = {{ ${a} / ${b} }}'\"\n }\n \"\"\"\n\n config = Config(config_json)\n 10 == config.a\n 2 == config.b\n 5 == config.c\n 50 == config.d\n 100 == config.e\n 75 == config.f\n \"some text = 5\" == config.g", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jkeyes.github.com/configpy/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "configpy", "package_url": "https://pypi.org/project/configpy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/configpy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://jkeyes.github.com/configpy/" }, "release_url": "https://pypi.org/project/configpy/0.5/", "requires_dist": null, "requires_python": null, "summary": "JSON configuration file parser", "version": "0.5" }, "last_serial": 743515, "releases": { "0.1.0": [], "0.2": [ { "comment_text": "", "digests": { "md5": "9c7a4ceda2b625fd014ea93bb53614d4", "sha256": "5d9b4a8ffe58adfdc82685b269a566af7407d5995693f67fc432ccecfe319833" }, "downloads": -1, "filename": "configpy-0.2.tgz", "has_sig": false, "md5_digest": "9c7a4ceda2b625fd014ea93bb53614d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5973, "upload_time": "2010-05-13T02:18:10", "url": "https://files.pythonhosted.org/packages/79/df/9a1ca4ace957343734057f6b84ed3a1ab5c9137d5ac010d788f247e298fc/configpy-0.2.tgz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "455db132d88d3917f8e47066907ec94b", "sha256": "1059be9d8999971f69a1172aba65b5b549de936330cd4de1b6f557cfba3031f1" }, "downloads": -1, "filename": "configpy-0.3.tgz", "has_sig": false, "md5_digest": "455db132d88d3917f8e47066907ec94b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6719, "upload_time": "2010-05-13T13:34:17", "url": "https://files.pythonhosted.org/packages/11/69/4954efa0dc52bd02eaf67334c970cc4ee6702e87ebc274a9d9ffd21a88d6/configpy-0.3.tgz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "76a5085ddea8b326fa7851c92bfdea26", "sha256": "a7f4c5d0bce43e61e31b8f93e35d817177b53d4ca43de8fa9c5e34112f75d190" }, "downloads": -1, "filename": "configpy-0.4.tgz", "has_sig": false, "md5_digest": "76a5085ddea8b326fa7851c92bfdea26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6424, "upload_time": "2010-05-17T14:27:07", "url": "https://files.pythonhosted.org/packages/af/37/33ba0131674733d4c3c8fc578d755a89bb469b5500b0c346a2541273d102/configpy-0.4.tgz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "4c1feec92187ac822806569c9eb2518e", "sha256": "31eb6a19e11453cf367a159b178eb3fabc04be1320eace2ae146b5720eb3404e" }, "downloads": -1, "filename": "configpy-0.5.tar.gz", "has_sig": false, "md5_digest": "4c1feec92187ac822806569c9eb2518e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6102, "upload_time": "2010-06-02T00:26:12", "url": "https://files.pythonhosted.org/packages/ff/be/2da8413d7b9cabf59f92e6dec8286a9a3f7d08f3def89f42b4766fddd00c/configpy-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4c1feec92187ac822806569c9eb2518e", "sha256": "31eb6a19e11453cf367a159b178eb3fabc04be1320eace2ae146b5720eb3404e" }, "downloads": -1, "filename": "configpy-0.5.tar.gz", "has_sig": false, "md5_digest": "4c1feec92187ac822806569c9eb2518e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6102, "upload_time": "2010-06-02T00:26:12", "url": "https://files.pythonhosted.org/packages/ff/be/2da8413d7b9cabf59f92e6dec8286a9a3f7d08f3def89f42b4766fddd00c/configpy-0.5.tar.gz" } ] }