An open API service indexing awesome lists of open source software.

https://github.com/jfhbrook/pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/pyee

async asyncio concurrency event-emitter hacktoberfest nodejs python trio twisted

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# pyee

[![Documentation Status](https://readthedocs.org/projects/pyee/badge/?version=latest)](https://pyee.readthedocs.io/en/latest/?badge=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.

## Docs

Autogenerated API docs, including basic installation directions and examples,
can be found at .

## Development

See [DEVELOPMENT.md](./DEVELOPMENT.md).

## Changelog

See [CHANGELOG.md](./CHANGELOG.md).

## Contributors

See [CONTRIBUTORS.md](./CONTRIBUTORS.md).

## License

MIT/X11, see [LICENSE](./LICENSE).