Client library for Murano API.
Go to file
Alexander Tivelkov 3dee37df5f Fixed a couple of bugs in path resolution routine
Change-Id: I2e7754ec8aec3f882c9e624f65842cd55acc9049
2013-07-16 14:35:14 +04:00
doc/source KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
muranoclient Fixed a couple of bugs in path resolution routine 2013-07-16 14:35:14 +04:00
tests Added support for new API v0.2 2013-07-16 10:37:09 +04:00
tools KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
.gitignore Removed all projects except Glazier Api Client 2013-04-09 13:44:21 +04:00
.gitreview Added .gitreview file 2013-05-15 17:13:52 +04:00
README.rst KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
openstack-common.conf KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
run_tests.sh KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
setup.cfg KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
setup.py KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
setup.sh fixed python setup workflow 2013-07-11 17:24:51 +04:00
tox.ini Added .gitreview file 2013-05-15 17:13:52 +04:00

README.rst

Python bindings to the Murano API ===================== This is a client library for Murano built on the Murano API. It provides a Python API (the muranoclient module) and a command-line tool (murano).

SEE ALSO