• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.github/workflows/25-Apr-2025-3534

docs/25-Apr-2025-634267

pyee/25-Apr-2025-1,049775

tests/25-Apr-2025-990640

typings/twisted/python/25-Apr-2025-64

.gitignoreD25-Apr-2025146 1615

.readthedocs.yamlD25-Apr-2025147 139

Android.bpD25-Apr-20251 KiB4036

CHANGELOG.rstD25-Apr-20256.7 KiB241175

CONTRIBUTORS.rstD25-Apr-2025518 1714

DEVELOPMENT.rstD25-Apr-20252.5 KiB12476

LICENSED25-Apr-20251.1 KiB2217

MANIFEST.inD25-Apr-2025177 98

METADATAD25-Apr-2025374 1917

MODULE_LICENSE_MITD25-Apr-20250

MakefileD25-Apr-20251.6 KiB4937

OWNERSD25-Apr-202544 32

README.rstD25-Apr-2025811 3926

environment.ymlD25-Apr-2025222 1514

package-lock.jsonD25-Apr-20251,010 3837

package.jsonD25-Apr-2025523 2322

pyproject.tomlD25-Apr-202598 75

pytest.iniD25-Apr-202550 43

requirements.txtD25-Apr-202525 21

requirements_dev.txtD25-Apr-2025292 1514

requirements_docs.txtD25-Apr-202549 43

setup.cfgD25-Apr-202551 43

setup.pyD25-Apr-20251.3 KiB4134

tox.iniD25-Apr-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