Metadata-Version: 2.0
Name: python-muranoclient
Version: 0.12.0
Summary: python-muranoclient
Home-page: http://docs.openstack.org/developer/murano/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Babel (>=2.3.4)
Requires-Dist: PrettyTable (<0.8,>=0.7.1)
Requires-Dist: PyYAML (>=3.10.0)
Requires-Dist: iso8601 (>=0.1.11)
Requires-Dist: murano-pkg-check (>=0.2.0)
Requires-Dist: osc-lib (>=1.2.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: oslo.log (>=3.11.0)
Requires-Dist: oslo.serialization (>=1.10.0)
Requires-Dist: oslo.utils (>=3.18.0)
Requires-Dist: pbr (>=1.8)
Requires-Dist: pyOpenSSL (>=0.14)
Requires-Dist: python-glanceclient (>=2.5.0)
Requires-Dist: python-keystoneclient (>=3.8.0)
Requires-Dist: requests (!=2.12.2,>=2.10.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: yaql (>=1.1.0)

========================
Team and repository tags
========================

.. image:: http://governance.openstack.org/badges/python-muranoclient.svg
    :target: http://governance.openstack.org/reference/tags/index.html

.. Change things from this point on

Murano
======

.. image:: https://img.shields.io/pypi/v/python-muranoclient.svg
    :target: https://pypi.python.org/pypi/python-muranoclient/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/python-muranoclient.svg
    :target: https://pypi.python.org/pypi/python-muranoclient/
    :alt: 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.

* `PyPi`_ - package installation
* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
* `Specs`_
* `How to Contribute`_

.. _PyPi: https://pypi.python.org/pypi/python-muranoclient
.. _Launchpad project: https://launchpad.net/python-muranoclient
.. _Blueprints: https://blueprints.launchpad.net/python-muranoclient
.. _Bugs: https://bugs.launchpad.net/python-muranoclient
.. _Source: https://git.openstack.org/cgit/openstack/python-muranoclient
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
.. _Specs: http://specs.openstack.org/openstack/murano-specs/

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:

  http://docs.openstack.org/developer/murano/

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



