A Python client for OpenStack Mistral workflow service. Version 6.2.0, actively maintained. Releases follow OpenStack releases.
pip install python-mistralclientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client and list workflows. Adjust auth parameters per your OpenStack setup.
Always use keyword arguments when creating the client: `client.client(mistral_url=..., username=...)`.
Use `from mistralclient.api import client` and then `c = client.client(...)`.
Use Python 3.10 or newer (as of 6.2.0).
Upgrade to latest version: `pip install --upgrade python-mistralclient`
Use `from mistralclient.api import client`
No dependency data recorded yet.