thedjinn / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own

Home Page:https://github.com/jfhbrook/public

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyee

https://travis-ci.org/jfhbrook/pyee.png https://readthedocs.org/projects/pyee/badge/?version=latest

pyee supplies a EventEmitter object that is similar to the EventEmitter class from Node.js. It also supplies a number of subclasses with added support for async and threaded programming in python, such as async/await as seen in python 3.5+.

Docs:

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

About

A rough port of Node.js's EventEmitter to Python with a few tricks of its own

https://github.com/jfhbrook/public

License:MIT License


Languages

Language:Python 97.3%Language:Makefile 2.7%