zope.processlifetime


Namezope.processlifetime JSON
Version 3.1 PyPI version JSON
download
home_pagehttp://github.com/zopefoundation/zope.processlifetime
SummaryZope process lifetime events
upload_time2025-02-14 08:37:51
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
=========

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/5c/ca/ed0a1ddb317052f29cb7b82f918a1763bef148c90d5b7cdffd75cac4756b/zope_processlifetime-3.1.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\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": "3.1",
    "project_urls": {
        "Homepage": "http://github.com/zopefoundation/zope.processlifetime"
    },
    "split_keywords": [
        "zope",
        "process",
        "lifetime",
        "events"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96398773c142146b36426c982635c52c6d7db1d3a133bc1f0921f853ecd2a6ab",
                "md5": "b328be74f9daa2c749396d113bff2303",
                "sha256": "692f64afc16ff345a45b4c8a25355e6a89dc8c28b0835dfe300ed2d83290c94f"
            },
            "downloads": -1,
            "filename": "zope.processlifetime-3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b328be74f9daa2c749396d113bff2303",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5856,
            "upload_time": "2025-02-14T08:37:49",
            "upload_time_iso_8601": "2025-02-14T08:37:49.174959Z",
            "url": "https://files.pythonhosted.org/packages/96/39/8773c142146b36426c982635c52c6d7db1d3a133bc1f0921f853ecd2a6ab/zope.processlifetime-3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ccaed0a1ddb317052f29cb7b82f918a1763bef148c90d5b7cdffd75cac4756b",
                "md5": "1ac7257c060efcdd99c3d79c267566c4",
                "sha256": "7343ead6caaace4ecf7fba09314cf2f8f04185469d09605bfdbeff5317100924"
            },
            "downloads": -1,
            "filename": "zope_processlifetime-3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1ac7257c060efcdd99c3d79c267566c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14687,
            "upload_time": "2025-02-14T08:37:51",
            "upload_time_iso_8601": "2025-02-14T08:37:51.332179Z",
            "url": "https://files.pythonhosted.org/packages/5c/ca/ed0a1ddb317052f29cb7b82f918a1763bef148c90d5b7cdffd75cac4756b/zope_processlifetime-3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 08:37:51",
    "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.02247s