04b2556521d044a1bb4e6598cca580fe339006d1

Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: Iff44cbae2283df2f2a9a3100de5af6cdb13c3741
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