Client library for Murano API.
Go to file
ricolin a9b83d30d4 Improve README contents
Add more information in README.rst

Include
* showing the latest package version and download count on top
* list source links relative to murano like PyPi, Launchpad project,
Blueprints, Bugs, Source, Specs, and How to Contribute.

Change-Id: I7d001145e7642a8b945656a2587ec60cd52d50d0
2015-10-16 01:02:27 +00:00
doc/source Update the python-muranoclient docs 2015-09-25 15:35:24 +08:00
muranoclient Use non-absolute paths, to allow urljoin join them correctly 2015-10-08 17:11:33 +03:00
tools Remove all vim modelines 2015-07-09 12:25:59 +08:00
.gitignore Update the git ingore 2015-08-31 21:53:45 +08:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:42:25 +00:00
.testr.conf Add OS_TEST_PATH to testr 2015-05-09 14:53:24 +03:00
CONTRIBUTING.rst Update Readme 2015-04-27 17:24:09 +03:00
HACKING.rst Update Readme 2015-04-27 17:24:09 +03:00
LICENSE Add LICENSE to muranoclient 2014-07-21 16:24:04 -05:00
README.rst Improve README contents 2015-10-16 01:02:27 +00:00
openstack-common.conf Remove unused module cliutils and timeutils 2015-07-22 16:28:57 +08:00
requirements.txt Updated from global requirements 2015-10-09 05:04:33 +00:00
run_tests.sh Extend CLI functionality 2014-05-28 11:32:25 -05:00
setup-centos.sh Fix some spelling mistakes of setup files 2015-08-26 09:56:04 +08:00
setup.cfg Fix some spelling mistakes of setup files 2015-08-26 09:56:04 +08:00
setup.py Updated from global requirements 2015-09-17 12:16:52 +00:00
setup.sh Fix some spelling mistakes of setup files 2015-08-26 09:56:04 +08:00
test-requirements.txt Updated from global requirements 2015-10-13 11:04:45 +00:00
tox.ini Enable F812 and H904 style check 2015-09-17 14:57:45 +03:00

README.rst

Murano

Latest Version

Downloads

Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog, which may be used by the cloud users (including the inexperienced ones) to pick-up the needed applications and services and composes the reliable environments out of them in a "push-the-button" manner.

Python Muranoclient

python-muranoclient 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).

Project Resources

Project status, bugs, and blueprints are tracked on Launchpad:

Developer documentation can be found here:

https://murano.readthedocs.org

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/Murano

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0