Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.apitally.io/llms.txt

Use this file to discover all available pages before exploring further.

GitHub repository

apitally/apitally-py

PyPI package

apitally
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.

BlackSheep

Django Ninja

Django REST Framework

FastAPI

Flask

Litestar

Starlette