Skip to content
/ pyee Public
forked from jfhbrook/pyee

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

License

Notifications You must be signed in to change notification settings

ddelange/pyee

 
 

Repository files navigation

pyee

Documentation Status

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.

Docs

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

Development

See DEVELOPMENT.md.

Changelog

See CHANGELOG.md.

Contributors

See CONTRIBUTORS.md.

License

MIT/X11, see LICENSE.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.0%
  • Just 6.0%