HealthCloud SDK for Python
Typed access to HealthCloud platform APIs and connector clients from Python applications.
Installation
python -m pip install healthcloud-sdk
Quick start
from healthcloud import HCSDK
with HCSDK(
environment="dev",
tenant_id="<TENANT_ID>",
) as sdk:
# Select a service client from sdk.
pass
Authentication
Public authentication calls use the configured tenant. For authenticated APIs, initialize with access_token or call sdk.set_access_token(token). Never commit tokens or credentials.
Detailed documentation
See docs/index.md for method-centric API, model, configuration, authentication, and example documentation. Detailed pages are generated from the shared structured docs data; this README intentionally remains package-level.
Package overview
The SDK exposes service clients from one HCSDK instance. The generated docs index lists operations only when stable contract metadata is available.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file healthcloud_sdk-2.16.0.tar.gz.
File metadata
- Download URL: healthcloud_sdk-2.16.0.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c19dba798b23683743d30f13ec65b9e0dab4160047e27398ce2aea3c5bde0f03
|
|
| MD5 |
989701b35b63572264baf48de6e12519
|
|
| BLAKE2b-256 |
fce6f53a601c3f01e69e647688622822f237f31479f0cf829757de049562f8e5
|
File details
Details for the file healthcloud_sdk-2.16.0-py3-none-any.whl.
File metadata
- Download URL: healthcloud_sdk-2.16.0-py3-none-any.whl
- Upload date:
- Size: 6.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5bf968c9821ed98e6acaa57a9ca5c7617f55503ed42779e5bb3677c81e79f01
|
|
| MD5 |
dc6ef0cde30733093c922f395c385fee
|
|
| BLAKE2b-256 |
77af764682261f8f20a09507d7bd317a3874a44905589307a613b0e78c22bc08
|