Skip to content

Installation

Requirements

  • Python 3.10+

Install

pip install fastapi-taskflow

Optional: Redis backend

pip install "fastapi-taskflow[redis]"

Optional: Argument encryption

pip install "fastapi-taskflow[encryption]"

Required when using encrypt_args_key on TaskManager to encrypt task args and kwargs at rest. See Argument Encryption.

Development install

git clone https://github.com/Attakay78/fastapi-taskflow
cd fastapi-taskflow
pip install -e ".[dev]"