Python SDK for the Conductor workflow orchestration platform. v1.3.11 supports Python >=3.9. Active development with bi-monthly releases.
pip install conductor-pythonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a client and list workflows (replace credentials with env vars)
Use `pip install conductor-python` and update imports to use `conductor.client`.
`TaskRunner(worker, domain='test')` instead of `TaskRunner(worker, 'test')`.
Always provide auth credentials when using Orkes. For local, set to empty string or use token auth if configured.