edispatcher


Nameedispatcher JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/dmtno/edispatcher
SummaryA simple event dispatcher implementation in Python
upload_time2024-09-01 00:56:58
maintainerNone
docs_urlNone
authordmtno
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Event Dispatcher

Event Dispatcher is a simple implementation of an event-driven architecture in Python. It allows you to define events, register handlers, and dispatch events to those handlers.

## Features

- Define and dispatch custom events.
- Register and manage event handlers.
- Support for custom dispatchers.

## Installation

To install the package, use:

```bash
pip install edispatcher
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dmtno/edispatcher",
    "name": "edispatcher",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "dmtno",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a7/3b/cbc1254423dda2346608536c5891781b2706e8b26e7e9e3d8fe1809dc862/edispatcher-0.1.1.tar.gz",
    "platform": null,
    "description": "# Event Dispatcher\n\nEvent Dispatcher is a simple implementation of an event-driven architecture in Python. It allows you to define events, register handlers, and dispatch events to those handlers.\n\n## Features\n\n- Define and dispatch custom events.\n- Register and manage event handlers.\n- Support for custom dispatchers.\n\n## Installation\n\nTo install the package, use:\n\n```bash\npip install edispatcher\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple event dispatcher implementation in Python",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/dmtno/edispatcher"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dd7ae226ebc5df9d83c193836125d1d56973d8b8924755c3d722d72744568fa",
                "md5": "43eefe3d9fab0bd061eb3e0b3a05af54",
                "sha256": "635179cb3ed983b3d6be88c8bce3e537bc79e0e30e53872f05630233de087c54"
            },
            "downloads": -1,
            "filename": "edispatcher-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "43eefe3d9fab0bd061eb3e0b3a05af54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 4276,
            "upload_time": "2024-09-01T00:56:56",
            "upload_time_iso_8601": "2024-09-01T00:56:56.822858Z",
            "url": "https://files.pythonhosted.org/packages/6d/d7/ae226ebc5df9d83c193836125d1d56973d8b8924755c3d722d72744568fa/edispatcher-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a73bcbc1254423dda2346608536c5891781b2706e8b26e7e9e3d8fe1809dc862",
                "md5": "994708956df61e8ca16ed1aca44f0ae4",
                "sha256": "93b0f04eeff9c555af06d8eb8056621a36ad25f42a098323329e04d41f80a744"
            },
            "downloads": -1,
            "filename": "edispatcher-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "994708956df61e8ca16ed1aca44f0ae4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 3693,
            "upload_time": "2024-09-01T00:56:58",
            "upload_time_iso_8601": "2024-09-01T00:56:58.195204Z",
            "url": "https://files.pythonhosted.org/packages/a7/3b/cbc1254423dda2346608536c5891781b2706e8b26e7e9e3d8fe1809dc862/edispatcher-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-01 00:56:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dmtno",
    "github_project": "edispatcher",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "edispatcher"
}
        
Elapsed time: 0.63055s