Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
Doug Hellmann ea1587bceb add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: I56d257fa8287ebd4b425d8c7b06737ad8dc1d852
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-22 18:03:39 -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 add lower-constraints job 2018-03-22 18:03:39 -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