File: index.md

package info (click to toggle)
pyee 13.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 1,113; makefile: 4; sh: 1
file content (19 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Getting Started

pyee is a rough port of
[node.js's EventEmitter](https://nodejs.org/api/events.html). Unlike its
namesake, it includes a number of subclasses useful for implementing async
and threaded programming in python, such as async/await.

## Install

You can install this project into your environment of choice using `pip`:

    pip install pyee

## Some Links

* [API Docs](./api.md)
* [Changelog](./changelog.md)
* [Fork Me On GitHub](https://github.com/jfhbrook/pyee)
* [These Very Docs on readthedocs.io](https://pyee.rtfd.io)