Metadata-Version: 2.4
Name: zope.processlifetime
Version: 4.0
Summary: Zope process lifetime events
Home-page: http://github.com/zopefoundation/zope.processlifetime
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.dev
License: ZPL-2.1
Keywords: zope process lifetime events
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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
Classifier: Framework :: Zope :: 5
Requires-Python: >=3.9
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: zope.interface
Provides-Extra: test
Requires-Dist: zope.testrunner>=6.4; extra == "test"
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: repoze.sphinx.autointerface; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

==========================
 ``zope.processlifetime``
==========================


.. image:: https://img.shields.io/pypi/v/zope.processlifetime.svg
        :target: https://pypi.python.org/pypi/zope.processlifetime/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.processlifetime.svg
        :target: https://pypi.org/project/zope.processlifetime/
        :alt: Supported Python versions

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

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.processlifetime/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.processlifetime?branch=master

.. image:: https://readthedocs.org/projects/zopeprocesslifetime/badge/?version=latest
        :target: https://zopeprocesslifetime.readthedocs.io/en/latest/
        :alt: Documentation Status

This package provides interfaces / implementations for events relative
to the lifetime of a server process (startup, database opening, etc.)
These events are usually used with `zope.event
<http://zopeevent.readthedocs.io/en/latest/>`_.

Documentation is hosted at https://zopeprocesslifetime.readthedocs.io/en/latest/


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

4.0 (2025-09-12)
================

- Replace ``pkg_resources`` namespace with PEP 420 native namespace.


3.1 (2025-02-14)
================

- Add support for Python 3.12, 3.13.

- Drop support for Python 3.7, 3.8.


3.0 (2023-03-27)
================

- Add support for Python 3.11.

- Drop support for Python 2.7, 3.5, 3.6.

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


2.4 (2022-08-26)
================

- Drop support for Python 3.4.

- Add support for Python 3.8, 3.9, 3.10.


2.3.0 (2018-10-05)
==================

- Add support for Python 3.7.


2.2.0 (2017-09-01)
==================

- Add support for Python 3.5 and 3.6.

- Drop support for Python 2.6, 3.2 and 3.3.

- Host documentation at https://zopeprocesslifetime.readthedocs.io/en/latest/


2.1.0 (2014-12-27)
==================

- Add support for PyPy and PyPy3.

- Add support for Python 3.4.

- Add support for testing on Travis.


2.0.0 (2013-02-22)
==================

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

- Add support for Python 3.2 and 3.3

- Drop support for Python 2.4 and 2.5.



1.0 (2009-05-13)
================

- Split out event interfaces / implementations from ``zope.app.appsetup``
  version 3.10.2.
