Go to file
Andreas Jaeger 8b834e7075 Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Change-Id: I47e9bc0fe940bb84e4b8cf05a37e236ab93f7bb7
2020-03-31 12:30:15 +02:00
2020-03-31 12:30:15 +02: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-12-13 23:45:02 +00:00
2018-09-11 02:13:44 +00:00
2018-03-11 03:16:11 +08:00
2019-12-13 23:45:02 +00:00
2017-03-02 11:55:22 +00:00
2019-12-13 23:45:02 +00: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