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

# Python: No Installable SDK

> There is no pip-installable Data Hub Python package. Generated sample code for Python is planned instead — see the SDKs overview.

<Warning>
  This page previously documented a `datahub-sdk` PyPI package, a `Client`/`AsyncClient` API, ingestion and SQL-query methods, and a webhook helper. None of that exists. See [SDKs Overview](/api-reference/sdks/overview) and [API Reference: Introduction](/api-reference/introduction) for what's actually planned.
</Warning>

Until sample-code generation ships, calling the Data API directly with `requests` (or any HTTP client) against the endpoints in [Discovery Endpoints](/api-reference/query/saved-queries) and [Get Variable Data](/api-reference/query/run-query) is the only option.
