python-zaqarclient 2.5.1-0ubuntu1 source package in Ubuntu

Changelog

python-zaqarclient (2.5.1-0ubuntu1) lunar; urgency=medium

  * New upstream release for OpenStack Antelope.

 -- Corey Bryant <email address hidden>  Wed, 22 Feb 2023 14:34:37 -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-zaqarclient_2.5.1.orig.tar.gz 88.8 KiB 347e168892556f4d894eda1830762a3f1daa0fd07ecc2672cf39ca70893ed23a
python-zaqarclient_2.5.1-0ubuntu1.debian.tar.xz 4.6 KiB bbf040022b2a7b1c626ab893ef47d8ebe7979fd71dd04318da34d564f99ec477
python-zaqarclient_2.5.1-0ubuntu1.dsc 3.1 KiB 8e87eb1961caa61b9a98365928638055a6e4794b05c03dac1b996a7649ce27fa

Available diffs

View changes file

Binary packages built by this source

python3-zaqarclient: OpenStack Zaqar Queueing API, client and library - Python 3.x

 Zaqar is a multi-tenant cloud messaging service for web developers. It
 combines the ideas pioneered by Amazon's SQS product with additional semantics
 to support event broadcasting.
 .
 The service features a fully RESTful API, which developers can use to send
 messages between various components of their SaaS and mobile applications, by
 using a variety of communication patterns. Underlying this API is an efficient
 messaging engine designed with scalability and security in mind.
 .
 Other OpenStack components can integrate with Zaqar to surface events to end
 users and to communicate with guest agents that run in the "over-cloud" layer.
 Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to
 their customers.
 .
 By installing python-zaqarclient you get programmatic access to the Zaqar v1.0
 API library. Plus, it installs a plugin to python-openstackclient that allows
 you to perform simple queue operations.
 .
 This package contains the Python 3.x module.