Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
Elod Illes b9b0d8314c Fix tox 4 compatibility
Change-Id: I2a2790bc64d47a2e39efc0447dbb4db1d513cdaf
2023-02-17 12:47:12 +01: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 OpenDev Migration Patch 2019-04-19 19:29:18 +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 Switch to 2023.1 Python3 unit tests and generic template name 2022-09-14 09:15:30 +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 Fix tox 4 compatibility 2023-02-17 12:47:12 +01: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