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.

pip install conductor-python
INSTALL
IMPORT
SIG · CONDUCTOR-PYTHON
C
conductor-python
workflowpythonv1.3.11
harness data pending
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.

OrchestrationClient
✓ from conductor import OrchestrationClient
✗ from conductor.client 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 issues
breakingv1.0.0 migrated from `conductor` package to `conductor-python` PyPI name. Old `conductor` package is unrelated.
fix
Use `pip install conductor-python` and update imports to use `conductor.client`.
affects: <1.0.0
deprecated`TaskRunner` with positional `domain` argument is deprecated. Use keyword argument.
fix
`TaskRunner(worker, domain='test')` instead of `TaskRunner(worker, 'test')`.
affects: <=1.3.10
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.
fix
Always provide auth credentials when using Orkes. For local, set to empty string or use token auth if configured.
affects: all
Upgrade
Version history
1.3.11latest on PyPI · released Apr 21, 2026
Audit
Dependencies
requestsrequiredHTTP client for API calls
orjsonoptionalFast JSON serialization
Agent activity
38 hits · last 30 days
node
36
OpenAI (training)
1
Resources
conductor-python — pip install conductor-python · libregistry