aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: a31a22025a6803de1786621cd49e0a376106e26d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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``.