Registry / workflow / conductor-python

conductor-python

JSON →
library1.3.11pypypiunverified

Python SDK for the Conductor workflow orchestration platform. v1.3.11 supports Python >=3.9. Active development with bi-monthly releases.

workflowdevopsdata
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

from conductor import OrchestrationClient

Initialize a client and list workflows (replace credentials with env vars)

from conductor.client import OrchestrationClient client = OrchestrationClient( server_api_url='https://play.orkes.io/api', key_id='YOUR_KEY', key_secret='YOUR_SECRET' ) print(client.get_workflows('my_workflow'))
Debug
Known footguns
breakingv1.0.0 migrated from `conductor` package to `conductor-python` PyPI name. Old `conductor` package is unrelated.
deprecated`TaskRunner` with positional `domain` argument is deprecated. Use keyword argument.
gotchaClient authentication requires `key_id` and `key_secret` for Orkes, but may be omitted for local Conductor servers. If omitted for Orkes, API calls fail with 401.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources