Source: python-mistralclient Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 10), dh-python, openstack-pkg-tools, python-all, python-pbr (>= 2.0.0), python-setuptools, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx (>= 1.6.2), Build-Depends-Indep: python-cliff (>= 2.8.0), python-hacking, python-keystoneauth1 (>= 3.4.0), python-mock, python-openstackclient (>= 3.12.0), python-osc-lib (>= 1.8.0), python-oslo.i18n (>= 3.15.3), python-oslo.serialization (>= 2.18.0), python-oslo.utils (>= 3.33.0), python-oslotest (>= 3.2.0), python-osprofiler (>= 1.4.0), python-requests (>= 2.14.2), python-requests-mock (>= 1.2.0), python-six, python-stestr, python-stevedore (>= 1.20.0), python-tempest (>= 1:17.1.0), python-yaml, python3-cliff (>= 2.8.0), python3-keystoneauth1 (>= 3.4.0), python3-mock, python3-openstackclient (>= 3.12.0), python3-openstackdocstheme (>= 1.18.0), python3-osc-lib (>= 1.8.0), python3-oslo.i18n (>= 3.15.3), python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-oslotest (>= 3.2.0), python3-osprofiler (>= 1.4.0), python3-requests (>= 2.14.2), python3-requests-mock (>= 1.2.0), python3-six, python3-stestr, python3-stevedore (>= 1.20.0), python3-tempest (>= 1:17.1.0), python3-yaml, subunit, Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-mistralclient Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-mistralclient.git Homepage: https://github.com/stackforge/python-mistralclient Package: python-mistralclient Architecture: all Depends: python-cliff (>= 2.8.0), python-keystoneauth1 (>= 3.4.0), python-osc-lib (>= 1.8.0), python-oslo.i18n (>= 3.15.3), python-oslo.serialization (>= 2.18.0), python-oslo.utils (>= 3.33.0), python-pbr (>= 2.0.0), python-requests (>= 2.14.2), python-six, python-stevedore (>= 1.20.0), python-yaml, ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}, Description: OpenStack Workflow as a Service client - Python 2.7 Mistral is a task management service. It is also known as Workflow as a Service. Most business processes consist of multiple distinct interconnected steps that need to be executed in a particular order in a distributed environment. One can describe such process as a set of tasks and task relations and upload such description to Mistral so that it takes care of state management, correct execution order, task distribution and high availability. Mistral also provides flexible task scheduling so that users can run a process according to a specified schedule (i.e. every Sunday at 4.00pm) instead of running it immediately. Such set of tasks and dependencies between them is called a workflow. Independent routes in a workflow (which, in fact, is a graph) are called flows and Mistral can execute them in parallel. . This package provides a cli and a Python 2.7 client module. Package: python3-mistralclient Architecture: all Depends: python3-cliff (>= 2.8.0), python3-keystoneauth1 (>= 3.4.0), python3-osc-lib (>= 1.8.0), python3-oslo.i18n (>= 3.15.3), python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-pbr (>= 2.0.0), python3-requests (>= 2.14.2), python3-six, python3-stevedore (>= 1.20.0), python3-yaml, ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Description: OpenStack Workflow as a Service client - Python 3.x Mistral is a task management service. It is also known as Workflow as a Service. Most business processes consist of multiple distinct interconnected steps that need to be executed in a particular order in a distributed environment. One can describe such process as a set of tasks and task relations and upload such description to Mistral so that it takes care of state management, correct execution order, task distribution and high availability. Mistral also provides flexible task scheduling so that users can run a process according to a specified schedule (i.e. every Sunday at 4.00pm) instead of running it immediately. Such set of tasks and dependencies between them is called a workflow. Independent routes in a workflow (which, in fact, is a graph) are called flows and Mistral can execute them in parallel. . This package provides a cli and a Python 3.x client module.