Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
OpenStack Release Bot 95ef73f277 Update TOX_CONSTRAINTS_FILE for stable/zed
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/zed branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I1e37dbbd0c6d99a9aaccd98147ead37c2b6a730e
2022-09-09 15:12: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 Switch to newer openstackdocstheme and reno versions 2020-05-22 17:16:53 +00:00
releasenotes/notes Drop python 2.7 support and testing 2019-12-13 23:45:02 +00:00
solumclient Fix py39 base64 has no attribute encodestring 2022-03-08 06:07:29 +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 stable/zed 2022-09-09 15:12:57 +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 Drop lower-constraints.txt and its testing 2022-06-02 07:11:31 +00: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
requirements.txt Drop lower-constraints.txt and its testing 2022-06-02 07:11:31 +00:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:19 -05:00
setup.py Cleanup py27 support 2020-04-04 17:14:52 +02:00
test-requirements.txt Fix lower-constraints job 2021-04-06 19:56:57 +08:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/zed 2022-09-09 15:12:59 +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