• Home
Name Date Size #Lines LOC

..--

.github/workflows/03-May-2024-3534

docs/03-May-2024-634267

pyee/03-May-2024-1,049775

tests/03-May-2024-990640

typings/twisted/python/03-May-2024-64

.gitignoreD03-May-2024146 1615

.readthedocs.yamlD03-May-2024147 139

Android.bpD03-May-20241 KiB4036

CHANGELOG.rstD03-May-20246.7 KiB241175

CONTRIBUTORS.rstD03-May-2024518 1714

DEVELOPMENT.rstD03-May-20242.5 KiB12476

LICENSED03-May-20241.1 KiB2217

MANIFEST.inD03-May-2024177 98

METADATAD03-May-2024374 1917

MODULE_LICENSE_MITD03-May-20240

MakefileD03-May-20241.6 KiB4937

OWNERSD03-May-202479 54

README.rstD03-May-2024811 3926

environment.ymlD03-May-2024222 1514

package-lock.jsonD03-May-20241,010 3837

package.jsonD03-May-2024523 2322

pyproject.tomlD03-May-202498 75

pytest.iniD03-May-202450 43

requirements.txtD03-May-202425 21

requirements_dev.txtD03-May-2024292 1514

requirements_docs.txtD03-May-202449 43

setup.cfgD03-May-202451 43

setup.pyD03-May-20241.3 KiB4134

tox.iniD03-May-2024121 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