Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
OpenStack Proposal Bot a3b4987736 Updated from global requirements
Change-Id: Id380db0993151b7bb50abea629cc22f6949df988
2017-07-27 19:21:59 +00:00
contrib/setup-tools Remove the openstack/common/cliutils.py to common/cliutils.py 2016-10-19 20:39:18 +08:00
doc/source Merge "import content from cli-reference in openstack-manuals" 2017-06-28 15:03:45 +00:00
solumclient Update the documentation link for doc migration 2017-07-24 13:39:59 +08:00
tools Add Constraints support 2016-12-21 13:26:55 +11: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
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 the documentation link for doc migration 2017-07-24 13:39:59 +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
requirements.txt Updated from global requirements 2017-06-15 16:35:06 +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 Updated from global requirements 2017-07-27 19:21:59 +00:00
tox.ini Remove support for py34 2017-03-28 10:03:31 +08: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