Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.28 KB

readme.md

File metadata and controls

33 lines (21 loc) · 1.28 KB

Tools for backend python services

PyPI version Python versions build codecov Downloads

Installation

This is a simple python package you can install via pip:

pip install aio-fluid

Modules

A simple asynchronous task queue with a scheduler

Async utility for executing commands in sub-processes

AWS

packages for AWS interaction are installed via

  • aiobotocore
  • s3fs (which depends on aiobotocore and therefore versions must be compatible)
  • boto3 is installed as extra dependency of aiobotocore so versioning is compatible