python-mistralclient 1:3.7.0-0ubuntu3 source package in Ubuntu

Changelog

python-mistralclient (1:3.7.0-0ubuntu3) eoan; urgency=medium

  * d/control: Fix BD's on python-* packages for Bionic Train.

 -- Sahid Orentino Ferdjaoui <email address hidden>  Fri, 12 Jul 2019 14:38:32 +0200

Upload details

Uploaded by:
Sahid Orentino
Sponsored by:
Corey Bryant
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mistralclient_3.7.0.orig.tar.gz 91.9 KiB 89c2f6bb98591c642aba0b8af4d124f0e5ca0c2c07f80387629d270b6cc326e7
python-mistralclient_3.7.0-0ubuntu3.debian.tar.xz 4.6 KiB bc3014a9abed43648b64b8a0542d4d94dd06402ce3baad873a75748515de8f99
python-mistralclient_3.7.0-0ubuntu3.dsc 3.1 KiB 01f07a045b645aefbf315ee1a8985ed87470cdeab1b70a1b4fbae25c61dc0d43

View changes file

Binary packages built by this source

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.