> ## Documentation Index
> Fetch the complete documentation index at: https://docs.darwin.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Python SDK

> Install Darwin's generated Python SDK for Product resources.

The generated Python SDK provides typed access to owner-scoped Darwin resources using the same public API contract as the JavaScript SDK.

```bash theme={null}
pip install darwin-sdk
```

<Card title="Open the Python SDK guide" icon="code" href="/sdks/python">
  Install the client and make your first typed API request.
</Card>
