pyeecui


Namepyeecui JSON
Version 12.1.4 PyPI version JSON
download
home_pageNone
SummaryA rough port of Node.js's EventEmitter to Python with a few tricks of its own
upload_time2025-01-14 20:05:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords events emitter node.js node eventemitter event_emitter
VCS
bugtrack_url
requirements typing-extensions
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": "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/e2/07/faec940d1e461d06e2c569c54cfd8c9d082b8e6e1c944a767ee6d0a67e24/pyeecui-12.1.4.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.4",
    "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": "62ffd488f724de6e3423cca70e88a191e6be5c825dd5ef2795a12be33d4af292",
                "md5": "14825aac8bc130e1f7f9056023d29673",
                "sha256": "8102c1d93d77c97bfda2367f72f637288d54216ca473513c571091f63dac3982"
            },
            "downloads": -1,
            "filename": "pyeecui-12.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14825aac8bc130e1f7f9056023d29673",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15652,
            "upload_time": "2025-01-14T20:05:41",
            "upload_time_iso_8601": "2025-01-14T20:05:41.887289Z",
            "url": "https://files.pythonhosted.org/packages/62/ff/d488f724de6e3423cca70e88a191e6be5c825dd5ef2795a12be33d4af292/pyeecui-12.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e207faec940d1e461d06e2c569c54cfd8c9d082b8e6e1c944a767ee6d0a67e24",
                "md5": "9229620a16fcf0d3357fe3720f78a271",
                "sha256": "c84476d8779ab8b77c0813ec3209fa5fb1bcc04065c2939ea2b8e4d49b6d1260"
            },
            "downloads": -1,
            "filename": "pyeecui-12.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "9229620a16fcf0d3357fe3720f78a271",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 39612,
            "upload_time": "2025-01-14T20:05:44",
            "upload_time_iso_8601": "2025-01-14T20:05:44.289322Z",
            "url": "https://files.pythonhosted.org/packages/e2/07/faec940d1e461d06e2c569c54cfd8c9d082b8e6e1c944a767ee6d0a67e24/pyeecui-12.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-14 20:05:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jfhbrook",
    "github_project": "pyee",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "==",
                    "4.9.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "pyeecui"
}
        
Elapsed time: 1.94574s