quantmind / aio-fluid

Reusable server side python modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Reusable server side python modules

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.7%Language:Makefile 0.8%Language:Shell 0.5%