python-zaqarclient 2.4.0-0ubuntu1 source package in Ubuntu
Changelog
python-zaqarclient (2.4.0-0ubuntu1) lunar; urgency=medium * New upstream release for OpenStack Antelope. -- Corey Bryant <email address hidden> Thu, 15 Dec 2022 14:38:42 -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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-zaqarclient_2.4.0.orig.tar.gz | 88.7 KiB | c16db08d50f846ee80cb04f55b9ee1422cccf1dd170e075841682703e5f9df4a |
python-zaqarclient_2.4.0-0ubuntu1.debian.tar.xz | 4.6 KiB | 7dc0a71fb6b6e62a5cd39697f35d1e8f97922635207b5daa91a51be9788fca20 |
python-zaqarclient_2.4.0-0ubuntu1.dsc | 3.1 KiB | 9fa652685b55a037268b412337a7580651f3eb925fab106fcae1aa423b1fc37e |
Available diffs
- diff from 2.3.0-0ubuntu1 to 2.4.0-0ubuntu1 (653 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.