Skip to content

quantmind/aio-fluid

Repository files navigation

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