python-zaqarclient 2.3.0-0ubuntu1 source package in Ubuntu

Changelog

python-zaqarclient (2.3.0-0ubuntu1) kinetic; urgency=medium

  * New upstream release for OpenStack Zed.
  * d/control: Update standards version to 4.6.1.

 -- Corey Bryant <email address hidden>  Tue, 31 May 2022 17:17:51 -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-zaqarclient_2.3.0.orig.tar.gz 88.7 KiB 2db24856fc4c562315a3c7a921c3f162b4a71eceab39350d876ee20e832fff81
python-zaqarclient_2.3.0-0ubuntu1.debian.tar.xz 4.6 KiB 68aec916c2ee262a614651dd4b87d20b9c9dd50f0f66f2d2d7d134869a0c1d61
python-zaqarclient_2.3.0-0ubuntu1.dsc 3.1 KiB 0f5c38fda420236a6e586dd47abc4a9d5ebbb1f5917ad6eb7832ec2f4646a80a

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.