{ "info": { "author": "Zope Corporation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development" ], "description": "Zope application server ZCML files\n**********************************\n\n.. contents::\n\n\nChange History\n==============\n\n4.0.0 (2017-05-29)\n------------------\n\n- Add support for Python 3.4, 3.5, 3.6 and PyPy. Update minimum dependency\n versions appropriately.\n\n\n3.8.0 (2013-08-27)\n------------------\n\n- Remove include of ``zope.app.zopeappgenerations`` that is not useful unless\n upgrading a database older than Zope 3.4. This cuts the last dependency on\n ``zope.app.authentication`` from the ZTK.\n\n\n3.7.1 (2011-07-26)\n------------------\n\n- Move include of ``zope.dublincore.browser`` here from ``zope.dublincore``\n (LP: #590668).\n\n\n3.7.0 (2009-12-28)\n------------------\n\n- Use new ``zope.app.locales`` which has its own `configure.zcml`.\n\n- No longer using ``zope.testing.doctestunit`` as it is deprecated\n now. Using python's ``doctest`` module.\n\n3.6.1 (2009-12-16)\n------------------\n\n- Removed reference to no longer existing configure.zcml from\n ``zope.app.pagetemplate.tests``.\n\n\n3.6.0 (2009-07-11)\n------------------\n\n- No longer depends on deprecated ``zope.app.interface`` but on\n ``zope.componentvocabulary``.\n\n\n3.5.5 (2009-05-23)\n------------------\n\n- Added missing dependencies, including ``zope.app.http`` and\n ``zope.app.applicationcontrol``.\n\n\n3.5.4 (2009-05-18)\n------------------\n\n- Added missing ``zope.app.exception`` dependency, as we include its ZCML.\n\n- Added missing ``zope.app.testing`` test dependency to make tests pass.\n\n\n3.5.3 (2009-02-04)\n------------------\n\n- Added ``zope.app.broken`` dependency (we include its ZCML).\n\n3.5.2 (2009-01-31)\n------------------\n\n- We depended on ``zope.formlib`` but didn't include its configuration. Now\n it's included in ``configure.zcml``.\n\n- We include ZCML of ``zope.app.error`` but didn't mention it as a dependency.\n\n3.5.1 (2008-12-28)\n------------------\n\n- Add include of ``zope.app.schema:configure.zcml``. Because component-based\n vocabularies are used everywhere and we need to import zope.app.schema\n somehow to make it work. This is needed because of removal of the include\n of zope.app.schema's meta.zcml in the previous release.\n\n3.5.0 (2008-12-16)\n------------------\n\n- Remove deprecated include of ``zope.app.component.browser:meta.zcml``.\n- Remove deprecated include of ``zope.app.schema:meta.zcml``.\n- Remove use of zope.modulealias.\n\n3.4.3 (2007-11-01)\n------------------\n\n- Fix test failure due to missing ``zope.app.container.browser.ftests``\n directory. Now it is moved to ``zope.app.container.browser.tests``.\n\n3.4.2 (2007-10-30)\n------------------\n\n- Fix test failure due to missing ``zope.app.form.browser.ftests`` directory.\n Now it is moved to ``zope.app.form.browser.tests``.\n\n3.4.1 (2007-10-23)\n------------------\n\n- Added missing dependency.\n\n3.4.0 (2007-10-03)\n------------------\n\n- Initial public release as an individual package.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/zopefoundation/zope.app.zcmlfiles", "keywords": "zope setup configuration standard menu", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "zope.app.zcmlfiles", "package_url": "https://pypi.org/project/zope.app.zcmlfiles/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zope.app.zcmlfiles/", "project_urls": { "Homepage": "http://github.com/zopefoundation/zope.app.zcmlfiles" }, "release_url": "https://pypi.org/project/zope.app.zcmlfiles/4.0.0/", "requires_dist": [ "setuptools", "zope.annotation (>=4.4.1)", "zope.app.applicationcontrol (>=4.0.0)", "zope.app.appsetup (>=4.0.0)", "zope.app.basicskin (>=4.0.0)", "zope.app.broken (>=4.0.0)", "zope.app.component (>=4.0.0)", "zope.app.container (>=4.0.0)", "zope.app.content (>=4.0.0)", "zope.app.dependable (>=4.0.0)", "zope.app.error (>=4.0.0)", "zope.app.exception (>=4.0.1)", "zope.app.folder (>=4.0.0)", "zope.app.form (>=5.0.0)", "zope.app.generations (>=4.0.0)", "zope.app.http (>=4.0.1)", "zope.app.i18n (>=4.0.0)", "zope.app.locales (>=4.0.0)", "zope.app.pagetemplate (>=4.0.0)", "zope.app.principalannotation (>=4.0.0)", "zope.app.publication (>=4.2.1)", "zope.app.publisher (>=4.0.0)", "zope.app.rotterdam (>=4.0.0)", "zope.app.schema (>=4.1.0)", "zope.app.security (>=4.0.0)", "zope.app.wsgi (>=4.1.0)", "zope.component (>=4.3.0)", "zope.componentvocabulary (>=2.0.0)", "zope.copypastemove (>=4.0.0)", "zope.dublincore (>=4.1.1)", "zope.formlib (>=4.3.0)", "zope.i18n (>=4.2.0)", "zope.location (>=4.0.3)", "zope.publisher (>=4.3.2)", "zope.size (>=4.1.0)", "zope.traversing (>=4.1.0)", "webtest; extra == 'test'", "zope.testrunner; extra == 'test'" ], "requires_python": "", "summary": "Zope application server ZCML files", "version": "4.0.0" }, "last_serial": 2906593, "releases": { "3.4.0": [ { "comment_text": "", "digests": { "md5": "bc1dba3d07b85ad22b1585ae2c8aa982", "sha256": "a7b99385c6d9e6278a6233fd2c7d1ee74d1bc43e2ec9cdceb7e5df09a75be2b7" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.4.0.tar.gz", "has_sig": false, "md5_digest": "bc1dba3d07b85ad22b1585ae2c8aa982", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4606, "upload_time": "2007-10-03T06:34:34", "url": "https://files.pythonhosted.org/packages/f6/6d/133ce950fe7a0ee590bc1ec3abe8369c4196b3a10c030e36d39d6c54a262/zope.app.zcmlfiles-3.4.0.tar.gz" } ], "3.4.0a1": [ { "comment_text": "", "digests": { "md5": "e9ad4e6faa18a7ff819cb8d7fdcbebb5", "sha256": "7435e1b1aa4298aff87f67d3ce0d673a77167c0ab4a54a3d5c18a71720ebd76b" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.4.0a1.tar.gz", "has_sig": false, "md5_digest": "e9ad4e6faa18a7ff819cb8d7fdcbebb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4130, "upload_time": "2007-04-23T13:33:32", "url": "https://files.pythonhosted.org/packages/3a/84/f50cf2b578c92a2afbc818e7f92d90568239250f239c70178b37efc86e8b/zope.app.zcmlfiles-3.4.0a1.tar.gz" } ], "3.4.1": [ { "comment_text": "", "digests": { "md5": "c701ad247fc863c9ef27da9ca8a02afb", "sha256": "bb00e51b157689f9133fa740138ab16e34b33208e0eec366c264cc764b1641c0" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.4.1.tar.gz", "has_sig": false, "md5_digest": "c701ad247fc863c9ef27da9ca8a02afb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4664, "upload_time": "2007-10-23T23:52:32", "url": "https://files.pythonhosted.org/packages/1c/49/af961802db1b3850cffdb10f524ae329d44c7228f542f0e31e0237c85809/zope.app.zcmlfiles-3.4.1.tar.gz" } ], "3.4.2": [ { "comment_text": "", "digests": { "md5": "0e5c364fc13f4e54edde2d89bf5a3b2a", "sha256": "a2454bb548da9496f552cd4b010280bde4b30511ba7670a8b33b7e7fc46a9e36" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.4.2.tar.gz", "has_sig": false, "md5_digest": "0e5c364fc13f4e54edde2d89bf5a3b2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4740, "upload_time": "2007-10-30T11:16:13", "url": "https://files.pythonhosted.org/packages/b9/4f/ecb0c650d7cc7229375d29d23f546c126b60c04aabafaa9fd1aacc2b8d37/zope.app.zcmlfiles-3.4.2.tar.gz" } ], "3.4.3": [ { "comment_text": "", "digests": { "md5": "16a849791f098e723fdc387e888e106c", "sha256": "a07cdfd518dcd7b43fd53f29144f7c74a0ce3cf4f61ba4682eaf3840534a41d8" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.4.3.tar.gz", "has_sig": false, "md5_digest": "16a849791f098e723fdc387e888e106c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4774, "upload_time": "2007-11-02T00:51:57", "url": "https://files.pythonhosted.org/packages/f0/f1/90abcfb8a7ba44ea3074cf4a6fb3ab376d5e9bc25021036725cb218e5006/zope.app.zcmlfiles-3.4.3.tar.gz" } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "ceee8db1b852e180282f00eb63caea85", "sha256": "44f7069caf24e6c9682df8d21cb86c00af013427cd744b19215c4b0a8d89f7e1" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.5.0.tar.gz", "has_sig": false, "md5_digest": "ceee8db1b852e180282f00eb63caea85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4785, "upload_time": "2008-12-16T09:05:21", "url": "https://files.pythonhosted.org/packages/b2/0c/cf77da5c474bbfc6acddabd39a4f1722c1c013373431c8f2a4874ec81380/zope.app.zcmlfiles-3.5.0.tar.gz" } ], "3.5.1": [ { "comment_text": "", "digests": { "md5": "671fb5ab3abb551e7b38bc5eaad87464", "sha256": "749c592a93298055bd99aed38fbea169a1238eda4056aa846b6f8554ef7c9993" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.5.1.tar.gz", "has_sig": false, "md5_digest": "671fb5ab3abb551e7b38bc5eaad87464", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4937, "upload_time": "2008-12-27T21:04:19", "url": "https://files.pythonhosted.org/packages/e0/22/29966c4a2fb3635a621b09219a8723259fc9c3a43397c494dc2447ff141e/zope.app.zcmlfiles-3.5.1.tar.gz" } ], "3.5.2": [ { "comment_text": "", "digests": { "md5": "e0cb850d38a50228901dde337f41bd67", "sha256": "18bee995b10717ead39417fff7b310f8bb269f7ccf642d3323259936e99a13a5" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.5.2.tar.gz", "has_sig": false, "md5_digest": "e0cb850d38a50228901dde337f41bd67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5055, "upload_time": "2009-01-31T15:57:06", "url": "https://files.pythonhosted.org/packages/96/12/ceb3504f73f226e71ccf0987a30732d3b8829c4831937de57c0d4939cecf/zope.app.zcmlfiles-3.5.2.tar.gz" } ], "3.5.3": [ { "comment_text": "", "digests": { "md5": "098d40df9b99211fc4b4b0ebb00556fb", "sha256": "2096f1e5e9134bea08d841acb199cce5c81bb8195a4132670b417f1ce8cfc45c" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.5.3.tar.gz", "has_sig": false, "md5_digest": "098d40df9b99211fc4b4b0ebb00556fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5193, "upload_time": "2009-02-05T13:19:25", "url": "https://files.pythonhosted.org/packages/64/12/f03465246010bb2a31f2052c63abfaf5a890953ec02d41765bad0dda7ad1/zope.app.zcmlfiles-3.5.3.tar.gz" } ], "3.5.4": [ { "comment_text": "", "digests": { "md5": "7fcb869d60c38331ddd240a13c2a0920", "sha256": "0e4fa12cc88334a5909b3f84fcf5ed7c043d29ea60f7ec8347921fc2a94d2490" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.5.4.tar.gz", "has_sig": false, "md5_digest": "7fcb869d60c38331ddd240a13c2a0920", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5239, "upload_time": "2009-05-18T19:29:40", "url": "https://files.pythonhosted.org/packages/94/a3/6e91d675d8d3fb0f071cf93a3766fb6b307e68c68bce3fe25bd2d22931ef/zope.app.zcmlfiles-3.5.4.tar.gz" } ], "3.5.5": [ { "comment_text": "", "digests": { "md5": "2003235558e9174136bb5318826470d5", "sha256": "463caf23daa368d6788346b825ee0d54085574873d08b3bd2032d73ea83ee3d6" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.5.5.tar.gz", "has_sig": false, "md5_digest": "2003235558e9174136bb5318826470d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5342, "upload_time": "2009-05-23T23:41:37", "url": "https://files.pythonhosted.org/packages/6e/be/e17dbc96b4ad41c38e8dd0f5a31a21c24310d25f9ffcb6e1d02bc6f6c5f1/zope.app.zcmlfiles-3.5.5.tar.gz" } ], "3.6.0": [ { "comment_text": "", "digests": { "md5": "88f5bf87fc9040994d5eae55890ed3df", "sha256": "4d5693034eef8ff1a089e90d2643bd108617b3383e5e264a846ea52cd04982f2" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.6.0.tar.gz", "has_sig": false, "md5_digest": "88f5bf87fc9040994d5eae55890ed3df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5404, "upload_time": "2009-07-11T14:16:05", "url": "https://files.pythonhosted.org/packages/e0/ed/46fe6022649c8e8d47fdd4f35ca7d83fd0265efcb50f66c0671b92c6a693/zope.app.zcmlfiles-3.6.0.tar.gz" } ], "3.6.1": [ { "comment_text": "", "digests": { "md5": "16e6e4cec2aa91e5e1c98b4246d29b3b", "sha256": "030b30023c8fe3e301733bc50262cf169dbc326092bb32aa0eba05c76dc1d857" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.6.1.zip", "has_sig": false, "md5_digest": "16e6e4cec2aa91e5e1c98b4246d29b3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12465, "upload_time": "2009-12-16T23:19:53", "url": "https://files.pythonhosted.org/packages/05/ed/c2fdbcf02ebbdd85d56699d1da8be7fadb77703cdde8feb7037af5198b85/zope.app.zcmlfiles-3.6.1.zip" } ], "3.7.0": [ { "comment_text": "", "digests": { "md5": "0289d1fd466d41925bfa236d38918f34", "sha256": "eb97b90376e54d960f9cde109b07e0c7a216673e8bac7936a9c39ab2dccdcc09" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.7.0.tar.gz", "has_sig": false, "md5_digest": "0289d1fd466d41925bfa236d38918f34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5546, "upload_time": "2009-12-28T10:13:07", "url": "https://files.pythonhosted.org/packages/74/3e/f9ce1413cad983b4b2d60ac726f21428c5b54b62967157a4c8d7d48f8501/zope.app.zcmlfiles-3.7.0.tar.gz" } ], "3.7.1": [ { "comment_text": "", "digests": { "md5": "0e8991d2bed71ee6b98a2c48d21e1126", "sha256": "c143f3135288ebdef2c97824cc7463833b58e9326ca380d53a7ff9541ba70715" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.7.1.tar.gz", "has_sig": false, "md5_digest": "0e8991d2bed71ee6b98a2c48d21e1126", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6579, "upload_time": "2011-07-26T16:27:32", "url": "https://files.pythonhosted.org/packages/24/5d/09f9517221af6edd57d4c7604641a17b0fa9da09d7b2cf060d1e695203dc/zope.app.zcmlfiles-3.7.1.tar.gz" } ], "3.8.0": [ { "comment_text": "", "digests": { "md5": "1e15b14d7f9f7925d69d5a3a46eabc30", "sha256": "b080d4db89c257eb2a2d8a98af3606a4786b2f76dbd024332565a22f34bca145" }, "downloads": -1, "filename": "zope.app.zcmlfiles-3.8.0.zip", "has_sig": false, "md5_digest": "1e15b14d7f9f7925d69d5a3a46eabc30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17592, "upload_time": "2013-08-27T16:07:26", "url": "https://files.pythonhosted.org/packages/e0/29/0b54f8f9028b2436c5a61f69f053d6ae8490169cbcc2037a8211afbd43ef/zope.app.zcmlfiles-3.8.0.zip" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "5e61514d7dd98ccd7c32842064f3df85", "sha256": "7ea5f5014814d2827cded38f2939e42bc50c0f179db4ddb9626b076aaa0ad1fe" }, "downloads": -1, "filename": "zope.app.zcmlfiles-4.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "5e61514d7dd98ccd7c32842064f3df85", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9235, "upload_time": "2017-05-29T14:37:12", "url": "https://files.pythonhosted.org/packages/b7/39/0ef8f1a6df3f8b324ca46b502e8c6a7f415994942588f42816d9ed0383f4/zope.app.zcmlfiles-4.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6af3861c02639f5ee34611441f37b79b", "sha256": "fe1d193cccb9fb3755a1cb66ae228e66e7b8dbc1c9cf495b073b61a22de3382b" }, "downloads": -1, "filename": "zope.app.zcmlfiles-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6af3861c02639f5ee34611441f37b79b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9239, "upload_time": "2017-05-29T14:38:32", "url": "https://files.pythonhosted.org/packages/10/b8/27271efc1d727cced5eb00a5edfc18bb4c2a0204bc9c7555408c76f84643/zope.app.zcmlfiles-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46e9892bdd68afb2a761801bba290580", "sha256": "86ccaf2ee6caae7c47b674165a04c42101fda5c049781af067a3d035ee036ac6" }, "downloads": -1, "filename": "zope.app.zcmlfiles-4.0.0.tar.gz", "has_sig": false, "md5_digest": "46e9892bdd68afb2a761801bba290580", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9373, "upload_time": "2017-05-29T14:37:13", "url": "https://files.pythonhosted.org/packages/04/43/161d2a126b3142001c8bf28e64493dc898d4b1c6a49e1a053881f3a7d3a3/zope.app.zcmlfiles-4.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e61514d7dd98ccd7c32842064f3df85", "sha256": "7ea5f5014814d2827cded38f2939e42bc50c0f179db4ddb9626b076aaa0ad1fe" }, "downloads": -1, "filename": "zope.app.zcmlfiles-4.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "5e61514d7dd98ccd7c32842064f3df85", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9235, "upload_time": "2017-05-29T14:37:12", "url": "https://files.pythonhosted.org/packages/b7/39/0ef8f1a6df3f8b324ca46b502e8c6a7f415994942588f42816d9ed0383f4/zope.app.zcmlfiles-4.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6af3861c02639f5ee34611441f37b79b", "sha256": "fe1d193cccb9fb3755a1cb66ae228e66e7b8dbc1c9cf495b073b61a22de3382b" }, "downloads": -1, "filename": "zope.app.zcmlfiles-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6af3861c02639f5ee34611441f37b79b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9239, "upload_time": "2017-05-29T14:38:32", "url": "https://files.pythonhosted.org/packages/10/b8/27271efc1d727cced5eb00a5edfc18bb4c2a0204bc9c7555408c76f84643/zope.app.zcmlfiles-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46e9892bdd68afb2a761801bba290580", "sha256": "86ccaf2ee6caae7c47b674165a04c42101fda5c049781af067a3d035ee036ac6" }, "downloads": -1, "filename": "zope.app.zcmlfiles-4.0.0.tar.gz", "has_sig": false, "md5_digest": "46e9892bdd68afb2a761801bba290580", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9373, "upload_time": "2017-05-29T14:37:13", "url": "https://files.pythonhosted.org/packages/04/43/161d2a126b3142001c8bf28e64493dc898d4b1c6a49e1a053881f3a7d3a3/zope.app.zcmlfiles-4.0.0.tar.gz" } ] }