ciaren-client
ciaren-client is the lightweight Python SDK for Ciaren. It talks to the
Ciaren REST API without installing the full application.
Status: alpha (pre-1.0),
0.3.0. Breaking changes are expected before1.0.0.
Install
python -m pip install ciaren-client
For local development from this repository:
pip install -e path/to/Ciaren/client
Quick Start
from ciaren_client import Ciaren
with Ciaren("http://localhost:8055", webhook_secret="my-secret") as client:
run = client.trigger("flow-id", parameters={"date": "2026-07-01"})
print(run["status"])
Async usage is available through AsyncCiaren:
from ciaren_client import AsyncCiaren
async with AsyncCiaren("http://localhost:8055", webhook_secret="my-secret") as client:
run = await client.trigger("flow-id")
What It Covers
The client includes typed sync and async methods for projects, datasets, flows, runs, schedules, connections (including OS-keychain secrets), catalog metadata, transformations, runtime app settings, ML helpers, plugins, marketplace endpoints, webhook triggers, and SSE run logs.
Use api_token when the server is configured with CIAREN_API_TOKEN.
Use webhook_secret only for trigger(), which calls the webhook endpoint.
License: Apache-2.0.
See the SDK documentation.
Release files for ciaren-client 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ciaren_client-0.3.0.tar.gz | 16.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ciaren_client-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.0 kB
Release files / ciaren_client-0.3.0.tar.gz
| Download URL | ciaren_client-0.3.0.tar.gz |
|---|---|
| Size | 16.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d6f2d17b023331cf7ee225bbc8da1fbd8450a1f2411bc6feb71cf56937b87e41
|
|
BLAKE2b-256 checksum How to use checksums |
b536b5f9b149dfb3d38af69479f97462852390659a9c119f8c26bba1a640f308
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / ciaren_client-0.3.0-py3-none-any.whl
| Download URL | ciaren_client-0.3.0-py3-none-any.whl |
|---|---|
| Size | 14.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fb2619fbb8216142db365fe8ae97ae88de3d0b1fc50323455e577cc4bf759504
|
|
BLAKE2b-256 checksum How to use checksums |
8b0c0e88d09ef6ea6a35be3527a473f4b3da040ca0a631ad44eba0e8974a5465
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log