b1216b6b1e2b58d27a85c94dceb189a009ab3eaf

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
Team and repository tags
Python bindings to the Solum API
This is a client library for Solum built on the Solum API.
- Free software: Apache license
- Documentation: http://wiki.openstack.org/wiki/Solum
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