PyPubSub


NamePyPubSub JSON
Version 4.0.3 PyPI version JSON
download
home_pagehttps://github.com/schollii/pypubsub
SummaryPython Publish-Subscribe Package
upload_time2019-01-28 00:36:11
maintainer
docs_urlNone
authorOliver Schoenborn (aka "schollii")
requires_python>=3.3, <4
licenseBSD License
keywords publish subscribe observer pattern signal signals event events message messages messaging dispatch dispatching
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            .. image:: https://badge.fury.io/py/PyPubSub.svg
    :target: https://badge.fury.io/py/PyPubSub
.. image:: https://img.shields.io/travis/schollii/pypubsub.svg
    :target: https://img.shields.io/travis/schollii/pypubsub

News
====

January 2019: pypubsub 4.0.3 released!

Overview
========

Provides a publish-subscribe API to facilitate event-based or message-based
architecture in a single-process application. It is pure Python and works on
Python 3.3+. It is centered on the notion of a topic; senders publish
messages of a given topic, and listeners subscribe to messages of a given
topic, all inside the same process. The package also supports a variety of
advanced features that facilitate debugging and maintaining topics
and messages in larger desktop- or server-based applications.

Install most recent stable with "pip install pypubsub".

Useful links:

- Project on PyPI: https://pypi.python.org/pypi/PyPubSub
- The documentation for latest stable release is at
  http://pypubsub.readthedocs.io.
- The documentation for latest code is at
  http://pypubsub.readthedocs.io/en/latest.





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/schollii/pypubsub",
    "name": "PyPubSub",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.3, <4",
    "maintainer_email": "",
    "keywords": "publish subscribe observer pattern signal signals event events message messages messaging dispatch dispatching",
    "author": "Oliver Schoenborn (aka \"schollii\")",
    "author_email": "oliver.schoenborn@gmail.com",
    "download_url": "",
    "platform": "",
    "description": ".. image:: https://badge.fury.io/py/PyPubSub.svg\n    :target: https://badge.fury.io/py/PyPubSub\n.. image:: https://img.shields.io/travis/schollii/pypubsub.svg\n    :target: https://img.shields.io/travis/schollii/pypubsub\n\nNews\n====\n\nJanuary 2019: pypubsub 4.0.3 released!\n\nOverview\n========\n\nProvides a publish-subscribe API to facilitate event-based or message-based\narchitecture in a single-process application. It is pure Python and works on\nPython 3.3+. It is centered on the notion of a topic; senders publish\nmessages of a given topic, and listeners subscribe to messages of a given\ntopic, all inside the same process. The package also supports a variety of\nadvanced features that facilitate debugging and maintaining topics\nand messages in larger desktop- or server-based applications.\n\nInstall most recent stable with \"pip install pypubsub\".\n\nUseful links:\n\n- Project on PyPI: https://pypi.python.org/pypi/PyPubSub\n- The documentation for latest stable release is at\n  http://pypubsub.readthedocs.io.\n- The documentation for latest code is at\n  http://pypubsub.readthedocs.io/en/latest.\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "Python Publish-Subscribe Package",
    "version": "4.0.3",
    "split_keywords": [
        "publish",
        "subscribe",
        "observer",
        "pattern",
        "signal",
        "signals",
        "event",
        "events",
        "message",
        "messages",
        "messaging",
        "dispatch",
        "dispatching"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "83aa6abfe736b910f9c194f2473c22bb",
                "sha256": "7f716bae9388afe01ff82b264ba8a96a8ae78b42bb1f114f2716ca8f9e404e2a"
            },
            "downloads": -1,
            "filename": "Pypubsub-4.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "83aa6abfe736b910f9c194f2473c22bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.3, <4",
            "size": 61368,
            "upload_time": "2019-01-28T00:36:11",
            "upload_time_iso_8601": "2019-01-28T00:36:11.389662Z",
            "url": "https://files.pythonhosted.org/packages/1a/41/a0aceb552d8ec63bb1e8223d130f9dd0f736470036d75d708183b104a2cb/Pypubsub-4.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-01-28 00:36:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "schollii",
    "github_project": "pypubsub",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "landscape": true,
    "tox": true,
    "lcname": "pypubsub"
}
        
Elapsed time: 0.01507s