/pyee

A port of node.js's EventEmitter to python

Primary LanguagePythonMIT LicenseMIT

pyee

https://travis-ci.org/jfhbrook/pyee.png https://readthedocs.org/projects/pyee/badge/?version=latest

pyee supplies an EventEmitter object similar to the EventEmitter from Node.js. It also supplies a number of subclasses with added support for async and threaded programming in python, such as async/await as seen in python 3.5+.

Docs:

Authgenerated API docs, including basic installation directions and examples, can be found at https://pyee.readthedocs.io .

Development:

See DEVELOPMENT.rst.

Changelog:

See CHANGELOG.rst.

Contributors:

See CONTRIBUTORS.rst.

License:

MIT/X11, see LICENSE.