Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
Doug Hellmann dd7ed0f4a5 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I1892469a9ace93d8528daa0b3b941c0ee27c8e95
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 17:58:19 -04:00
contrib/setup-tools Remove the openstack/common/cliutils.py to common/cliutils.py 2016-10-19 20:39:18 +08:00
doc Follow the new PTI for document build 2018-03-21 01:46:23 +09:00
solumclient Imported Translations from Zanata 2018-03-01 06:18:01 +00:00
.coveragerc Remove the openstack-common.conf and dirs in solumclient 2016-11-01 14:07:59 +00:00
.gitignore Update .gitignore to ignore .idea of PyCharm 2016-10-10 14:17:09 +08:00
.gitreview Update .gitreview for project rename 2015-09-11 20:58:21 +00:00
.mailmap Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
.testr.conf Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
.zuul.yaml add lower-constraints job 2018-03-22 18:03:39 -04:00
CONTRIBUTING.rst Update the documentation link for doc migration 2017-07-24 13:39:59 +08:00
HACKING.rst Update the documentation link for doc migration 2017-07-24 13:39:59 +08:00
LICENSE Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
README.rst Update links in README 2018-03-11 03:16:11 +08:00
babel.cfg Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
coverage.sh Add bash driver for coverage tool 2013-12-22 22:01:02 +05:30
lower-constraints.txt add lower-constraints job 2018-03-22 18:03:39 -04:00
requirements.txt Updated from global requirements 2018-03-14 06:04:42 +00:00
setup.cfg Turn on warning-is-error in sphinx build 2017-06-26 11:19:12 +08:00
setup.py Updated from global requirements 2017-03-02 11:55:22 +00:00
test-requirements.txt Follow the new PTI for document build 2018-03-21 01:46:23 +09:00
tox.ini fix tox python3 overrides 2018-06-06 17:58:19 -04:00

README.rst

Team and repository tags

image

Python bindings to the Solum API

This is a client library for Solum built on the Solum API.

Installation

At the command line:

$ pip install python-solumclient

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv python-solumclient
$ pip install python-solumclient

Usage

To use python-solumclient in a project:

import solumclient