RETIRED, Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
Nguyen Hai e0547c3c73 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: If672967abb98396e1845aa1df12ba0dc216fe99f
Story: #2002586
Task: #24335
2018-08-17 17:00:33 +09: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 import zuul job settings from project-config 2018-08-17 17:00:33 +09: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 Update the home-page 2018-07-05 12:41:32 -04: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