fe087e196b5eb7e586f30b225181ad36083c6d60

The pypy job is failing, OpenStack has long stopped testing it, so remove it. Change-Id: I354f7ab53fc2b2d300c7b8ed97483b121efdebc9
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