Metadata-Version: 1.2
Name: python-muranoclient
Version: 2.2.0
Summary: python-muranoclient
Home-page: https://docs.openstack.org/python-muranoclient/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: Apache License, Version 2.0
Description: ========================
        Team and repository tags
        ========================
        
        .. image:: https://governance.openstack.org/tc/badges/python-muranoclient.svg
            :target: https://governance.openstack.org/tc/reference/tags/index.html
        
        .. Change things from this point on
        
        Murano
        ======
        
        .. image:: https://img.shields.io/pypi/v/python-muranoclient.svg
            :target: https://pypi.org/project/python-muranoclient/
            :alt: Latest Version
        
        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.org/project/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://opendev.org/openstack/python-muranoclient
        .. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
        .. _Specs: https://specs.openstack.org/openstack/murano-specs/
        .. _Release Notes: https://docs.openstack.org/releasenotes/python-muranoclient
        
        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://docs.openstack.org/murano/latest/
        
        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
        
        
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
