Go to file
zhoulinhui 8e5fcbbca2 Remove all usage of six library
Convert all code to not require six library and instead
use python 3.x logic.

Change-Id: I51d23b3652f120d3822033aa20ec48cae9668d22
2020-09-15 23:35:53 +08:00
2020-06-02 20:51:14 +02:00
2018-07-24 13:38:58 +07:00
2019-04-19 19:34:09 +00:00
2018-07-24 13:38:58 +07:00
2020-09-09 17:31:56 +00:00
2018-02-27 12:46:38 +08:00
2020-04-24 08:23:18 -05:00
2020-04-04 11:33:45 +02:00
2020-06-23 10:24:59 +00:00

Team and repository tags

image

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/

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 .
Description
RETIRED, Python client for Qinling REST API.
Readme 1.2 MiB