https://github.com/zopefoundation/zope.processlifetime
Zope process lifetime events.
https://github.com/zopefoundation/zope.processlifetime
maintained
Last synced: 8 months ago
JSON representation
Zope process lifetime events.
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.processlifetime
- Owner: zopefoundation
- License: other
- Created: 2013-02-22T14:08:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:33:41.000Z (9 months ago)
- Last Synced: 2025-10-02T17:57:12.693Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 67
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
==========================
``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
`_.
Documentation is hosted at https://zopeprocesslifetime.readthedocs.io/en/latest/