This library provides a pure Python interface to the HPE Insight Control server provisioning RESTful API.
$ 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 globallyOr if using PIP:
$ git clone https://github.com/HewlettPackard/python-hpICsp.git
$ cd python-hpICsp
$ pip install .$ pip install hpICspBoth installation methods work if you are using virtualenv, which you should be!