Skip to main content

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

qiloback_sdk-0.3.10.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qiloback_sdk-0.3.10-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file qiloback_sdk-0.3.10.tar.gz.

File metadata

  • Download URL: qiloback_sdk-0.3.10.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qiloback_sdk-0.3.10.tar.gz
Algorithm Hash digest
SHA256 56057d11c33774a854ec903efbf728fe65dd78c41aeebfbc2f1ad7c6953f6ec5
MD5 5d89e8fb6bfab2b15586772d1c48ee0f
BLAKE2b-256 652b534f41a6cf38585d5e9191ced219624a58a8fc2b56df080e4098695bacb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for qiloback_sdk-0.3.10.tar.gz:

Publisher: publish-sdks.yaml on delixon-labs/qiloback-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qiloback_sdk-0.3.10-py3-none-any.whl.

File metadata

  • Download URL: qiloback_sdk-0.3.10-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qiloback_sdk-0.3.10-py3-none-any.whl
Algorithm Hash digest
SHA256 4e3eb8da7085e548860e23e687a33c90ffb84da9c1edb2b9682fe021e08404d0
MD5 d29ac2d7362fae8879b1486adb0b8f9a
BLAKE2b-256 d5c151782449f68d64ba2a34f61a1613f5ee8fd70fad458c118ba539973de362

See more details on using hashes here.

Provenance

The following attestation bundles were made for qiloback_sdk-0.3.10-py3-none-any.whl:

Publisher: publish-sdks.yaml on delixon-labs/qiloback-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page