Metadata-Version: 1.1
Name: zope.applicationcontrol
Version: 4.0.0
Summary: Zope applicationcontrol
Home-page: http://cheeseshop.python.org/pypi/zope.applicationcontrol
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: =======================
        zope.applicationcontrol
        =======================
        
        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.0.0 (2014-12-24)
        ------------------
        
        - Added support for PyPy.  (PyPy3 is pending release of a fix for:
          https://bitbucket.org/pypy/pypy/issue/1946)
        
        - Added support for Python 3.4.
        
        - Added support for testing on Travis.
        
        
        4.0.0a1 (2013-02-22)
        --------------------
        
        - Added support for Python 3.3.
        
        - Replaced deprecated ``zope.interface.implements`` usage with equivalent
          ``zope.interface.implementer`` decorator.
        
        - Dropped support for Python 2.4 and 2.5.
        
        
        3.5.5 (2010-01-09)
        ------------------
        
        - Initial release, extracted from zope.app.applicationcontrol.
        
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
