Metadata-Version: 2.0
Name: python-muranoclient
Version: 0.5.8
Summary: python-muranoclient
Home-page: htts://launchpad.net/murano
Author: Mirantis, Inc.
Author-email: murano-all@lists.openstack.org
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: pbr (>=0.6,!=0.7,<1.0)
Requires-Dist: argparse
Requires-Dist: PrettyTable (>=0.7,<0.8)
Requires-Dist: python-glanceclient (>=0.15.0,<0.18.0)
Requires-Dist: python-keystoneclient (>=1.1.0,<1.4.0)
Requires-Dist: httplib2 (>=0.7.5)
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: six (>=1.9.0)
Requires-Dist: Babel (>=1.3)
Requires-Dist: pyOpenSSL (>=0.11)
Requires-Dist: requests (>=2.2.0,!=2.4.0)
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: oslo.serialization (>=1.4.0,<1.5.0)
Requires-Dist: oslo.utils (>=1.4.0,<1.5.0)
Requires-Dist: yaql (>=0.2.6,<0.3)

Murano
======
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:

* Client bug tracker
    * https://launchpad.net/python-muranoclient

* Murano bug tracker
    * https://launchpad.net/murano

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



