Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
OpenStack Proposal Bot ca6a55f31a Updated from global requirements
Change-Id: I141d9e1548cc66857a036490227efd6f3217d13f
2018-01-18 03:31:31 +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 Imported Translations from Zanata 2017-10-09 11:44:33 +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
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 2018-01-16 04:32:52 +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 2018-01-18 03:31:31 +00:00
tox.ini Avoid tox_install.sh for constraints support 2017-12-02 16:59:16 +00: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