A port of node.js's EventEmitter to python
Python Makefile
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
docs
pyee
tests
.gitignore
.travis.yml
CHANGELOG.rst
CONTRIBUTORS.rst
DEVELOPMENT.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pytest.ini
requirements_dev.txt
requirements_dev_py2.txt
setup.cfg
setup.py
tox.ini

README.rst

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.

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.