Client library for Murano API.
Go to file
Timur Sufiev f3e3603523 Fix setup.py to not use 2to1.
Change-Id: I02a6527bfe2a5850233550ef92e7d95293748c4d
Fixes: bug/MRN-1110.
2013-10-01 15:48:03 +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 Resolved issue with posting few services at once 2013-08-19 14:10:38 +04:00
tests Modified client to support lastStatus fetching 2013-07-19 17:41:43 +04:00
tools Apply pbr 2013-08-19 12:13:31 +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 Apply pbr 2013-08-19 12:13:31 +04:00
requirements.txt Apply pbr 2013-08-19 12:13:31 +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-centos.sh Fixed changed name for pip package 2013-08-13 16:08:37 +04:00
setup.cfg Resolve issues with package setup.py 2013-09-09 11:00:08 +04:00
setup.py Fix setup.py to not use 2to1. 2013-10-01 15:48:03 +04:00
setup.sh Fixed changed name for pip package 2013-08-13 16:08:37 +04:00
test-requirements.txt Apply pbr 2013-08-19 12:13:31 +04:00
tox.ini Apply pbr 2013-08-19 12:13:31 +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