ebiose-cloud-sdk 0.1.903.dev0__tar.gz → 0.1.917.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ebiose_cloud_sdk-0.1.903.dev0 → ebiose_cloud_sdk-0.1.917.dev0}/.gitignore +2 -0
- {ebiose_cloud_sdk-0.1.903.dev0 → ebiose_cloud_sdk-0.1.917.dev0}/PKG-INFO +4 -4
- {ebiose_cloud_sdk-0.1.903.dev0 → ebiose_cloud_sdk-0.1.917.dev0}/README.md +3 -3
- {ebiose_cloud_sdk-0.1.903.dev0 → ebiose_cloud_sdk-0.1.917.dev0}/ebiose_cloud_sdk/models.py +1 -1
- {ebiose_cloud_sdk-0.1.903.dev0 → ebiose_cloud_sdk-0.1.917.dev0}/pyproject.toml +1 -1
- {ebiose_cloud_sdk-0.1.903.dev0 → ebiose_cloud_sdk-0.1.917.dev0}/ebiose_cloud_sdk/__init__.py +0 -0
|
@@ -406,6 +406,8 @@ Website/.env*.local
|
|
|
406
406
|
.dev/*
|
|
407
407
|
!.dev/project/
|
|
408
408
|
!.dev/backup-old-workflow/
|
|
409
|
+
# Runtime-only dispatch ledger (worker tracking during a run) — never committed.
|
|
410
|
+
.dev/project/*/.dispatch-ledger
|
|
409
411
|
data/
|
|
410
412
|
# Re-include committed test fixtures that live under a `data/` folder.
|
|
411
413
|
!ebiose-core/tests/**/data/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ebiose-cloud-sdk
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.917.dev0
|
|
4
4
|
Summary: Auto-generated Pydantic models for the Ebiose Cloud Backend API.
|
|
5
5
|
Author: Ebiose
|
|
6
6
|
Requires-Python: >=3.12
|
|
@@ -14,7 +14,7 @@ Auto-generated Pydantic v2 models for the Ebiose Cloud Backend API.
|
|
|
14
14
|
## Generation
|
|
15
15
|
|
|
16
16
|
This package is regenerated from the Backend's OpenAPI spec
|
|
17
|
-
(`/swagger/v1/swagger.json`) by `client-generator/generate.sh`.
|
|
17
|
+
(`/swagger/v1/swagger.json`) by `ops/client-generator/generate.sh`.
|
|
18
18
|
|
|
19
19
|
Do not hand-edit `ebiose_cloud_sdk/models.py` — it will be overwritten on
|
|
20
20
|
next regeneration.
|
|
@@ -24,14 +24,14 @@ next regeneration.
|
|
|
24
24
|
From `ebiose-core/`:
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
uv pip install -e ../client-generator/python/
|
|
27
|
+
uv pip install -e ../ops/client-generator/python/
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
## Distribution
|
|
31
31
|
|
|
32
32
|
Published to [PyPI](https://pypi.org/project/ebiose-cloud-sdk/) via Trusted
|
|
33
33
|
Publishing (OIDC) by `.github/workflows/sdk-publish.yml` on changes to
|
|
34
|
-
`Backend/**` or `client-generator/**` on `dev` and `main`.
|
|
34
|
+
`Backend/**` or `ops/client-generator/**` on `dev` and `main`.
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
pip install ebiose-cloud-sdk
|
|
@@ -5,7 +5,7 @@ Auto-generated Pydantic v2 models for the Ebiose Cloud Backend API.
|
|
|
5
5
|
## Generation
|
|
6
6
|
|
|
7
7
|
This package is regenerated from the Backend's OpenAPI spec
|
|
8
|
-
(`/swagger/v1/swagger.json`) by `client-generator/generate.sh`.
|
|
8
|
+
(`/swagger/v1/swagger.json`) by `ops/client-generator/generate.sh`.
|
|
9
9
|
|
|
10
10
|
Do not hand-edit `ebiose_cloud_sdk/models.py` — it will be overwritten on
|
|
11
11
|
next regeneration.
|
|
@@ -15,14 +15,14 @@ next regeneration.
|
|
|
15
15
|
From `ebiose-core/`:
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
uv pip install -e ../client-generator/python/
|
|
18
|
+
uv pip install -e ../ops/client-generator/python/
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
## Distribution
|
|
22
22
|
|
|
23
23
|
Published to [PyPI](https://pypi.org/project/ebiose-cloud-sdk/) via Trusted
|
|
24
24
|
Publishing (OIDC) by `.github/workflows/sdk-publish.yml` on changes to
|
|
25
|
-
`Backend/**` or `client-generator/**` on `dev` and `main`.
|
|
25
|
+
`Backend/**` or `ops/client-generator/**` on `dev` and `main`.
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
28
|
pip install ebiose-cloud-sdk
|
{ebiose_cloud_sdk-0.1.903.dev0 → ebiose_cloud_sdk-0.1.917.dev0}/ebiose_cloud_sdk/__init__.py
RENAMED
|
File without changes
|