Skip to content

HewlettPackard/python-hpICsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hpICsp

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

Installation

From source

$ 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

Or if using PIP:

$ git clone https://github.com/HewlettPackard/python-hpICsp.git
$ cd python-hpICsp
$ pip install .

From Pypi

$ pip install hpICsp

Both installation methods work if you are using virtualenv, which you should be!

About

Python language bindings library for HPE Insight Control server provisioning

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages