Python bindings to the OpenStack Searchlight API¶
This is a client for OpenStack Searchlight API. There’s a Python API
(the searchlightclient
module), and a command-line script
(installed as openstack).
Contributing¶
Code is hosted at git.openstack.org. Submit bugs to the searchlight project on Launchpad. Submit code to the openstack/python-searchlightclient project using Gerrit.
Testing¶
The preferred way to run the unit tests is using tox
.
See Consistent Testing Interface for more details.