You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
..
.github/workflows
docs
pyee
tests
typings/twisted/python
.gitignore
.readthedocs.yaml
Android.bp
CHANGELOG.rst
CONTRIBUTORS.rst
DEVELOPMENT.rst
LICENSE
MANIFEST.in
METADATA
MODULE_LICENSE_MIT
Makefile
OWNERS
README.rst
environment.yml
package-lock.json
package.json
pyproject.toml
pytest.ini
requirements.txt
requirements_dev.txt
requirements_docs.txt
setup.cfg
setup.py
tox.ini

README.rst

pyee
====

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

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