Alejandro Cabrera bf5844a074 Implement message controller.
This patchset contributes a message controller for Marconi client. It
implements simple property querying for messages, as well as the
ability to reload these properties as needed (polling?) and delete a
message. It also uses the assumed structure of the HTTPclient that
will form the basis of the connection from the common libraries.

six is used to boost py3k compat.

This also introduces a directory structure for supporting multiple
transports. Instead of having a 'controller' dir, now we have a
'transports/http' and 'transports/zmq'.

Author: Alejandro Cabrera
Implements: blueprint messages-management
Change-Id: I9d4e7c28939cdb68b74690e5c56e69d58ac1559a
2013-09-12 11:34:39 +02:00
2013-09-12 11:34:39 +02:00
2013-07-16 17:59:28 -04:00
2013-05-07 14:04:51 +00:00
2013-07-19 19:15:09 -04:00
2013-05-07 17:09:55 +02:00
2013-07-19 19:15:09 -04:00
2013-09-12 11:34:39 +02:00
2013-09-12 11:29:34 +02:00
2013-07-19 19:15:09 -04:00
2013-09-12 11:29:34 +02:00

Python Marconi Client

version

0.1.0

Wiki

Marconi Wiki

Trello

Marconi Trello

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/cabrera/python-marconiclient.git

Contributing

The primary maintainer of this project is: TBA

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

Description
OpenStack Messaging (Zaqar) Client
Readme 6.7 MiB
Languages
Python 100%