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.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| .github/workflows | 1 year ago | |
| docs | 1 year ago | |
| pyee | 1 year ago | |
| tests | 1 year ago | |
| typings/twisted/python | 1 year ago | |
| .gitignore | 1 year ago | |
| .readthedocs.yaml | 1 year ago | |
| Android.bp | 1 year ago | |
| CHANGELOG.rst | 1 year ago | |
| CONTRIBUTORS.rst | 1 year ago | |
| DEVELOPMENT.rst | 1 year ago | |
| LICENSE | 1 year ago | |
| MANIFEST.in | 1 year ago | |
| METADATA | 1 year ago | |
| MODULE_LICENSE_MIT | 1 year ago | |
| Makefile | 1 year ago | |
| OWNERS | 1 year ago | |
| README.rst | 1 year ago | |
| environment.yml | 1 year ago | |
| package-lock.json | 1 year ago | |
| package.json | 1 year ago | |
| pyproject.toml | 1 year ago | |
| pytest.ini | 1 year ago | |
| requirements.txt | 1 year ago | |
| requirements_dev.txt | 1 year ago | |
| requirements_docs.txt | 1 year ago | |
| setup.cfg | 1 year ago | |
| setup.py | 1 year ago | |
| tox.ini | 1 year ago | |
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``.