python-zaqarclient 2.7.0-0ubuntu1 source package in Ubuntu

Changelog

python-zaqarclient (2.7.0-0ubuntu1) noble; urgency=medium

  [ Corey Bryant ]
  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
    caracal.

  [ James Page ]
  * New upstream release for OpenStack Caracal.
  * d/control: Drop duplicated BD's.

 -- James Page <email address hidden>  Mon, 11 Mar 2024 13:21:50 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zaqarclient_2.7.0.orig.tar.gz 88.0 KiB bfa03027de428eb7f9b2fc4b291d6c1a4c2b0e5aa96ac43076eeaef154bdb316
python-zaqarclient_2.7.0-0ubuntu1.debian.tar.xz 4.6 KiB 06a563dd35c6d05592b70eb30a6804c366dc5c4c23372a82519f09dad3b5d5e7
python-zaqarclient_2.7.0-0ubuntu1.dsc 3.0 KiB 0e4bb4aadfd24dc076cb1c6b5a1ac5c63a4c5a1b83e3e3a05bd25e424135d953

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.