aviau 9b11aac921 Added basic lib
Change-Id: Id130ae407769d0670a2172b6df5f20eb61eaed8c
2014-12-16 17:29:26 -05:00

16 lines
346 B
ReStructuredText

Python bindings to the Surveil API
==================================
This is a client library for Surveil built on the Surveil API.
Python API
----------
To use the python API, simply create a client with the endpoint::
from surveilclient.v1_0 import client
c = client.Client('http://localhost:8080/v1')
hosts = c.hosts.list()