********************* 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`_ Python Client project! **Table of Contents** .. contents:: :local: :depth: 2 :backlinks: none ============ Installation ============ The latest stable release can be installed from PyPI:: pip install --upgrade python-marconiclient For the adventurous, you may also install the latest code directly from GitHub:: pip install git+https://github.com/openstack/python-marconiclient.git ============ Contributing ============ Be sure to reference the `HACKING`_ file for details on coding style. You may also wish to read through Marconi's `Contributor Guide`_ before contributing your first patch. .. _Marconi: https://github.com/openstack/marconi .. _HACKING: https://github.com/openstack/python-marconiclient/tree/master/HACKING.rst .. _Marconi Wiki: https://wiki.openstack.org/wiki/Marconi .. _Contributor Guide: https://wiki.openstack.org/wiki/Marconi#Contributor_Guide .. _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