Skip to main content
Running FastAPI on Cloudflare Workers? Use our Serverless SDK instead.

Installation

The Apitally SDK for Python uses extras to install the correct dependencies for each framework.
pip install "apitally[<your_framework>]"
Replace the <your_framework> placeholder with the extra for your framework. The options are:
  • blacksheep
  • django_ninja
  • django_rest_framework
  • fastapi
  • flask
  • litestar
  • starlette

Supported frameworks

The Python SDK currently supports the web frameworks listed below. If your framework is not listed, please let us know and we’ll consider adding support for it. Click on a framework for a detailed setup guide.