RETIRED, Python client for Qinling REST API.
Go to file
Zuul 334801ba3e Merge "Update the constraints url" 2020-06-23 10:24:59 +00:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-18 22:34:16 +02:00
qinlingclient Use unittest.mock instead of third party mock 2020-04-18 11:59:09 -05:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-18 22:34:16 +02:00
tools Stop to use the __future__ module. 2020-06-02 20:51:14 +02:00
.coveragerc Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
.gitignore Switch to stestr 2018-07-24 13:38:58 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:09 +00:00
.stestr.conf Switch to stestr 2018-07-24 13:38:58 +07:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-11 18:44:01 +00:00
CONTRIBUTING.rst Update the Launchpad to Storyboard 2019-06-20 10:29:35 +00:00
HACKING.rst fix the url in HACKING.rst 2018-02-27 12:46:38 +08:00
LICENSE Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 05:47:49 +00:00
babel.cfg Initial commit for python-qinlingclient 2017-06-16 22:50:37 +12:00
lower-constraints.txt drop mock from lower-constraints 2020-06-09 11:59:30 +02:00
requirements.txt Switch to stestr 2018-07-24 13:38:58 +07:00
run_tests.sh [ussuri][goal] Drop python 2.7 support and testing 2020-01-21 20:38:27 -06:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:18 -05:00
setup.py Cleanup py27 support 2020-04-04 11:33:45 +02:00
setup.sh Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 05:47:49 +00:00
test-requirements.txt Switch to newer openstackdocstheme and reno versions 2020-05-18 22:34:16 +02:00
tox.ini Merge "Update the constraints url" 2020-06-23 10:24:59 +00:00

README.rst

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 .