Metadata-Version: 2.5
Name: skippr-cloud
Version: 0.1.0
Summary: Skippr Cloud Python SDK
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# skippr-cloud

Official Python SDK for Skippr Cloud. Generated from the Cloud API catalog.

**Status:** Preview.

```python
from skippr_cloud import CloudClient

client = CloudClient.from_env()
print(client.call("tables", "ListTables", {}))
```

`from_env` uses the documented default chain: `CLOUD_BEARER_TOKEN`, then the workload role when host config is present and SigV4 env is not, then `CLOUD_ACCESS_KEY_ID` / `CLOUD_SECRET_ACCESS_KEY`.
