Go to file
Corey Bryant d9fd6d9742 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I9a2aef0057b415ec95d6731a5c32b64cc758deea
Story: #2005924
Task: #34247
2019-07-05 16:13:48 -04:00
2019-05-28 19:43:17 +08:00
2019-01-02 14:20:18 +08:00
2018-09-11 02:13:44 +00:00
2019-04-19 19:29:18 +00:00
2018-09-11 02:13:44 +00:00
2019-07-05 16:13:48 -04:00
2018-09-11 02:13:44 +00:00
2018-03-11 03:16:11 +08:00
2019-04-04 14:00:22 +11:00
2019-07-05 16:13:48 -04:00
2017-03-02 11:55:22 +00:00
2018-09-11 02:13:44 +00:00
2019-07-05 16:13:48 -04:00

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
Description
RETIRED, Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Readme 4.4 MiB