Installation
PyTaskFlow is designed to work with currently supported Python releases: 3.10 through 3.14.
Core Package
uv add pytaskflow
Optional Extras
Dashboard (Litestar + Uvicorn):
uv add "pytaskflow[dashboard]"
FastAPI integration:
uv add "pytaskflow[fastapi]"
Litestar integration:
uv add "pytaskflow[litestar]"
Redis storage backend:
uv add "pytaskflow[redis]"
Documentation tooling:
uv add "pytaskflow[docs]"
SQLAlchemy storage backend:
uv add "pytaskflow[sql]"