This is a client library for Solum built on the Solum API.
- Free software: Apache license
- Documentation: https://wiki.openstack.org/wiki/Solum
At the command line:
$ pip install python-solumclient
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv python-solumclient $ pip install python-solumclient
To use python-solumclient in a project:
import solumclient