python-mistralclient 1:3.3.0-0ubuntu1 source package in Ubuntu

Changelog

python-mistralclient (1:3.3.0-0ubuntu1) bionic; urgency=medium

  * New upstream release.

 -- Corey Bryant <email address hidden>  Tue, 20 Feb 2018 12:43:41 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mistralclient_3.3.0.orig.tar.gz 85.3 KiB e7a523e629c068317d2a67811c870c76e29e3cd0c2517f5a393cb09eea24df05
python-mistralclient_3.3.0-0ubuntu1.debian.tar.xz 4.6 KiB 6017d9f8a75df26d221111925957598fa5c8556bb9a6beb767cf00f179d7729e
python-mistralclient_3.3.0-0ubuntu1.dsc 3.7 KiB b25db8f7f393f58184d179c9f61ca72781411b40022e1f887846a9c3d654f85c

View changes file

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.