Official QiloBack Python SDK — talk to a QiloBack platform-api from Python.
Project description
qiloback-sdk
Official Python SDK for the QiloBack platform-api.
Install
pip install qiloback-sdk
Quick start
from qiloback import Client
with Client(base_url="https://api.qiloback.dev", token="...") as qb:
project = qb.projects.create(name="My CRM", slug="my_crm")
qb.projects.upload_dsl(project.id, dsl_yaml)
log = qb.projects.generate(project.id)
print(log.status)
# Eject a portable bundle and write it to disk
bundle = qb.projects.eject(project.id)
bundle.save_to("./my-crm.zip")
The SDK is intentionally thin: it wraps the most-used surface
(projects, DSL, generations, eject, audit, health) with type-safe
methods, and falls back to a raw client.request(...) for anything
not yet covered. The full 193-endpoint surface is auto-generated
from the OpenAPI snapshot in v0.2.
Auth
qb = Client(base_url="...", token="bearer-token")
# or
qb = Client(base_url="...")
qb.set_token("bearer-token")
The SDK is sync today; an async variant (AsyncClient) ships in v0.2
with the same surface.
License
Source-available under FSL-1.1-ALv2. Auto-conversion to Apache 2.0 two years after each release. See the QiloBack LICENSE-FAQ for details.
Project details
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 qiloback_sdk-0.3.3.tar.gz.
File metadata
- Download URL: qiloback_sdk-0.3.3.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fc3b40c1941e373108cc75e042bf2b9b7af9fe433dfe281a0afa158e67e76cc
|
|
| MD5 |
e27dab7647bdd85caa2830747e4b3b9e
|
|
| BLAKE2b-256 |
19b9bb8c6cee366a59b08eda20c87169ee15ca60e8232f95934f2a05eef6ea21
|
Provenance
The following attestation bundles were made for qiloback_sdk-0.3.3.tar.gz:
Publisher:
publish-sdks.yaml on delixon-labs/qiloback-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qiloback_sdk-0.3.3.tar.gz -
Subject digest:
1fc3b40c1941e373108cc75e042bf2b9b7af9fe433dfe281a0afa158e67e76cc - Sigstore transparency entry: 1487224018
- Sigstore integration time:
-
Permalink:
delixon-labs/qiloback-core@180eb01c7f2cbe26c6aba5da816e00fa40158378 -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/delixon-labs
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-sdks.yaml@180eb01c7f2cbe26c6aba5da816e00fa40158378 -
Trigger Event:
push
-
Statement type:
File details
Details for the file qiloback_sdk-0.3.3-py3-none-any.whl.
File metadata
- Download URL: qiloback_sdk-0.3.3-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c4a8c06271602cfff063db5c8c615fff15fbe14ddca5efd2c6fe494c2f4f2b3
|
|
| MD5 |
5f38a1b1ba4c370969f1981bd0a3c8a8
|
|
| BLAKE2b-256 |
2087a6f6f9e40a4cd3b51036059604eb0de50b40d9965d421b658c514b3189c8
|
Provenance
The following attestation bundles were made for qiloback_sdk-0.3.3-py3-none-any.whl:
Publisher:
publish-sdks.yaml on delixon-labs/qiloback-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qiloback_sdk-0.3.3-py3-none-any.whl -
Subject digest:
7c4a8c06271602cfff063db5c8c615fff15fbe14ddca5efd2c6fe494c2f4f2b3 - Sigstore transparency entry: 1487224034
- Sigstore integration time:
-
Permalink:
delixon-labs/qiloback-core@180eb01c7f2cbe26c6aba5da816e00fa40158378 -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/delixon-labs
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-sdks.yaml@180eb01c7f2cbe26c6aba5da816e00fa40158378 -
Trigger Event:
push
-
Statement type: