zope.event


Namezope.event JSON
Version 5.0 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/zope.event
SummaryVery basic event publishing system
upload_time2023-06-23 06:28:35
maintainer
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.7
licenseZPL-2.1
keywords event framework dispatch subscribe publish
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
 ``zope.event`` README
=======================

.. image:: https://img.shields.io/pypi/v/zope.event.svg
        :target: https://pypi.python.org/pypi/zope.event/
        :alt: Latest Version

.. image:: https://github.com/zopefoundation/zope.event/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.event/actions/workflows/tests.yml

.. image:: https://readthedocs.org/projects/zopeevent/badge/?version=latest
        :target: http://zopeevent.readthedocs.org/en/latest/
        :alt: Documentation Status

The ``zope.event`` package provides a simple event system, including:

- An event publishing API, intended for use by applications which are
  unaware of any subscribers to their events.

- A very simple synchronous event-dispatching system, on which more sophisticated
  event dispatching systems can be built. For example, a type-based
  event dispatching system that builds on ``zope.event`` can be found in
  ``zope.component``.

Please see http://zopeevent.readthedocs.io/ for the documentation.

==========================
 ``zope.event`` Changelog
==========================

5.0 (2023-06-23)
================

- Drop support for Python 2.7, 3.5, 3.6.


4.6 (2022-12-15)
================

- Port documentation to Python 3.

- Add support for Python 3.10, 3.11.


4.5.0 (2020-09-18)
==================

- Add support for Python 3.8 and 3.9.

- Remove support for Python 3.4.


4.4 (2018-10-05)
================

- Add support for Python 3.7


4.3.0 (2017-07-25)
==================

- Add support for Python 3.6.

- Drop support for Python 3.3.


4.2.0 (2016-02-17)
==================

- Add support for Python 3.5.

- Drop support for Python 2.6 and 3.2.


4.1.0 (2015-10-18)
==================

- Require 100% branch (as well as statement) coverage.

- Add a simple class-based handler implementation.


4.0.3 (2014-03-19)
==================

- Add support for Python 3.4.

- Update ``boostrap.py`` to version 2.2.


4.0.2 (2012-12-31)
==================

- Flesh out PyPI Trove classifiers.

- Add support for jython 2.7.


4.0.1 (2012-11-21)
==================

- Add support for Python 3.3.


4.0.0 (2012-05-16)
==================

- Automate build of Sphinx HTML docs and running doctest snippets via tox.

- Drop explicit support for Python 2.4 / 2.5 / 3.1.

- Add support for PyPy.


3.5.2 (2012-03-30)
==================

- This release is the last which will maintain support for Python 2.4 /
  Python 2.5.

- Add support for continuous integration using ``tox`` and ``jenkins``.

- Add 'setup.py dev' alias (runs ``setup.py develop`` plus installs
  ``nose`` and ``coverage``).

- Add 'setup.py docs' alias (installs ``Sphinx`` and dependencies).


3.5.1 (2011-08-04)
==================

- Add Sphinx documentation.


3.5.0 (2010-05-01)
==================

- Add change log to ``long-description``.

- Add support for Python 3.x.


3.4.1 (2009-03-03)
==================

- A few minor cleanups.


3.4.0 (2007-07-14)
==================

- Initial release as a separate project.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zopefoundation/zope.event",
    "name": "zope.event",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "event framework dispatch subscribe publish",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/46/c2/427f1867bb96555d1d34342f1dd97f8c420966ab564d58d18469a1db8736/zope.event-5.0.tar.gz",
    "platform": null,
    "description": "=======================\n ``zope.event`` README\n=======================\n\n.. image:: https://img.shields.io/pypi/v/zope.event.svg\n        :target: https://pypi.python.org/pypi/zope.event/\n        :alt: Latest Version\n\n.. image:: https://github.com/zopefoundation/zope.event/actions/workflows/tests.yml/badge.svg\n        :target: https://github.com/zopefoundation/zope.event/actions/workflows/tests.yml\n\n.. image:: https://readthedocs.org/projects/zopeevent/badge/?version=latest\n        :target: http://zopeevent.readthedocs.org/en/latest/\n        :alt: Documentation Status\n\nThe ``zope.event`` package provides a simple event system, including:\n\n- An event publishing API, intended for use by applications which are\n  unaware of any subscribers to their events.\n\n- A very simple synchronous event-dispatching system, on which more sophisticated\n  event dispatching systems can be built. For example, a type-based\n  event dispatching system that builds on ``zope.event`` can be found in\n  ``zope.component``.\n\nPlease see http://zopeevent.readthedocs.io/ for the documentation.\n\n==========================\n ``zope.event`` Changelog\n==========================\n\n5.0 (2023-06-23)\n================\n\n- Drop support for Python 2.7, 3.5, 3.6.\n\n\n4.6 (2022-12-15)\n================\n\n- Port documentation to Python 3.\n\n- Add support for Python 3.10, 3.11.\n\n\n4.5.0 (2020-09-18)\n==================\n\n- Add support for Python 3.8 and 3.9.\n\n- Remove support for Python 3.4.\n\n\n4.4 (2018-10-05)\n================\n\n- Add support for Python 3.7\n\n\n4.3.0 (2017-07-25)\n==================\n\n- Add support for Python 3.6.\n\n- Drop support for Python 3.3.\n\n\n4.2.0 (2016-02-17)\n==================\n\n- Add support for Python 3.5.\n\n- Drop support for Python 2.6 and 3.2.\n\n\n4.1.0 (2015-10-18)\n==================\n\n- Require 100% branch (as well as statement) coverage.\n\n- Add a simple class-based handler implementation.\n\n\n4.0.3 (2014-03-19)\n==================\n\n- Add support for Python 3.4.\n\n- Update ``boostrap.py`` to version 2.2.\n\n\n4.0.2 (2012-12-31)\n==================\n\n- Flesh out PyPI Trove classifiers.\n\n- Add support for jython 2.7.\n\n\n4.0.1 (2012-11-21)\n==================\n\n- Add support for Python 3.3.\n\n\n4.0.0 (2012-05-16)\n==================\n\n- Automate build of Sphinx HTML docs and running doctest snippets via tox.\n\n- Drop explicit support for Python 2.4 / 2.5 / 3.1.\n\n- Add support for PyPy.\n\n\n3.5.2 (2012-03-30)\n==================\n\n- This release is the last which will maintain support for Python 2.4 /\n  Python 2.5.\n\n- Add support for continuous integration using ``tox`` and ``jenkins``.\n\n- Add 'setup.py dev' alias (runs ``setup.py develop`` plus installs\n  ``nose`` and ``coverage``).\n\n- Add 'setup.py docs' alias (installs ``Sphinx`` and dependencies).\n\n\n3.5.1 (2011-08-04)\n==================\n\n- Add Sphinx documentation.\n\n\n3.5.0 (2010-05-01)\n==================\n\n- Add change log to ``long-description``.\n\n- Add support for Python 3.x.\n\n\n3.4.1 (2009-03-03)\n==================\n\n- A few minor cleanups.\n\n\n3.4.0 (2007-07-14)\n==================\n\n- Initial release as a separate project.\n",
    "bugtrack_url": null,
    "license": "ZPL-2.1",
    "summary": "Very basic event publishing system",
    "version": "5.0",
    "project_urls": {
        "Homepage": "https://github.com/zopefoundation/zope.event"
    },
    "split_keywords": [
        "event",
        "framework",
        "dispatch",
        "subscribe",
        "publish"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe42f8dbc2b9ad59e927940325a22d6d3931d630c3644dae7e2369ef5d9ba230",
                "md5": "2f396518bff2b1facc409a18c32e4b4b",
                "sha256": "2832e95014f4db26c47a13fdaef84cef2f4df37e66b59d8f1f4a8f319a632c26"
            },
            "downloads": -1,
            "filename": "zope.event-5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f396518bff2b1facc409a18c32e4b4b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6824,
            "upload_time": "2023-06-23T06:28:32",
            "upload_time_iso_8601": "2023-06-23T06:28:32.652533Z",
            "url": "https://files.pythonhosted.org/packages/fe/42/f8dbc2b9ad59e927940325a22d6d3931d630c3644dae7e2369ef5d9ba230/zope.event-5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46c2427f1867bb96555d1d34342f1dd97f8c420966ab564d58d18469a1db8736",
                "md5": "8639012f7c6a762d245f9229a6e900af",
                "sha256": "bac440d8d9891b4068e2b5a2c5e2c9765a9df762944bda6955f96bb9b91e67cd"
            },
            "downloads": -1,
            "filename": "zope.event-5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8639012f7c6a762d245f9229a6e900af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17350,
            "upload_time": "2023-06-23T06:28:35",
            "upload_time_iso_8601": "2023-06-23T06:28:35.709141Z",
            "url": "https://files.pythonhosted.org/packages/46/c2/427f1867bb96555d1d34342f1dd97f8c420966ab564d58d18469a1db8736/zope.event-5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 06:28:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zopefoundation",
    "github_project": "zope.event",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "zope.event"
}
        
Elapsed time: 0.29445s