8a42ca497f4943dfb7791e6856c7bbf93783df32

Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I873f067aa721dc57cb1ac3f32517a0d9aa1dd916
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