Metadata-Version: 2.1
Name: zope.applicationcontrol
Version: 5.0
Summary: Zope applicationcontrol
Home-page: https://github.com/zopefoundation/zope.applicationcontrol
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Keywords: zope ztk application control
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope :: 3
Requires-Python: >=3.7
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: zope.interface
Requires-Dist: zope.component
Requires-Dist: zope.location
Requires-Dist: zope.security
Requires-Dist: zope.traversing>=3.7.0
Provides-Extra: test
Requires-Dist: zope.testing; extra == "test"
Requires-Dist: zope.testrunner; extra == "test"

``zope.applicationcontrol``
===========================

.. image:: https://github.com/zopefoundation/zope.applicationcontrol/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.applicationcontrol/actions/workflows/tests.yml

The application control instance can be generated upon startup of an
application built with the Zope Toolkit.

This package provides an API to retrieve runtime information. It also
provides a utility with methods for shutting down and restarting the
server.


=========
 Changes
=========

5.0 (2023-07-06)
================

- Add support for Python 3.11.

- Drop support for Python 2.7, 3.5, 3.6.


4.3 (2022-06-24)
================

- Drop support for Python 3.4.

- Add support for Python 3.8, 3.9, 3.10.


4.2.0 (2018-10-19)
==================

- Drop support for ``setup.py test``.

- Drop support for Python 3.3.

- Add support for Python 3.7.


4.1.0 (2017-05-03)
==================

- Add support for Python 3.5 and 3.6.

- Drop support for Python 3.2 and 2.6.


4.0.1 (2015-06-05)
==================

- Add support for Python 3.2 and PyPy3.


4.0.0 (2014-12-24)
==================

- Add support for PyPy.  (PyPy3 is pending release of a fix for:
  https://bitbucket.org/pypy/pypy/issue/1946)

- Add support for Python 3.4.

- Add support for testing on Travis.


4.0.0a1 (2013-02-22)
====================

- Add support for Python 3.3.

- Replace deprecated ``zope.interface.implements`` usage with equivalent
  ``zope.interface.implementer`` decorator.

- Drop support for Python 2.4 and 2.5.


3.5.5 (2010-01-09)
==================

- Initial release, extracted from ``zope.app.applicationcontrol``.
