https://github.com/kalaspuff/ready
🎟 [not yet built] Take control of the event loop with simplified task management, queueing and data loading.
https://github.com/kalaspuff/ready
asyncio data dataloading event futures python python3 resolver tasks
Last synced: about 1 month ago
JSON representation
🎟 [not yet built] Take control of the event loop with simplified task management, queueing and data loading.
- Host: GitHub
- URL: https://github.com/kalaspuff/ready
- Owner: kalaspuff
- License: mit
- Created: 2019-12-24T22:27:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T03:35:51.000Z (over 5 years ago)
- Last Synced: 2025-01-13T23:28:31.286Z (over 1 year ago)
- Topics: asyncio, data, dataloading, event, futures, python, python3, resolver, tasks
- Language: Makefile
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `ready`
[](https://pypi.python.org/pypi/ready/)
[](https://www.python.org/)
[](https://github.com/kalaspuff/ready)
[](https://github.com/kalaspuff/ready/blob/master/LICENSE)
[](https://codecov.io/gh/kalaspuff/ready/tree/master/ready)
*A set of functions to simplify task management on the event loop using asyncio on Python 3.6, 3.7 and 3.8.*
## Installation with `pip`
Like you would install any other Python package, use `pip`, `poetry`, `pipenv` or your weapon of choice.
```
$ pip install ready
```
## Usage and examples
#### Use-case
```
import ready
```