emitter

simple event emitter


Keywords
emitter, event, eventemitter, node
License
Other
Install
pip install emitter==0.0.5

Documentation

emitter

Build Status

A simple event emitter for python.

Installation

$ pip install emitter

or

$ python setup.py install

Docs

help(emitter.Emitter) should explain things.

See ./emitter_test.py for some example usage.

Running tests

$ nosetests

License

MIT.