An open API service indexing awesome lists of open source software.

https://github.com/inadarei/python-async

Async examples from http://promises123.com implemented in Python
https://github.com/inadarei/python-async

Last synced: 7 months ago
JSON representation

Async examples from http://promises123.com implemented in Python

Awesome Lists containing this project

README

          

# python-async
Async examples from promises123.com implemented in Python

## Prerequisites:

To set up Python3 with virtualenvs etc. on a Mac:

## Usage:

- install: `make install`
- run: `make run`
- all in one: `make`