Metadata-Version: 2.0
Name: python-marconiclient
Version: 0.0.2
Summary: Client Library for OpenStack Marconi Queueing API
Home-page: http://www.openstack.org/
Author: OpenStack Foundation
Author-email: openstack-admins@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: pbr (>=0.6,!=0.7,<1.0)
Requires-Dist: requests (>=1.1)
Requires-Dist: six (>=1.6.0)
Requires-Dist: stevedore (>=0.14)
Requires-Dist: jsonschema (>=2.0.0,<3.0.0)
Requires-Dist: python-keystoneclient (>=0.9.0)

*********************
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**

.. contents::
    :local:
    :depth: 2
    :backlinks: none

============
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.

.. _Marconi: https://github.com/openstack/marconi
.. _PyPi: https://pypi.python.org
.. _HACKING: https://github.com/openstack/python-marconiclient/tree/master/HACKING.rst
.. _Marconi Wiki: https://wiki.openstack.org/wiki/Marconi
.. _Marconi Launchpad: https://launchpad.net/marconi
.. _Code Review: https://review.openstack.org/#/q/status:open+project:openstack/python-marconiclient,n,z
.. _Client Wiki: https://wiki.openstack.org/wiki/Python_Marconi_Client



