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
- Host: GitHub
- URL: https://github.com/inadarei/python-async
- Owner: inadarei
- License: mit
- Created: 2018-09-22T03:18:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T15:09:08.000Z (about 2 years ago)
- Last Synced: 2025-02-03T14:28:55.210Z (8 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`