1pyee 2==== 3 4.. image:: https://travis-ci.org/jfhbrook/pyee.png 5 :target: https://travis-ci.org/jfhbrook/pyee 6.. image:: https://readthedocs.org/projects/pyee/badge/?version=latest 7 :target: https://pyee.readthedocs.io 8 9pyee supplies a ``EventEmitter`` object that is similar to the 10``EventEmitter`` class from Node.js. It also supplies a number of subclasses 11with added support for async and threaded programming in python, such as 12async/await as seen in python 3.5+. 13 14Docs: 15----- 16 17Autogenerated API docs, including basic installation directions and examples, 18can be found at https://pyee.readthedocs.io . 19 20Development: 21------------ 22 23See ``DEVELOPMENT.rst``. 24 25Changelog: 26---------- 27 28See ``CHANGELOG.rst``. 29 30Contributors: 31------------- 32 33See ``CONTRIBUTORS.rst``. 34 35License: 36-------- 37 38MIT/X11, see ``LICENSE``. 39