An open API service indexing awesome lists of open source software.

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.

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/