# Aurabase Python SDK Reference (aurabase-py) > Non publié sur PyPI à ce jour — code source réel dans le monorepo (`aurabase-py/`, 35 fichiers Python, package `aurabase`). > Ne pas exécuter `pip install aurabase` : la commande n'installera pas ce SDK. ## Installation (depuis le monorepo) ```bash pip install -e ./aurabase-py ``` ## Usage ```python from aurabase import create_client aura = create_client("https://aurabase.cloud", "PROJECT_ID", "aura_anon_xxx") ``` Un client asynchrone (`AsyncAuraClient`) est également fourni pour asyncio/FastAPI.