Official Python SDK for HealthCloud Marketplace API
One command to get started
Full type definitions included
Comprehensive examples & guides
# Install the SDK pip install healthcloud-sdk # Or with pip python -m pip install healthcloud-sdk
Initialize the SDK with your credentials
from healthcloud import HealthCloudClient # Initialize with API key client = HealthCloudClient(api_key="your_api_key_here") # Or use JWT token client = HealthCloudClient(token="your_jwt_token")