00e7fdeeccb3b57890576a68cd949c2415806eb9
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ic436d12516f32c3125fe8c3a2cef141c9acdc96d
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