python-mistralclient 1:1.1.0-2 source package in Ubuntu

Changelog

python-mistralclient (1:1.1.0-2) experimental; urgency=medium

  * Added Python 3 support.

 -- Thomas Goirand <email address hidden>  Sun, 27 Sep 2015 12:32:29 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Experimental
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mistralclient_1.1.0-2.dsc 2.7 KiB 548eeb974e3ef13de559b09607f16b0ce10e20f5cae51fd67b7d487fa551b1c3
python-mistralclient_1.1.0.orig.tar.xz 61.3 KiB cb93bddc5b8bc956472a10b5a6354d942dd5d1e6a6057b75e1c4c411b44b58e4
python-mistralclient_1.1.0-2.debian.tar.xz 3.7 KiB ed9857d0b194639cfb95c77b142d1bd0ee10ff4863e1fd3e21a111d3791e3a0e

Available diffs

No changes file available.

Binary packages built by this source

python-mistralclient: 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.

python3-mistralclient: 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.