Metadata-Version: 2.1
Name: zope.applicationcontrol
Version: 4.3
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
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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 :: 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: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Provides-Extra: test
License-File: LICENSE.txt

``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
=========

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``.


