Metadata-Version: 2.4
Name: ebiose-cloud-sdk
Version: 0.1.301.dev0
Summary: Auto-generated Pydantic models for the Ebiose Cloud Backend API.
Author: Ebiose
Requires-Python: >=3.12
Requires-Dist: pydantic>=2
Description-Content-Type: text/markdown

# ebiose-cloud-sdk

Auto-generated Pydantic v2 models for the Ebiose Cloud Backend API.

## Generation

This package is regenerated from the Backend's OpenAPI spec
(`/swagger/v1/swagger.json`) by `client-generator/generate.sh`.

Do not hand-edit `ebiose_cloud_sdk/models.py` — it will be overwritten on
next regeneration.

## Local install

From `ebiose-core/`:

```bash
uv pip install -e ../client-generator/python/
```

## Distribution

Published to [PyPI](https://pypi.org/project/ebiose-cloud-sdk/) via Trusted
Publishing (OIDC) by `.github/workflows/sdk-publish.yml` on changes to
`Backend/**` or `client-generator/**` on `staging` and `main`.

```bash
pip install ebiose-cloud-sdk
```
