{ "info": { "author": "mete0r", "author_email": "mete0r@sarangbang.or.kr", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "Framework :: Buildout :: Recipe", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython" ], "description": "mete0r.recipe.localconfig\n=========================\n\noverride default config with local files\n\n\nexample::\n\n [buildout]\n parts = config\n\n [config]\n recipe = mete0r.recipe.localconfig\n localconfig.path = local-config.json\n\n foo = default-value\n\n [deploy]\n recipe = some-recipe-to-deploy\n option = ${config:foo}\n\n\nlocal-config.json::\n\n {\n \"foo\": \"local-value\"\n }\n\n\nOptions\n-------\n\n`localconfig.path` (required)\n\npath to external config file.\n\n`localconfig.required` (optional, default: false)\n\nwhether the external config file should exists\n\nChanges\n=======\n\n0.1.0 (2015-07-09)\n------------------\n\n- Initial release.", "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/mete0r/recipe.localconfig", "keywords": "buildout,recipe", "license": "GNU Lesser General Public License v3 or later (LGPLv3+)", "maintainer": null, "maintainer_email": null, "name": "mete0r.recipe.localconfig", "package_url": "https://pypi.org/project/mete0r.recipe.localconfig/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mete0r.recipe.localconfig/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mete0r/recipe.localconfig" }, "release_url": "https://pypi.org/project/mete0r.recipe.localconfig/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "override default config with local files", "version": "0.1.0" }, "last_serial": 1625778, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "dc40ad8ba02f965bc87b8558d4392bdc", "sha256": "2929407823f61267c2a6dfafbc570a10ff4ae46139a44f564014f66e5fcd8aca" }, "downloads": -1, "filename": "mete0r.recipe.localconfig-0.1.0.tar.gz", "has_sig": false, "md5_digest": "dc40ad8ba02f965bc87b8558d4392bdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24671, "upload_time": "2015-07-09T05:22:23", "url": "https://files.pythonhosted.org/packages/56/8b/17f34d8f836f1e5f032ef147b85f13228c1cfcd87e9e23a4d67bb5638937/mete0r.recipe.localconfig-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc40ad8ba02f965bc87b8558d4392bdc", "sha256": "2929407823f61267c2a6dfafbc570a10ff4ae46139a44f564014f66e5fcd8aca" }, "downloads": -1, "filename": "mete0r.recipe.localconfig-0.1.0.tar.gz", "has_sig": false, "md5_digest": "dc40ad8ba02f965bc87b8558d4392bdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24671, "upload_time": "2015-07-09T05:22:23", "url": "https://files.pythonhosted.org/packages/56/8b/17f34d8f836f1e5f032ef147b85f13228c1cfcd87e9e23a4d67bb5638937/mete0r.recipe.localconfig-0.1.0.tar.gz" } ] }