pyee


Namepyee JSON
Version 12.1.1 PyPI version JSON
download
home_pageNone
SummaryA rough port of Node.js's EventEmitter to Python with a few tricks of its own
upload_time2024-11-16 21:26:44
maintainerNone
docs_urlNone
authorNone
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 [CONTRIBUTORS.md](./CONTRIBUTORS.md).

## License

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyee",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "events, emitter, node.js, node, eventemitter, event_emitter",
    "author": null,
    "author_email": "Josh Holbrook <josh.holbrook@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0a/37/8fb6e653597b2b67ef552ed49b438d5398ba3b85a9453f8ada0fd77d455c/pyee-12.1.1.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 [CONTRIBUTORS.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": "12.1.1",
    "project_urls": {
        "Documentation": "https://pyee.readthedocs.io",
        "Repository": "https://github.com/jfhbrook/pyee"
    },
    "split_keywords": [
        "events",
        " emitter",
        " node.js",
        " node",
        " eventemitter",
        " event_emitter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25687e150cba9eeffdeb3c5cecdb6896d70c8edd46ce41c0491e12fb2b2256ff",
                "md5": "3dd3b1936e0337db623434983834f955",
                "sha256": "18a19c650556bb6b32b406d7f017c8f513aceed1ef7ca618fb65de7bd2d347ef"
            },
            "downloads": -1,
            "filename": "pyee-12.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3dd3b1936e0337db623434983834f955",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15527,
            "upload_time": "2024-11-16T21:26:42",
            "upload_time_iso_8601": "2024-11-16T21:26:42.422836Z",
            "url": "https://files.pythonhosted.org/packages/25/68/7e150cba9eeffdeb3c5cecdb6896d70c8edd46ce41c0491e12fb2b2256ff/pyee-12.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a378fb6e653597b2b67ef552ed49b438d5398ba3b85a9453f8ada0fd77d455c",
                "md5": "d5b22c135feebebfcd9640eab3a839cf",
                "sha256": "bbc33c09e2ff827f74191e3e5bbc6be7da02f627b7ec30d86f5ce1a6fb2424a3"
            },
            "downloads": -1,
            "filename": "pyee-12.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d5b22c135feebebfcd9640eab3a839cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30915,
            "upload_time": "2024-11-16T21:26:44",
            "upload_time_iso_8601": "2024-11-16T21:26:44.275176Z",
            "url": "https://files.pythonhosted.org/packages/0a/37/8fb6e653597b2b67ef552ed49b438d5398ba3b85a9453f8ada0fd77d455c/pyee-12.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-16 21:26:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jfhbrook",
    "github_project": "pyee",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "pyee"
}
        
Elapsed time: 0.50172s