{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Programming Language :: Python" ], "description": "Introduction\n============\n\n`buildout.extensionscripts` is a convenient way to shoot yourself in the foot\nand provides more than enough rope to hang yourself.\n\nWith that out of the way, we can look what it can be used for.\n\nTo use `buildout.extensionscripts`, you add it as an extension in a buildout\nlike this::\n\n [buildout]\n extensions = buildout.extensionscripts\n\nAfter that you can add one or more lines like the following to the `buildout`\nsection::\n\n extension-scripts =\n ${buildout:directory}/somescript.py:callable_name\n\nWhen you do that, you got an easy way to write a buildout extensions without\nthe need of an egg. The `callable_name` in `somescript.py` will be called\nwith one argument which is the dictionary like buildout config.\n\nNow have fun shooting and or hanging yourself by changing that.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "buildout.extensionscripts", "package_url": "https://pypi.org/project/buildout.extensionscripts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/buildout.extensionscripts/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/buildout.extensionscripts/1.0/", "requires_dist": null, "requires_python": null, "summary": "Use simple python scripts as zc.buildout extensions", "version": "1.0" }, "last_serial": 642879, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "2fa09cd0577076ee6bfc5edc4bd1d757", "sha256": "ed8bad20cd272eb9a3a4c1f6857900da0f853fa9293774d69ef0876fa8866761" }, "downloads": -1, "filename": "buildout.extensionscripts-1.0.zip", "has_sig": false, "md5_digest": "2fa09cd0577076ee6bfc5edc4bd1d757", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4994, "upload_time": "2009-10-07T12:30:59", "url": "https://files.pythonhosted.org/packages/7b/82/19dc70e5a7de32782786b0f186a6ef0e20dfd7548c48129d7c460b056caf/buildout.extensionscripts-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2fa09cd0577076ee6bfc5edc4bd1d757", "sha256": "ed8bad20cd272eb9a3a4c1f6857900da0f853fa9293774d69ef0876fa8866761" }, "downloads": -1, "filename": "buildout.extensionscripts-1.0.zip", "has_sig": false, "md5_digest": "2fa09cd0577076ee6bfc5edc4bd1d757", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4994, "upload_time": "2009-10-07T12:30:59", "url": "https://files.pythonhosted.org/packages/7b/82/19dc70e5a7de32782786b0f186a6ef0e20dfd7548c48129d7c460b056caf/buildout.extensionscripts-1.0.zip" } ] }