privy-client package to authorize requests and
manage your application from your server. The SDK provides typed methods for interacting with
Privy’s API to create and query users, create wallets, sign and send transactions, manage policies,
and more.
Install the Privy Python SDK with your package manager of choice:
The Privy Python SDK requires Python 3.9 or later.
Next steps
Setup
Configure the Privy client with app credentials and authorization context.
Quickstart
Create wallets, sign messages, and send transactions with the Python SDK.

