{"library":"python-mistralclient","title":"Mistral Client Library","description":"A Python client for OpenStack Mistral workflow service. Version 6.2.0, actively maintained. Releases follow OpenStack releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install python-mistralclient"],"cli":{"name":"mistral","version":"mistral 6.2.0"}},"imports":["from mistralclient.api import client","from mistralclient.api.client import MistralClient"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from mistralclient.api import client\nmistral = client.client(mistral_url='http://localhost:8989/v2', username='admin', password='pass', project_name='admin', auth_url='http://localhost:5000/v3')\nworkflows = mistral.workflows.list()\nprint(workflows)","lang":"python","description":"Initialize the client and list workflows. Adjust auth parameters per your OpenStack setup.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}