pyeecui


Namepyeecui JSON
Version 11.1.2 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-07-25 18:43:02
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 [ONTRIBUTORS.,md](./CONTRIBUTORS.md).

## License

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyeecui",
    "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/11/01/0aeb9eae3fe05af1edbf97ccb1e90d2df94c90ff181898b82eb5e7c996f6/pyeecui-11.1.2.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.2",
    "project_urls": null,
    "split_keywords": [
        "events",
        " emitter",
        " node.js",
        " node",
        " eventemitter",
        " event_emitter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11010aeb9eae3fe05af1edbf97ccb1e90d2df94c90ff181898b82eb5e7c996f6",
                "md5": "1d24d6f003a903a4648c39081b93dc07",
                "sha256": "909e94467d6cbcb64ac1d9deaa9d096f4512c5980bf4d01f3e10340668bcec61"
            },
            "downloads": -1,
            "filename": "pyeecui-11.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1d24d6f003a903a4648c39081b93dc07",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29894,
            "upload_time": "2024-07-25T18:43:02",
            "upload_time_iso_8601": "2024-07-25T18:43:02.189552Z",
            "url": "https://files.pythonhosted.org/packages/11/01/0aeb9eae3fe05af1edbf97ccb1e90d2df94c90ff181898b82eb5e7c996f6/pyeecui-11.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-25 18:43:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyeecui"
}
        
Elapsed time: 3.50021s