python-zaqarclient 0.2.0-1 source package in Ubuntu

Changelog

python-zaqarclient (0.2.0-1) experimental; urgency=medium

  [ Corey Bryant ]
  * New upstream release.
  * d/control: Align dependencies with upstream.

  [ Thomas Goirand ]
  * Removed version on python-all build-depends.
  * Move python-sphinx from build-depends-indep to build-depends.
  * Rewrap long description.

 -- Thomas Goirand <email address hidden>  Tue, 29 Sep 2015 08:12:05 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zaqarclient_0.2.0-1.dsc 2.5 KiB a3c34f89167c4413dd03832cd5abbb1e5c43c9750b01c04ce1261f0f83f256bb
python-zaqarclient_0.2.0.orig.tar.xz 36.3 KiB e2f1515915c48c794cc1fd53a134c55b38e160ee05af1b64468498b1549864ff
python-zaqarclient_0.2.0-1.debian.tar.xz 3.2 KiB bf77ee1ceccdd7b14cd0ac96362e363fc99aebd4af8c01597037038d9379c29e

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.