python-zaqarclient 0.2.0-2 source package in Ubuntu

Changelog

python-zaqarclient (0.2.0-2) unstable; urgency=medium

  * Fixed empty package with no python module.
  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Thu, 15 Oct 2015 22:56:43 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zaqarclient_0.2.0-2.dsc 2.5 KiB 33fb0edbb6a8b8b592c7ff43d0c88141a63a105fbfede79bc4055a51afbd5850
python-zaqarclient_0.2.0.orig.tar.xz 36.3 KiB e2f1515915c48c794cc1fd53a134c55b38e160ee05af1b64468498b1549864ff
python-zaqarclient_0.2.0-2.debian.tar.xz 3.7 KiB 29cec3ac2c994619d475150e878f709f53d33d1be60b0017877621f21ad7518a

Available diffs

No changes file available.

Binary packages built by this source

python-zaqarclient: OpenStack Zaqar Queueing API, client and library - Python 2.7

 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 2.7 module.