pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own

MIT 54 个版本 Python >=3.8
安装
pip install pyee
poetry add pyee
pipenv install pyee
conda install pyee
描述

pyee

Documentation Status

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.

Changelog

See CHANGELOG.md.

Contributors

See CONTRIBUTORS.md.

License

MIT/X11, see LICENSE.

版本列表
13.0.1 2026-02-14
13.0.0 2025-03-17
12.1.1 2024-11-16
12.1.0 2024-11-16
12.0.0 2024-08-30
11.1.1 2024-08-30
11.1.0 2023-11-23
11.0.1 2023-10-14
11.0.0 2023-06-19
10.0.2 2023-06-19
10.0.1 2023-06-09
10.0.0 2023-06-09
9.1.1 2023-06-09
9.1.0 2023-04-30
9.0.4 2022-02-04
9.0.3 2022-01-18
9.0.2 2022-01-18
9.0.1 2022-01-18
9.0.0 2022-01-17
8.2.2 2021-08-14
8.2.1 2021-08-14
8.2.0 2021-08-14
8.1.0 2020-10-08
8.0.1 2020-09-20
8.0.0 2020-09-20
7.0.4 2020-09-20
7.0.3 2020-09-04
7.0.3.post1 2020-09-20
7.0.2 2020-05-12
7.0.1 2020-01-30
7.0.0 2020-01-30
6.0.0 2019-04-13
5.0.0 2017-11-18
4.0.1 2017-11-18
3.0.3 2017-02-13
3.0.2 2017-02-11
3.0.1 2016-10-02
3.0.0 2016-10-02
2.0.3 2016-10-02
2.0.2 2016-10-02
2.0.1 2016-10-02
2.0.0 2016-10-01
1.0.2 2016-02-16
1.0.1 2015-09-20
0.1.0 2012-02-21
0.0.9 2013-04-29
0.0.8 2013-01-26
0.0.7 2012-09-16
0.0.6 2012-09-01
0.0.5 2011-08-14
0.0.4 2011-08-02
0.0.3 2011-07-22
0.0.2 2011-07-22
0.0.1 2011-07-17