1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: python-mistralclient
Section: python
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 10),
dh-python,
openstack-pkg-tools (>= 52~),
python-all,
python-pbr (>= 1.8),
python-setuptools,
python-sphinx,
python3-all,
python3-pbr (>= 1.8),
python3-setuptools,
Build-Depends-Indep: python-cliff (>= 1.15.0),
python-fixtures (>= 3.0.0),
python-hacking,
python-keystoneclient (>= 1:2.0.0),
python-mock (>= 2.0),
python-nose,
python-openstackclient (>= 2.1.0),
python-osc-lib (>= 1.0.2),
python-oslo.utils (>= 3.16.0),
python-osprofiler (>= 1.4.0),
python-requests (>= 2.10.0),
python-six (>= 1.9.0),
python-tempest (>= 1:12.1.0),
python-testtools (>= 1.4.0),
python-unittest2,
python-yaml,
python3-cliff (>= 1.15.0),
python3-fixtures (>= 3.0.0),
python3-keystoneclient (>= 1:2.0.0),
python3-mock (>= 2.0),
python3-nose,
python3-openstackclient (>= 2.1.0),
python3-osc-lib (>= 1.0.2),
python3-oslo.utils (>= 3.16.0),
python3-osprofiler (>= 1.4.0),
python3-requests (>= 2.10.0),
python3-six (>= 1.9.0),
python3-tempest (>= 1:12.1.0),
python3-testtools (>= 1.4.0),
python3-unittest2,
python3-yaml,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-mistralclient?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-mistralclient -b debian/newton
Homepage: https://github.com/stackforge/python-mistralclient
Package: python-mistralclient
Architecture: all
Depends: python-cliff (>= 1.15.0),
python-keystoneclient (>= 1:2.0.0),
python-osc-lib (>= 1.0.2),
python-oslo.utils (>= 3.16.0),
python-pbr (>= 1.8),
python-requests (>= 2.10.0),
python-six (>= 1.9.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 (>= 1.15.0),
python3-keystoneclient (>= 1:2.0.0),
python3-osc-lib (>= 1.0.2),
python3-oslo.utils (>= 3.16.0),
python3-pbr (>= 1.8),
python3-requests (>= 2.10.0),
python3-six (>= 1.9.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.
|