8b834e70758ed6ae1578dead05deb44f06dc720b

The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Change-Id: I47e9bc0fe940bb84e4b8cf05a37e236ab93f7bb7
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: https://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