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

# Python Serverless SDK reference

> Overview of the Apitally Serverless SDK for Python.

<CardGroup cols={2}>
  <Card title="GitHub repository" icon="github" href="https://github.com/apitally/apitally-py-serverless" target="_blank">
    apitally/apitally-py-serverless
  </Card>

  <Card title="PyPI package" icon="python" href="https://pypi.org/project/apitally-serverless/" target="_blank">
    apitally-serverless
  </Card>
</CardGroup>

## Installation

```shell theme={null}
uv add apitally-serverless
```

## Supported frameworks

The Python Serverless SDK currently supports the web frameworks listed below. If your framework is not listed, please [let us know](/support) and we'll consider adding support for it.

Click on a framework for a detailed setup guide.

<CardGroup cols={3}>
  <Card
    title="FastAPI"
    icon={
  <img
    src="https://assets.apitally.io/frameworks/fastapi-icon.svg"
    style={{ height: "32px", maxWidth: "unset", margin: 0 }}
    alt="FastAPI icon"
  />
}
    href="/setup-guides/fastapi-cloudflare-workers"
  >
    Cloudflare Workers
  </Card>
</CardGroup>
