zope.processlifetime


Namezope.processlifetime JSON
Version 4.0 PyPI version JSON
download
home_pagehttp://github.com/zopefoundation/zope.processlifetime
SummaryZope process lifetime events
upload_time2025-09-12 07:33:34
maintainerNone
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.9
licenseZPL-2.1
keywords zope process lifetime events
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========================
 ``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.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/zopefoundation/zope.processlifetime",
    "name": "zope.processlifetime",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "zope process lifetime events",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/a1/06/02490ed05c29c289e8c82e895ad33f9222bc158e0e383298732ee4123ba5/zope_processlifetime-4.0.tar.gz",
    "platform": null,
    "description": "==========================\n ``zope.processlifetime``\n==========================\n\n\n.. image:: https://img.shields.io/pypi/v/zope.processlifetime.svg\n        :target: https://pypi.python.org/pypi/zope.processlifetime/\n        :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/zope.processlifetime.svg\n        :target: https://pypi.org/project/zope.processlifetime/\n        :alt: Supported Python versions\n\n.. image:: https://github.com/zopefoundation/zope.processlifetime/actions/workflows/tests.yml/badge.svg\n        :target: https://github.com/zopefoundation/zope.processlifetime/actions/workflows/tests.yml\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/zope.processlifetime/badge.svg?branch=master\n        :target: https://coveralls.io/github/zopefoundation/zope.processlifetime?branch=master\n\n.. image:: https://readthedocs.org/projects/zopeprocesslifetime/badge/?version=latest\n        :target: https://zopeprocesslifetime.readthedocs.io/en/latest/\n        :alt: Documentation Status\n\nThis package provides interfaces / implementations for events relative\nto the lifetime of a server process (startup, database opening, etc.)\nThese events are usually used with `zope.event\n<http://zopeevent.readthedocs.io/en/latest/>`_.\n\nDocumentation is hosted at https://zopeprocesslifetime.readthedocs.io/en/latest/\n\n\n=========\n Changes\n=========\n\n4.0 (2025-09-12)\n================\n\n- Replace ``pkg_resources`` namespace with PEP 420 native namespace.\n\n\n3.1 (2025-02-14)\n================\n\n- Add support for Python 3.12, 3.13.\n\n- Drop support for Python 3.7, 3.8.\n\n\n3.0 (2023-03-27)\n================\n\n- Add support for Python 3.11.\n\n- Drop support for Python 2.7, 3.5, 3.6.\n\n- Drop support for deprecated ``python setup.py test``.\n\n\n2.4 (2022-08-26)\n================\n\n- Drop support for Python 3.4.\n\n- Add support for Python 3.8, 3.9, 3.10.\n\n\n2.3.0 (2018-10-05)\n==================\n\n- Add support for Python 3.7.\n\n\n2.2.0 (2017-09-01)\n==================\n\n- Add support for Python 3.5 and 3.6.\n\n- Drop support for Python 2.6, 3.2 and 3.3.\n\n- Host documentation at https://zopeprocesslifetime.readthedocs.io/en/latest/\n\n\n2.1.0 (2014-12-27)\n==================\n\n- Add support for PyPy and PyPy3.\n\n- Add support for Python 3.4.\n\n- Add support for testing on Travis.\n\n\n2.0.0 (2013-02-22)\n==================\n\n- Replace deprecated ``zope.interface.implements`` usage with equivalent\n  ``zope.interface.implementer`` decorator.\n\n- Add support for Python 3.2 and 3.3\n\n- Drop support for Python 2.4 and 2.5.\n\n\n\n1.0 (2009-05-13)\n================\n\n- Split out event interfaces / implementations from ``zope.app.appsetup``\n  version 3.10.2.\n",
    "bugtrack_url": null,
    "license": "ZPL-2.1",
    "summary": "Zope process lifetime events",
    "version": "4.0",
    "project_urls": {
        "Homepage": "http://github.com/zopefoundation/zope.processlifetime"
    },
    "split_keywords": [
        "zope",
        "process",
        "lifetime",
        "events"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7cef862c6a1f40383b01e4ee28debfd4304f8be3a5438bc826f1f6aef2248d7b",
                "md5": "5d8edef60c52916f2dca460ffebc49aa",
                "sha256": "d361070c5b291d5b2df6c33e41afaacddb21d77920325b8db810080ea73d0466"
            },
            "downloads": -1,
            "filename": "zope_processlifetime-4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d8edef60c52916f2dca460ffebc49aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5329,
            "upload_time": "2025-09-12T07:33:33",
            "upload_time_iso_8601": "2025-09-12T07:33:33.497761Z",
            "url": "https://files.pythonhosted.org/packages/7c/ef/862c6a1f40383b01e4ee28debfd4304f8be3a5438bc826f1f6aef2248d7b/zope_processlifetime-4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a10602490ed05c29c289e8c82e895ad33f9222bc158e0e383298732ee4123ba5",
                "md5": "061bb4462cb435e7c527d2327ebd932f",
                "sha256": "f35279eca8f88ab41f22107b3b2d2908a3916d058f5fbfb5c1dccfc99f7155ce"
            },
            "downloads": -1,
            "filename": "zope_processlifetime-4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "061bb4462cb435e7c527d2327ebd932f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14757,
            "upload_time": "2025-09-12T07:33:34",
            "upload_time_iso_8601": "2025-09-12T07:33:34.708195Z",
            "url": "https://files.pythonhosted.org/packages/a1/06/02490ed05c29c289e8c82e895ad33f9222bc158e0e383298732ee4123ba5/zope_processlifetime-4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-12 07:33:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zopefoundation",
    "github_project": "zope.processlifetime",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "zope.processlifetime"
}
        
Elapsed time: 1.12264s