Files
rk35xx-android14/external/python/pyee/README.rst
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

39 lines
811 B
ReStructuredText

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