Aio Fluid
Async utilities for backend python services developed by Quantmind.
Documentation: https://quantmind.github.io/aio-fluid
Source Code: https://github.com/quantmind/aio-fluid
This is a simple python package you can install via pip:
pip install aio-fluid
To install all the dependencies:
pip install aio-fluid[cli, db, http, log]
this includes the following extra dependencies:
cli
for the command line interface using click and richdb
for database support with asyncpg and sqlalchemyhttp
for http client support with httpx and aiohttplog
for JSON logging support with python-json-logger
You can run the examples via
poetry run python -m examples.main