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

Changelog

python-mistralclient (1:5.0.0-0ubuntu1) lunar; urgency=medium

  * New upstream release for OpenStack Antelope.

 -- Corey Bryant <email address hidden>  Wed, 22 Feb 2023 13:55:24 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mistralclient_5.0.0.orig.tar.gz 105.7 KiB 8aa950dfa2b86ee9c9ae5ebb7b92110016ae000a9139532b90ed9d3fa5c4ee01
python-mistralclient_5.0.0-0ubuntu1.debian.tar.xz 4.7 KiB 83ca6b0daa453080a4a2ff9109b100a942b9f7881e3def716bfef2b099de9f05
python-mistralclient_5.0.0-0ubuntu1.dsc 3.0 KiB 3fd6527a1e92c3ec931360804d85ef484f6221d5a55c7f667222e378a2c8c6da

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.