Skip to main content

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 before 1.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)

Source distribution for ciaren-client 0.3.0
File Size Uploaded
ciaren_client-0.3.0.tar.gz 16.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for ciaren-client 0.3.0
File Interpreter ABI Platform
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 log

Release 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

Release history Release notifications | RSS feed

This release

0.3.0 This release

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page