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

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.

Awesome Lists containing this project

README

          

# `ready`
[![pypi](https://badge.fury.io/py/ready.svg)](https://pypi.python.org/pypi/ready/)
[![Made with Python](https://img.shields.io/pypi/pyversions/ready)](https://www.python.org/)
[![Type hinted - mypy validated](https://img.shields.io/badge/typehinted-yes-teal)](https://github.com/kalaspuff/ready)
[![MIT License](https://img.shields.io/github/license/kalaspuff/ready.svg)](https://github.com/kalaspuff/ready/blob/master/LICENSE)
[![Code coverage](https://codecov.io/gh/kalaspuff/ready/branch/master/graph/badge.svg)](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

```