Metadata-Version: 2.1
Name: python-qinlingclient
Version: 5.0.0
Summary: python-qinlingclient
Home-page: https://docs.openstack.org/qinling/latest/
Author: OpenStack
Author-email: openstack-discuss@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 :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: PrettyTable (<0.8,>=0.7.2)
Requires-Dist: python-keystoneclient (>=3.8.0)
Requires-Dist: python-openstackclient (>=3.12.0)
Requires-Dist: iso8601 (>=0.1.11)
Requires-Dist: six (>=1.10.0)
Requires-Dist: Babel (!=2.4.0,>=2.3.4)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: PyYAML (>=3.12)
Requires-Dist: osc-lib (>=1.8.0)
Requires-Dist: oslo.utils (>=3.33.0)
Requires-Dist: oslo.log (>=3.36.0)
Requires-Dist: oslo.i18n (>=3.15.3)
Requires-Dist: oslo.serialization (!=2.19.1,>=2.18.0)

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

.. image:: https://governance.openstack.org/tc/badges/python-qinlingclient.svg
    :target: https://governance.openstack.org/reference/tags/index.html

.. Change things from this point on

====================
python-qinlingclient
====================

This is an OpenStack Client (OSC) plugin for Qinling, an OpenStack
Function as a Service project.

For more information about Qinling see:
https://docs.openstack.org/qinling/latest/

For more information about the OpenStack Client see:
https://docs.openstack.org/python-openstackclient/latest/

* Free software: Apache license
* Documentation: https://docs.openstack.org/python-qinlingclient/latest/
* Release notes: https://docs.openstack.org/releasenotes/python-qinlingclient/
* Source: https://opendev.org/openstack/python-qinlingclient
* Bugs: https://storyboard.openstack.org/#!/project/926

Getting Started
===============

.. note:: This is an OpenStack Client plugin.  The ``python-openstackclient``
          project should be installed to use this plugin.

Qinling client can be installed from PyPI using pip::

    pip install python-qinlingclient

If you want to make changes to the Qinling client for testing and contribution,
make any changes and then run::

    python setup.py develop

or::

    pip install -e .



