zope.processlifetime


Namezope.processlifetime JSON
Version 3.0 PyPI version JSON
download
home_pagehttp://github.com/zopefoundation/zope.processlifetime
SummaryZope process lifetime events
upload_time2023-03-27 09:52:09
maintainer
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.7
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.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": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "zope process lifetime events",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/5e/e0/8e863d96442e642f0b8d55a5c370cf5b2db907799895b5b7d8aa041c14fe/zope.processlifetime-3.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\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.0",
    "split_keywords": [
        "zope",
        "process",
        "lifetime",
        "events"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c5bf5f4e8363b308b463667d42fe7ff3a01dcd74eb21330e6b5cb37c346d565",
                "md5": "87341f5daedbfd38634f601b6b1b66d9",
                "sha256": "ca4e6c5ffbf879fa3b5575246010459c4fddb7fe513cbf9c92fdb7078eb84f6a"
            },
            "downloads": -1,
            "filename": "zope.processlifetime-3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "87341f5daedbfd38634f601b6b1b66d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5867,
            "upload_time": "2023-03-27T09:52:08",
            "upload_time_iso_8601": "2023-03-27T09:52:08.011837Z",
            "url": "https://files.pythonhosted.org/packages/6c/5b/f5f4e8363b308b463667d42fe7ff3a01dcd74eb21330e6b5cb37c346d565/zope.processlifetime-3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ee08e863d96442e642f0b8d55a5c370cf5b2db907799895b5b7d8aa041c14fe",
                "md5": "c472dab6847d2c919db742c7e392f5e3",
                "sha256": "c049c195c6c23c0cecf9675ee1c6c02028e10cebf37c459c0aa1834d38bd8c2e"
            },
            "downloads": -1,
            "filename": "zope.processlifetime-3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c472dab6847d2c919db742c7e392f5e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 13586,
            "upload_time": "2023-03-27T09:52:09",
            "upload_time_iso_8601": "2023-03-27T09:52:09.625157Z",
            "url": "https://files.pythonhosted.org/packages/5e/e0/8e863d96442e642f0b8d55a5c370cf5b2db907799895b5b7d8aa041c14fe/zope.processlifetime-3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-27 09:52:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "zopefoundation",
    "github_project": "zope.processlifetime",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "zope.processlifetime"
}
        
Elapsed time: 0.04984s