hpICsp
=========

This library provides a pure Python interface to the HP Insight Control server provisioning RESTful API. 

Installation
------------

### From source

```bash
$ git clone https://github.com/HewlettPackard/python-hpICsp.git
$ cd python-hpICsp
$ python setup.py install --user  # to install in the user directory (~/.local)
$ sudo python setup.py install    # to install globally
``` 
