Tools for backend python services


License
BSD-3-Clause
Install
pip install aio-fluid==0.6.0

Documentation

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

scheduler

A simple asynchronous task queue with a scheduler

kernel

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