pyee


Namepyee JSON
Version 11.1.0 PyPI version JSON
download
home_page
SummaryA rough port of Node.js's EventEmitter to Python with a few tricks of its own
upload_time2023-11-23 17:13:25
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords events emitter node.js node eventemitter event_emitter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyee

[![Documentation Status](https://readthedocs.org/projects/pyee/badge/?version=latest)](https://pyee.readthedocs.io/en/latest/?badge=latest)

pyee supplies a `EventEmitter` object that is similar to the
`EventEmitter` class from Node.js. It also supplies a number of subclasses
with added support for async and threaded programming in python, such as
async/await.

## Docs

Autogenerated API docs, including basic installation directions and examples,
can be found at <https://pyee.readthedocs.io>.

## Development

See [DEVELOPMENT.md](./DEVELOPMENT.md).

## Changelog

See [CHANGELOG.md](./CHANGELOG.md).

## Contributors

See [ONTRIBUTORS.,md](./CONTRIBUTORS.md).

## License

MIT/X11, see [LICENSE](./LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyee",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "events,emitter,node.js,node,eventemitter,event_emitter",
    "author": "",
    "author_email": "Josh Holbrook <josh.holbrook@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f7/22/b4c7f3d9579204a014c4eda0e019e6bfe56af52a96cacc82004b60eec079/pyee-11.1.0.tar.gz",
    "platform": null,
    "description": "# pyee\n\n[![Documentation Status](https://readthedocs.org/projects/pyee/badge/?version=latest)](https://pyee.readthedocs.io/en/latest/?badge=latest)\n\npyee supplies a `EventEmitter` object that is similar to the\n`EventEmitter` class from Node.js. It also supplies a number of subclasses\nwith added support for async and threaded programming in python, such as\nasync/await.\n\n## Docs\n\nAutogenerated API docs, including basic installation directions and examples,\ncan be found at <https://pyee.readthedocs.io>.\n\n## Development\n\nSee [DEVELOPMENT.md](./DEVELOPMENT.md).\n\n## Changelog\n\nSee [CHANGELOG.md](./CHANGELOG.md).\n\n## Contributors\n\nSee [ONTRIBUTORS.,md](./CONTRIBUTORS.md).\n\n## License\n\nMIT/X11, see [LICENSE](./LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A rough port of Node.js's EventEmitter to Python with a few tricks of its own",
    "version": "11.1.0",
    "project_urls": null,
    "split_keywords": [
        "events",
        "emitter",
        "node.js",
        "node",
        "eventemitter",
        "event_emitter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16cc5cea8a0a0d3deb90b5a0d39ad1a6a1ccaa40a9ea86d793eb8a49d32a6ed0",
                "md5": "c99f03c70f86c90f256e41880e3d5ec8",
                "sha256": "5d346a7d0f861a4b2e6c47960295bd895f816725b27d656181947346be98d7c1"
            },
            "downloads": -1,
            "filename": "pyee-11.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c99f03c70f86c90f256e41880e3d5ec8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15263,
            "upload_time": "2023-11-23T17:13:24",
            "upload_time_iso_8601": "2023-11-23T17:13:24.486096Z",
            "url": "https://files.pythonhosted.org/packages/16/cc/5cea8a0a0d3deb90b5a0d39ad1a6a1ccaa40a9ea86d793eb8a49d32a6ed0/pyee-11.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f722b4c7f3d9579204a014c4eda0e019e6bfe56af52a96cacc82004b60eec079",
                "md5": "b12a1105a13a218ef0d6b1fa6cb6425a",
                "sha256": "b53af98f6990c810edd9b56b87791021a8f54fd13db4edd1142438d44ba2263f"
            },
            "downloads": -1,
            "filename": "pyee-11.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b12a1105a13a218ef0d6b1fa6cb6425a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29806,
            "upload_time": "2023-11-23T17:13:25",
            "upload_time_iso_8601": "2023-11-23T17:13:25.913884Z",
            "url": "https://files.pythonhosted.org/packages/f7/22/b4c7f3d9579204a014c4eda0e019e6bfe56af52a96cacc82004b60eec079/pyee-11.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-23 17:13:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyee"
}
        
Elapsed time: 0.20358s