Go to file
Ghanshyam Mann 0b0af564b1 Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: I5ab8a43bdca7859288a5f6d2b6adc842608f0eb3
2020-05-12 21:12:13 -05:00
2020-04-04 17:14:52 +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
2020-04-16 02:33:40 -07:00
2018-03-11 03:16:11 +08:00
2020-04-16 02:33:40 -07: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.4 MiB