python-zaqarclient 2.6.0-0ubuntu1 source package in Ubuntu
Changelog
python-zaqarclient (2.6.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:46:08 -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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-zaqarclient_2.6.0.orig.tar.gz | 88.8 KiB | 7b68ccbcee3800632df6aae6b283d8480c1afec04e9670f45e0a49a497f23f56 |
python-zaqarclient_2.6.0-0ubuntu1.debian.tar.xz | 4.7 KiB | 9c0eaeb58d9df6f0fae977cdce1b6b0e9dbc8fda42c0f97da4e60923b0de900d |
python-zaqarclient_2.6.0-0ubuntu1.dsc | 3.1 KiB | 49aa22f1092379a77a75ad8042b5953c33dc57cfa5cd948f08cbdcedc570e5e4 |
Available diffs
- diff from 2.5.1-0ubuntu1 to 2.6.0-0ubuntu1 (773 bytes)
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.