{ "info": { "author": "Zope Foundation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP" ], "description": "===========================\nzope.app.applicationcontrol\n===========================\n\nThe application control instance is usually generated upon startup.\nThis package provides runtime information adapter for application\ncontrol and Zope version. Also provide a utility with methods for\nshutting down and restarting the server.\n\n\nDeveloper Resources\n-------------------\n\n- Subversion browser:\n\n http://svn.zope.org/zope.app.applicationcontrol/\n\n- Read-only Subversion checkout::\n\n $ svn co svn://svn.zope.org/repos/main/zope.app.applicationcontrol/trunk\n\n- Writable Subversion checkout::\n\n $ svn co svn+ssh://userid@svn.zope.org/repos/main/zope.app.applicationcontrol/trunk\n\n\n\n=======\nCHANGES\n=======\n\n4.0.0 (2017-05-03)\n------------------\n\n- Add support for Python 3.42 3.5 and 3.6 and PyPy.\n\n- Remove test dependency on ``zope.app.testing`` and\n ``zope.app.zcmlfiles``, among others.\n\n- Change dependency on ``ZODB3`` to ``ZODB``.\n\n- Remove the ability of ``ZopeVersion`` to parse information from a\n subversion checkout. zope.app packages are in git now.\n\n3.5.10 (2011-11-02)\n-------------------\n\n- Extended the locale-specific fix from version 3.5.6 for hosts\n which set ``LC_*`` in the environment: those variables shadow ``LANG``.\n\n- Replaced a testing dependency on zope.app.authentication with\n zope.password.\n\n- Removed unneeded zope.app.appsetup test dependency.\n\n\n3.5.9 (2010-12-18)\n------------------\n\n- Bugfix: AttributeError: 'module' object has no attribute '__file__'\n when you used ``pip install`` instead of ``easy_install``.\n\n The IZopeVersion utility now returns \"Meaningless\", since there's no\n monolithic Zope 3 in the modern eggified world.\n\n\n3.5.8 (2010-09-17)\n------------------\n\n- Replaced a testing dependency on zope.app.securitypolicy with one on\n zope.securitypolicy.\n\n\n3.5.7 (2010-07-08)\n------------------\n\n- 3.5.6 was a bad egg release.\n\n\n3.5.6 (2010-07-07)\n------------------\n\n- Bugfix: Launching ``svn`` replaced the whole environment instead of just\n appending ``LANG``.\n\n\n3.5.5 (2010-01-09)\n------------------\n\n- Extracted RuntimeInfo and ApplicationRoot functionality into\n zope.applicationcontrol. Import this functionality from this package\n instead (see BBB imports inside this package).\n\n3.5.4 (2010-01-08)\n------------------\n\n- Test dependency on zptpage removed.\n\n\n3.5.3 (2010-01-05)\n------------------\n\n- Updated to use newer zope.publisher 3.12 and zope.login to make\n tests work.\n\n\n3.5.2 (2009-12-19)\n------------------\n\n- Move 'zope.ManageApplication' permission from zope.app.security package\n\n- Break dependency on ``zope.app.appsetup`` by using a conditional import\n\n\n3.5.1 (2009-08-15)\n------------------\n\n- Added missing (normal and test) dependencies.\n\n- Renenabled functional tests.\n\n3.5.0 (2009-05-23)\n------------------\n\n- The application controller is now registered as a utility so that other\n packages like zope.traversing and zope.app.publication do not need\n to depend on this package directly. This also makes the application\n controller pluggable.\n\n3.4.3 (2008-07-30)\n------------------\n\n- Make the test for the ZopeVersion bugfix in 3.4.2 not fail when run from an\n egg rather than a checkout.\n\n3.4.2 (2008-07-30)\n------------------\n\n- Substitute zope.app.zapi by direct calls to its wrapped apis.\n See http://launchpad.net/bugs/219302\n\n- Bugfix: ZopeVersion used to report an unknown version when running on a\n machine with a locale different than English.\n See http://launchpad.net/bugs/177733\n\n- Fixed deprecation warning in ftesting.zcml: import ZopeSecurityPolicy from\n the new location.\n\n3.4.1 (2007-09-27)\n------------------\n\n- rebumped to replace faulty egg\n\n3.4.0 (2007-09-25)\n------------------\n\n- Initial documented release\n\n- Reflect changes form zope.app.error refactoring", "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.applicationcontrol", "keywords": "zope3 application control", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "zope.app.applicationcontrol", "package_url": "https://pypi.org/project/zope.app.applicationcontrol/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zope.app.applicationcontrol/", "project_urls": { "Homepage": "http://github.com/zopefoundation/zope.app.applicationcontrol" }, "release_url": "https://pypi.org/project/zope.app.applicationcontrol/4.0.0/", "requires_dist": [ "ZODB", "setuptools", "zope.applicationcontrol (>=4.0.1)", "zope.component", "zope.i18n", "zope.i18nmessageid", "zope.interface", "zope.size", "zope.traversing (>=3.7.0)", "webtest; extra == 'test'", "zope.annotation (>=4.4.1); extra == 'test'", "zope.app.appsetup (>=4.0.0); extra == 'test'", "zope.app.authentication (>=4.0.0); extra == 'test'", "zope.app.basicskin (>=4.0.0); extra == 'test'", "zope.app.component (>=4.0.0); extra == 'test'", "zope.app.container (>=4.0.0); extra == 'test'", "zope.app.locales (>=4.0.0); extra == 'test'", "zope.app.pagetemplate (>=4.0.0); extra == 'test'", "zope.app.publication (>=4.2.1); extra == 'test'", "zope.app.wsgi (>=4.1.0); extra == 'test'", "zope.applicationcontrol (>=4.0.1); extra == 'test'", "zope.authentication (>=4.2.1); extra == 'test'", "zope.browser (>=2.1.0); extra == 'test'", "zope.browsermenu (>=4.1.1); extra == 'test'", "zope.browserpage (>=4.1.0); extra == 'test'", "zope.browserresource (>=4.1.0); extra == 'test'", "zope.container (>=4.1.0); extra == 'test'", "zope.formlib (>=4.3.0); extra == 'test'", "zope.i18nmessageid (>=4.1.0); extra == 'test'", "zope.interface (>=4.4.0); extra == 'test'", "zope.login (>=2.0.0); extra == 'test'", "zope.pagetemplate (>=4.2.1); extra == 'test'", "zope.password (>=4.2.0); extra == 'test'", "zope.pluggableauth (>=2.2.0); extra == 'test'", "zope.principalregistry (>=4.0.0); extra == 'test'", "zope.publisher (>=4.3.1); extra == 'test'", "zope.schema (>=4.4.2); extra == 'test'", "zope.securitypolicy (>=4.1.0); extra == 'test'", "zope.session (>=4.1.0); extra == 'test'", "zope.site (>=4.0.0); extra == 'test'", "zope.testbrowser (>=5.2); extra == 'test'", "zope.testing; extra == 'test'", "zope.testrunner; extra == 'test'" ], "requires_python": "", "summary": "Zope application control", "version": "4.0.0" }, "last_serial": 2849315, "releases": { "3.4-dev-r73715": [ { "comment_text": "", "digests": { "md5": "e51d770b5c81c8e9ac5628cc0b414b27", "sha256": "6f77db597653d290b82fe56c4a659c5dbc16a81291148bff35ff36d71638e880" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.4-dev-r73715.tar.gz", "has_sig": false, "md5_digest": "e51d770b5c81c8e9ac5628cc0b414b27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14761, "upload_time": "2007-04-23T14:07:15", "url": "https://files.pythonhosted.org/packages/c8/cd/08cb4851dd199eeaecb1ab9bbd71c94733a365c5b1b607542632b10b3317/zope.app.applicationcontrol-3.4-dev-r73715.tar.gz" } ], "3.4.0": [ { "comment_text": "", "digests": { "md5": "c3153c8c415f9181bfdef637474d54a1", "sha256": "6b3cbd3f1f993baea6948395077869431f90dca2d67208e997e96c6ed053f46c" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.4.0.zip", "has_sig": false, "md5_digest": "c3153c8c415f9181bfdef637474d54a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40229, "upload_time": "2007-09-25T15:29:25", "url": "https://files.pythonhosted.org/packages/3a/74/4abd34800e6c8c1b43a2ddde7b7ea54f06ff632a2d9e360731164b757bcd/zope.app.applicationcontrol-3.4.0.zip" } ], "3.4.1": [ { "comment_text": "", "digests": { "md5": "38bf2e79969a03982757373f5267f770", "sha256": "bdf5cd5593f582049ce259d2648de31385146bd3dd2096251d220d460f8bcfd8" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.4.1-py2.4.egg", "has_sig": false, "md5_digest": "38bf2e79969a03982757373f5267f770", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 55626, "upload_time": "2007-09-27T08:31:46", "url": "https://files.pythonhosted.org/packages/1e/99/0777a0787802ac8edad2bfdfa7aa47a25f713dbb48e800c30e16ecd42886/zope.app.applicationcontrol-3.4.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "a0c9a92f156dc4c4d5c3eccb6a2d430b", "sha256": "80fa6e73c4e389bafd726a5f1600587bde680d27a601dd76a7ca004dddafb95a" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.4.1.tar.gz", "has_sig": false, "md5_digest": "a0c9a92f156dc4c4d5c3eccb6a2d430b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16827, "upload_time": "2007-09-27T08:31:46", "url": "https://files.pythonhosted.org/packages/af/bc/1b8cdd98d66bbb025f58dd2db8afa9622562f314342205e2adb29a365c35/zope.app.applicationcontrol-3.4.1.tar.gz" } ], "3.4.2": [ { "comment_text": "", "digests": { "md5": "c59791da7823cfd28d8a320fc0ed0d04", "sha256": "6104a25e08e104703f40590f9e4d34afb99259ef625ca4a7c4426f4e8c2f1ca2" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.4.2.tar.gz", "has_sig": false, "md5_digest": "c59791da7823cfd28d8a320fc0ed0d04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18108, "upload_time": "2008-07-30T17:48:46", "url": "https://files.pythonhosted.org/packages/8a/7b/f0a5715d83ea073478274f4e4ee0d188b4e0c920721f386df5483ae5eb15/zope.app.applicationcontrol-3.4.2.tar.gz" } ], "3.4.3": [ { "comment_text": "", "digests": { "md5": "cdd1da2260c4cbabdcdf64ff8afc6b83", "sha256": "86bdae12281ff207b989e5cc91e62c714d75cc174d7b957dedd55ae1d6fec88c" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.4.3.tar.gz", "has_sig": false, "md5_digest": "cdd1da2260c4cbabdcdf64ff8afc6b83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18271, "upload_time": "2008-07-30T18:32:29", "url": "https://files.pythonhosted.org/packages/6d/4f/e98dcfbb1b2d2e6e50b11876f98552dc2cc91ae75c606c08b82f864631eb/zope.app.applicationcontrol-3.4.3.tar.gz" } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "fd2f5cae91d62f3848a5ab5528e627d3", "sha256": "1cfd840cb8af4d84e4ef4dd9c2e6d1148ac8205c721a4bbf3262b8ea9b738803" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.0.tar.gz", "has_sig": false, "md5_digest": "fd2f5cae91d62f3848a5ab5528e627d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17951, "upload_time": "2009-05-24T00:08:12", "url": "https://files.pythonhosted.org/packages/9d/50/31f026b2c0fdb363fcc483ecc531cfe811e1679509a320e4fcda4131b30a/zope.app.applicationcontrol-3.5.0.tar.gz" } ], "3.5.1": [ { "comment_text": "", "digests": { "md5": "b2de1068356a999a2b5e2c93ce93e7cf", "sha256": "6336b4d0148cbc3ac7e11ec2ddbcdcb9ba0d64f1262c30d57f843761a8bc9d24" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.1.tar.gz", "has_sig": false, "md5_digest": "b2de1068356a999a2b5e2c93ce93e7cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18885, "upload_time": "2009-08-15T17:59:57", "url": "https://files.pythonhosted.org/packages/a4/51/6d60c65291ea4d81090e0932d6717063b6327fa54c868c68bce92f3e9869/zope.app.applicationcontrol-3.5.1.tar.gz" } ], "3.5.10": [ { "comment_text": "", "digests": { "md5": "f785c13698192c83024fda75f1f3d822", "sha256": "9e120a6fae0528f3cf11dc5bc58f856368d533ccc61ca2106b03e578bca54169" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.10.tar.gz", "has_sig": false, "md5_digest": "f785c13698192c83024fda75f1f3d822", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17106, "upload_time": "2011-11-02T16:10:52", "url": "https://files.pythonhosted.org/packages/0c/4e/5089b277ce07f75b43518733e89a185410f91f5656ae565e15c3cd2b725b/zope.app.applicationcontrol-3.5.10.tar.gz" } ], "3.5.2": [ { "comment_text": "", "digests": { "md5": "f6a797ceeba1ea4c246232b7321151b8", "sha256": "fcb45fa04fac56c07d1e1934a1a9cc4fc4b4baa1e17a463b843ebab3089de8a3" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.2.tar.gz", "has_sig": false, "md5_digest": "f6a797ceeba1ea4c246232b7321151b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19071, "upload_time": "2009-12-20T06:00:59", "url": "https://files.pythonhosted.org/packages/3f/9f/e3539cdd954270f5527ec33e5e7a394034c461e25a48a496f7467f517b64/zope.app.applicationcontrol-3.5.2.tar.gz" } ], "3.5.3": [ { "comment_text": "", "digests": { "md5": "23557035dd790431b7df83a992a208c2", "sha256": "ec879fd1633a35a91d6873ed7099e1e8103d5322d5b1de0e411400df0f011714" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.3.tar.gz", "has_sig": false, "md5_digest": "23557035dd790431b7df83a992a208c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17409, "upload_time": "2010-01-05T00:03:45", "url": "https://files.pythonhosted.org/packages/f6/3b/8f5defa2c48bbaafe64a1aefeb909533c87ebc223f31ea2d46a398826e6d/zope.app.applicationcontrol-3.5.3.tar.gz" } ], "3.5.4": [ { "comment_text": "", "digests": { "md5": "bd49de484a06e9d99a7bb9624fb283e2", "sha256": "43830d2ac76c03f744456b6ea76e9e188003a635b5a6b7b4ee262a510a29165e" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.4.tar.gz", "has_sig": false, "md5_digest": "bd49de484a06e9d99a7bb9624fb283e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17433, "upload_time": "2010-01-08T23:43:57", "url": "https://files.pythonhosted.org/packages/cc/c0/b679da3561265b1f6c2a61943cec160a253d2432baefbffedd17346f5f74/zope.app.applicationcontrol-3.5.4.tar.gz" } ], "3.5.5": [ { "comment_text": "", "digests": { "md5": "0054362a628e0bbabe215afe5e1e71d8", "sha256": "3660c2641f290308ed3ed47e0d4afff4eac187fdc9b4a682078b721c6f0b2355" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.5.tar.gz", "has_sig": false, "md5_digest": "0054362a628e0bbabe215afe5e1e71d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14673, "upload_time": "2010-01-09T15:59:54", "url": "https://files.pythonhosted.org/packages/0e/93/c6a2dba0d66891548dc4cccaa84281d286b18ccb3190eafe446084e688be/zope.app.applicationcontrol-3.5.5.tar.gz" } ], "3.5.6": [ { "comment_text": "", "digests": { "md5": "89c43587034e9a855f739ee0eb30737e", "sha256": "c72f30a8c08646f74466fb8bb3bb41f6e8db036ffe299b35c57f1fd501a0c0a1" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.6.zip", "has_sig": false, "md5_digest": "89c43587034e9a855f739ee0eb30737e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30223, "upload_time": "2010-07-07T07:49:14", "url": "https://files.pythonhosted.org/packages/4f/7f/3d42520bf6593c4d61248b59993cd524b63a0d5905061d15d8ced6506a66/zope.app.applicationcontrol-3.5.6.zip" } ], "3.5.7": [ { "comment_text": "", "digests": { "md5": "024f50b149728080e7fd0e35eff7cbca", "sha256": "6b1c245a1202b6dbe5538e4a22496c32b58c821095068639a98dd7907290b2ae" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.7.tar.gz", "has_sig": false, "md5_digest": "024f50b149728080e7fd0e35eff7cbca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14586, "upload_time": "2010-07-08T08:45:09", "url": "https://files.pythonhosted.org/packages/00/56/2a7525ca4124ba58f9c66ec82eb70a131081a4c996fdd18b62b603da1861/zope.app.applicationcontrol-3.5.7.tar.gz" } ], "3.5.8": [ { "comment_text": "", "digests": { "md5": "c9f263e601870a07bba8e7f90ff98fd7", "sha256": "1697578644491f8482f8e3333d0a5ffe1fe22178b819b790711e51299d276091" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.8.zip", "has_sig": false, "md5_digest": "c9f263e601870a07bba8e7f90ff98fd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39280, "upload_time": "2010-09-17T13:37:59", "url": "https://files.pythonhosted.org/packages/49/aa/5277e165e6d85776d5ff18c9fb9d63a66c2eb0a090ee3c3384a96e1b8712/zope.app.applicationcontrol-3.5.8.zip" } ], "3.5.9": [ { "comment_text": "", "digests": { "md5": "57ab50dc4c280629c9a0b7bf06dae01d", "sha256": "afdb6ddd848580efb288f765d25255c61f00db293930ce6ae565b779bcbc6cf0" }, "downloads": -1, "filename": "zope.app.applicationcontrol-3.5.9.tar.gz", "has_sig": false, "md5_digest": "57ab50dc4c280629c9a0b7bf06dae01d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17583, "upload_time": "2010-12-18T18:22:31", "url": "https://files.pythonhosted.org/packages/b2/d1/100fb53c5780c0eef4c50be30b0c990abcf51dd9999c3b3e4235c8c260f2/zope.app.applicationcontrol-3.5.9.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "3c881e98e99627ffb4f11176bfbb342f", "sha256": "2cbb57f81ea4ff492b92a78e7ec1b8510c34589cf9c374e51212f67b916a8416" }, "downloads": -1, "filename": "zope.app.applicationcontrol-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c881e98e99627ffb4f11176bfbb342f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33614, "upload_time": "2017-05-03T14:58:37", "url": "https://files.pythonhosted.org/packages/dd/86/503ce2198231f8e4a1d02f39501760257bd875bb96465109730dcc47e382/zope.app.applicationcontrol-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "888029a5f7f2e9e5692b77c3386a8820", "sha256": "de0e374663a43871f0b008fc9c3cd58deae170813e127aeb7bcd9e9480f8aa4e" }, "downloads": -1, "filename": "zope.app.applicationcontrol-4.0.0.tar.gz", "has_sig": false, "md5_digest": "888029a5f7f2e9e5692b77c3386a8820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21043, "upload_time": "2017-05-03T14:58:39", "url": "https://files.pythonhosted.org/packages/7f/2c/04d47701f241fcea45e6f475ebceff3bf4e13beb60c06c5a648c81309183/zope.app.applicationcontrol-4.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c881e98e99627ffb4f11176bfbb342f", "sha256": "2cbb57f81ea4ff492b92a78e7ec1b8510c34589cf9c374e51212f67b916a8416" }, "downloads": -1, "filename": "zope.app.applicationcontrol-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c881e98e99627ffb4f11176bfbb342f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33614, "upload_time": "2017-05-03T14:58:37", "url": "https://files.pythonhosted.org/packages/dd/86/503ce2198231f8e4a1d02f39501760257bd875bb96465109730dcc47e382/zope.app.applicationcontrol-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "888029a5f7f2e9e5692b77c3386a8820", "sha256": "de0e374663a43871f0b008fc9c3cd58deae170813e127aeb7bcd9e9480f8aa4e" }, "downloads": -1, "filename": "zope.app.applicationcontrol-4.0.0.tar.gz", "has_sig": false, "md5_digest": "888029a5f7f2e9e5692b77c3386a8820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21043, "upload_time": "2017-05-03T14:58:39", "url": "https://files.pythonhosted.org/packages/7f/2c/04d47701f241fcea45e6f475ebceff3bf4e13beb60c06c5a648c81309183/zope.app.applicationcontrol-4.0.0.tar.gz" } ] }