• Home
Name Date Size #Lines LOC

..--

.github/workflows/04-Jul-2025-3534

docs/04-Jul-2025-634267

pyee/04-Jul-2025-1,049775

tests/04-Jul-2025-990640

typings/twisted/python/04-Jul-2025-64

.gitignoreD04-Jul-2025146 1615

.readthedocs.yamlD04-Jul-2025147 139

Android.bpD04-Jul-20251 KiB4036

CHANGELOG.rstD04-Jul-20256.7 KiB241175

CONTRIBUTORS.rstD04-Jul-2025518 1714

DEVELOPMENT.rstD04-Jul-20252.5 KiB12476

LICENSED04-Jul-20251.1 KiB2217

MANIFEST.inD04-Jul-2025177 98

METADATAD04-Jul-2025374 1917

MODULE_LICENSE_MITD04-Jul-20250

MakefileD04-Jul-20251.6 KiB4937

OWNERSD04-Jul-2025116 43

README.rstD04-Jul-2025811 3926

environment.ymlD04-Jul-2025222 1514

package-lock.jsonD04-Jul-20251,010 3837

package.jsonD04-Jul-2025523 2322

pyproject.tomlD04-Jul-202598 75

pytest.iniD04-Jul-202550 43

requirements.txtD04-Jul-202525 21

requirements_dev.txtD04-Jul-2025292 1514

requirements_docs.txtD04-Jul-202549 43

setup.cfgD04-Jul-202551 43

setup.pyD04-Jul-20251.3 KiB4134

tox.iniD04-Jul-2025121 108

README.rst

1pyee
2====
3
4.. image:: https://travis-ci.org/jfhbrook/pyee.png
5   :target: https://travis-ci.org/jfhbrook/pyee
6.. image:: https://readthedocs.org/projects/pyee/badge/?version=latest
7   :target: https://pyee.readthedocs.io
8
9pyee supplies a ``EventEmitter`` object that is similar to the
10``EventEmitter`` class from Node.js. It also supplies a number of subclasses
11with added support for async and threaded programming in python, such as
12async/await as seen in python 3.5+.
13
14Docs:
15-----
16
17Autogenerated API docs, including basic installation directions and examples,
18can be found at https://pyee.readthedocs.io .
19
20Development:
21------------
22
23See ``DEVELOPMENT.rst``.
24
25Changelog:
26----------
27
28See ``CHANGELOG.rst``.
29
30Contributors:
31-------------
32
33See ``CONTRIBUTORS.rst``.
34
35License:
36--------
37
38MIT/X11, see ``LICENSE``.
39