Go to file
M V P Nitesh b1216b6b1e Fixed wrap from taking negative values
Now for wrap input it will take only postive integers as an input and
if any negative numbers are give it will give output as "Wrap argument
should be a positive integer".

Change-Id: Ia7a8d4c2c772038bb3a87dc22719fcbd6c6644e9
2017-07-05 14:58:40 +05:30
2016-12-21 13:26:55 +11:00
2013-12-22 22:01:02 +05:30
2013-11-23 06:44:50 +05:30
2017-03-02 11:55:22 +00:00
2017-03-28 10:03:31 +08: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