python-zaqarclient 2.2.0-0ubuntu1 source package in Ubuntu

Changelog

python-zaqarclient (2.2.0-0ubuntu1) jammy; urgency=medium

  * New upstream release for OpenStack Yoga.
  * d/control: Bump debhelper compat to 13.

 -- Corey Bryant <email address hidden>  Wed, 12 Jan 2022 15:27:06 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zaqarclient_2.2.0.orig.tar.gz 88.8 KiB ebc4c83e265b62eab757bcfb12d2e7afb4f21c040b53f056c33eadf7d79a800a
python-zaqarclient_2.2.0-0ubuntu1.debian.tar.xz 4.6 KiB 5423904f908c07b69133cbc84116b55aff5ee5efee4bfda94fa71ccf3de71db7
python-zaqarclient_2.2.0-0ubuntu1.dsc 3.2 KiB a246914ebe13f95cda54405b2dfb66f3fac1dd90ae8346664f6b1600fe1a183f

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.