Using sdk-for-python with appwrite.io

Python integration

✓ Official SDK

Install

pip install sdk-for-python

Quick start

import sdk-for-python

# Set your API key
client = sdk_for_python.Client(api_key="YOUR_API_KEY")
List Teams
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/teams
Get User Locale
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/locale
Get Account
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/account
SDK on GitHub 📄 API Docs
SDK
sdk-for-python
Python
API
appwrite.io
appwrite.io:client

At a glance

Language Python
Endpoints61
Base URLhttps://appwrite.io/v1
✓ Official