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

Changelog

python-mistralclient (1:4.5.0-0ubuntu1) kinetic; urgency=medium

  * New upstream release for OpenStack Zed.

 -- Corey Bryant <email address hidden>  Tue, 13 Sep 2022 11:20:06 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mistralclient_4.5.0.orig.tar.gz 105.4 KiB 4461d329c2f8ff7a8b65d1167057d383ab38d970327c5b48f00eca09a81e28ba
python-mistralclient_4.5.0-0ubuntu1.debian.tar.xz 4.7 KiB e30d18b076614aca37293267681f38982f6ccaa1a80960f5e9ed48fe2b9d36b5
python-mistralclient_4.5.0-0ubuntu1.dsc 3.0 KiB cf9c39b3a94b692092cfdeb1fde2fae0f2d0ff95a4655e0233cc63410115c08d

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.