{
"info": {
"author": "Jim Fulton",
"author_email": "jim@zope.com",
"bugtrack_url": null,
"classifiers": [],
"description": "Recipe for createing a Zope 3 instance\n======================================\n\nThis recipe creates a Zope instance that has been extended by a\ncollection of eggs.\n\nThe recipe takes the following options:\n\nzope3 \n The name of a section providing a Zope 3 installation definition.\n This defaults to zope3. The section is required to have a \n location option giving the location of the installation. This\n could be a section used to install a part, like a Zope 3 checkout,\n or simply a section with a location option pointing to an existing\n install. \n\ndatabase\n The name of a section defining a zconfig option that has a zodb\n section.\n\nuser\n The user name and password for manager user\n\neggs\n One or more requirements for distributions to be included.\n\nzcml\n\n If specified, provides the list of package ZCML files to include in\n the instance's package includes and their order.\n\n By default, the ZCML files normally included in package-includes\n are ommitted. To includes these, include '*' in the list of\n includes.\n\n Each entry is a package name with an optional include type and file\n name. An package name can be optionally followed by a ':' and a\n file name within the package. The default file name is\n configure.zcml. The string '-meta' can be included between the\n file name and the package name. If so, then the default file name\n is meta.zcml and the include will be treated as a meta include.\n Similarly for '-overrides'. For example, the include::\n\n foo.bar\n\n Causes the file named NNN-foo.bar-configure.zcml to be inserted\n into package-includes containing:\n\n \n\n where NNN is a 3-digit number computed from the order if the entry\n in the zcml option.\n\n The include:\n\n foo.bar-meta\n\n Causes the file named NNN-foo.bar-meta.zcml to be inserted\n into package-includes containing:\n\n \n\n The include:\n\n foo.bar-overrides:x.zcml\n\n Causes the file named NNN-foo.bar-overrides.zcml to be inserted\n into package-includes containing:\n\n \n\n \nTo do\n-----\n\n- Need tests\n\n- Hopefully, for Zope 3.4, we'll be able to make the instance-creation\n process more modular, which will allow a cleaner implementation for\n this recipe.\n\n- Support for multiple storages\n\n- Support for more configuration options.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://svn.zope.org/zc.recipe.zope3instance",
"keywords": "zope3 buildout",
"license": "ZPL 2.1",
"maintainer": null,
"maintainer_email": null,
"name": "zc.recipe.zope3instance",
"package_url": "https://pypi.org/project/zc.recipe.zope3instance/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/zc.recipe.zope3instance/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://svn.zope.org/zc.recipe.zope3instance"
},
"release_url": "https://pypi.org/project/zc.recipe.zope3instance/1.0.0a1/",
"requires_dist": null,
"requires_python": null,
"summary": "ZC Buildout recipe for defining a Zope 3 instance",
"version": "1.0.0a1"
},
"last_serial": 802196,
"releases": {
"1.0.0a1": [
{
"comment_text": "",
"digests": {
"md5": "5ef3005c4580f64bd862f4142a505f44",
"sha256": "7cfad7437b4c3eca4baeea2d515f3962c38ef97e79944e619aeae6c5cc1a8c87"
},
"downloads": -1,
"filename": "zc.recipe.zope3instance-1.0.0a1-py2.4.egg",
"has_sig": false,
"md5_digest": "5ef3005c4580f64bd862f4142a505f44",
"packagetype": "bdist_egg",
"python_version": "2.4",
"requires_python": null,
"size": 7355,
"upload_time": "2006-06-29T21:57:29",
"url": "https://files.pythonhosted.org/packages/00/cd/e890e61bfd1ed26970c145ab604858f421e52bdb84a6416149ba89db31eb/zc.recipe.zope3instance-1.0.0a1-py2.4.egg"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "5ef3005c4580f64bd862f4142a505f44",
"sha256": "7cfad7437b4c3eca4baeea2d515f3962c38ef97e79944e619aeae6c5cc1a8c87"
},
"downloads": -1,
"filename": "zc.recipe.zope3instance-1.0.0a1-py2.4.egg",
"has_sig": false,
"md5_digest": "5ef3005c4580f64bd862f4142a505f44",
"packagetype": "bdist_egg",
"python_version": "2.4",
"requires_python": null,
"size": 7355,
"upload_time": "2006-06-29T21:57:29",
"url": "https://files.pythonhosted.org/packages/00/cd/e890e61bfd1ed26970c145ab604858f421e52bdb84a6416149ba89db31eb/zc.recipe.zope3instance-1.0.0a1-py2.4.egg"
}
]
}