OpenStack Messaging (Zaqar) Client
Go to file
Sriram Madapusi Vasudevan 11e18a4524 Throw exceptions on erroneous status codes
This patch aims to additional exception checking
on receiving other erroneous status codes apart from
400 and 404.

Change-Id: I184c2c0627c457d9c49a84e9e8313a0c88617ec1
2014-06-09 10:09:47 -04:00
examples Enable deleting of message with claim id 2014-06-03 10:16:21 -04:00
marconiclient Throw exceptions on erroneous status codes 2014-06-09 10:09:47 -04:00
tests Throw exceptions on erroneous status codes 2014-06-09 10:09:47 -04:00
.gitignore Ignore *.egg files. 2013-07-16 17:59:28 -04:00
.gitreview Update .gitreview for incubation org move 2013-09-14 17:45:43 +00:00
HACKING.rst Improve README, add HACKING. 2013-07-19 19:15:09 -04:00
LICENSE Lets get the party started :) 2013-05-07 17:09:55 +02:00
README.rst Fix some links in the README 2013-11-13 11:02:57 +11:00
openstack-common.conf Adding first oslo module and config 2013-09-17 16:07:33 +02:00
requirements.txt Updated from global requirements 2014-05-30 16:32:57 +00:00
setup.cfg Merge "Initial support for openstack-client" 2014-06-03 23:42:14 +00:00
setup.py Updated from global requirements 2014-04-30 02:46:36 +00:00
test-requirements.txt Updated from global requirements 2014-02-23 09:31:38 +00:00
tox.ini Update tox.ini and setup.cfg 2013-09-12 11:29:34 +02:00

README.rst

Python Marconi Client

version

0.1.0

Wiki

Marconi Wiki

Launchpad

Marconi Launchpad

Review

Code Review

Design

Client Wiki

IRC

#openstack-marconi @ freenode

Welcome to the Marconi Client Python bindings project!

Table of Contents

Installation

Until this project is on PyPi, the official way to install these bindings are to:

pip install git+https://github.com/openstack/python-marconiclient.git

Contributing

The primary maintainer of this project is: TBA

Be sure to reference the HACKING file for all the details.