/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.

Docs:

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

Development:

  • For development purposes, you can link this project to your global space with python setup.py develop.
  • Tests can be ran with python setup.py test.
  • Documentation can be generated with cd ./docs && make html.

Changelog:

https://github.com/jfhbrook/pyee/blob/master/CHANGELOG.md

License:

MIT/X11, see LICENSE file.