Dead simple event handling for Python; minus the straight jacket.
Tested with Python 2.7, 3.4, 3.5.
- Simple, tiny, and straight forward to use.
- Prioritized based handlers. Or
set
. Orlist
. Or anyiterable
. - Doctests.
- Extensible; Batteries included, not required.
- Replaceable container implementation.
pip install uninhibited
Tox is used to handle testing multiple python versions.
tox
This is a rough as of yet, asynchronous iterators just aren't there yet
in Python 3.5.1
.
Python 3.5.2
(rc1
at time of writing) happens to fix most of my
grievances with them, however, so expect some changes here going
forward.