Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
98k 8a42ca497f Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I873f067aa721dc57cb1ac3f32517a0d9aa1dd916
2018-12-04 07:15:01 +00: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 Switch to stestr 2018-09-11 02:13:44 +00: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
.stestr.conf Switch to stestr 2018-09-11 02:13:44 +00:00
.zuul.yaml Use templates for cover and lower-constraints 2018-09-07 15:09:02 +02: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
lower-constraints.txt Switch to stestr 2018-09-11 02:13:44 +00:00
requirements.txt Switch to stestr 2018-09-11 02:13:44 +00:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 07:15:01 +00:00
setup.py Updated from global requirements 2017-03-02 11:55:22 +00:00
test-requirements.txt Switch to stestr 2018-09-11 02:13:44 +00:00
tox.ini Switch to stestr 2018-09-11 02:13:44 +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