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

Changelog

python-mistralclient (1:5.1.0-0ubuntu1) mantic; urgency=medium

  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
    bobcat.
  * New upstream release for OpenStack Bobcat.

 -- Corey Bryant <email address hidden>  Thu, 28 Sep 2023 09:39:47 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mistralclient_5.1.0.orig.tar.gz 105.8 KiB 104d1e93404bc90c430ec8ad1ba9a333224d5cf9684bac702ca724560fbe9739
python-mistralclient_5.1.0-0ubuntu1.debian.tar.xz 4.8 KiB 504d66a236a1c758c5aa7a34a81ded2dce455050f1ef14dccceab8125dbac280
python-mistralclient_5.1.0-0ubuntu1.dsc 3.1 KiB c71e05e3f050654c40fa0e4f1b35e275e28e7d6ca5f170c7a53778a7c3f01dc2

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.