Go to file
Hervé Beraud 7ce486b566 drop mock from lower-constraints
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we don't need it
in lower-constraints.

These changes will help us to drop `mock` from openstack/requirements

Change-Id: I5a9d8d0eadb5272b6956a7ee118209ac7ec1ae76
2020-06-09 12:00:23 +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
2020-04-12 22:54:45 -07:00
2018-03-11 03:16:11 +08:00
2020-04-24 08:23:19 -05:00
2020-04-04 17:14:52 +02:00
2020-04-24 10:25:58 -05: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.5 MiB