{ "info": { "author": "Rick Branson", "author_email": "rick@diodeware.com", "bugtrack_url": null, "classifiers": [], "description": "=======\njsonfig\n=======\n\nSimple autoreloading configuration files in JSON. Will use the very fast UltraJSON library for parsing if available.\n\nInstallation\n============\n\n $ pip install jsonfig\n\nUsage\n=====\n\nCreate a JSON file whose root is a dictionary:\n\n {\n \"always_load_user_data\": true,\n \"use_new_feature_123\": false,\n \"feature_456_chance\": 0.20\n }\n\nNow it can be loaded as a dictionary:\n\n >>> config = jsonfig.from_path(\"example.json\")\n >>> config[\"feature_456_chance\"]\n 0.20\n\nBy default, when the file is changed, it will be automatically reloaded within one second:\n\n {\n \"always_load_user_data\": true,\n \"use_new_feature_123\": false,\n \"feature_456_chance\": 1.0\n }\n\nNow the new value will show up in the config structure:\n\n >>> config[\"feature_456_chance\"]\n 1.0\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/rbranson/jsconfig", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "jsonfig", "package_url": "https://pypi.org/project/jsonfig/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jsonfig/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/rbranson/jsconfig" }, "release_url": "https://pypi.org/project/jsonfig/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple JSON auto-reloading configuration", "version": "0.1.1" }, "last_serial": 793820, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4d716733461c6f26912927ad6d12e385", "sha256": "aa60399c74336cd9dee64a271107958dece684a60d6313e28a0862db977e8515" }, "downloads": -1, "filename": "jsonfig-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4d716733461c6f26912927ad6d12e385", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3309, "upload_time": "2012-07-28T02:15:38", "url": "https://files.pythonhosted.org/packages/b5/61/914e647bdb5786edf5696b1e26a15094a4c516926c995816fb448997df9a/jsonfig-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d5a66cf09ec21665e6a6bb76bd5a6e17", "sha256": "1f7b6dcd8fb4f42010bef79b26bc9e023e7aa4f8db0d9d2f2dbc7c2c6bb7c60e" }, "downloads": -1, "filename": "jsonfig-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d5a66cf09ec21665e6a6bb76bd5a6e17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3326, "upload_time": "2012-07-31T21:43:50", "url": "https://files.pythonhosted.org/packages/a2/79/cfc64cdc1f2a1487eb48037530ae35c4a6a0f6953749472712e9b94dbbe8/jsonfig-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5a66cf09ec21665e6a6bb76bd5a6e17", "sha256": "1f7b6dcd8fb4f42010bef79b26bc9e023e7aa4f8db0d9d2f2dbc7c2c6bb7c60e" }, "downloads": -1, "filename": "jsonfig-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d5a66cf09ec21665e6a6bb76bd5a6e17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3326, "upload_time": "2012-07-31T21:43:50", "url": "https://files.pythonhosted.org/packages/a2/79/cfc64cdc1f2a1487eb48037530ae35c4a6a0f6953749472712e9b94dbbe8/jsonfig-0.1.1.tar.gz" } ] }