kevints / python-hpilo

Accessing the HP iLO XML interface from python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing HP iLO interfaces from python
=======================================

This module will make it easy for you to access the Integrated Lights Out
management interface of your HP hardware. It supports RILOE II, iLO, iLO 2, iLO
3 and iLO 4. It uses the XML interface or hponcfg to access and change the iLO.

HP, Integrated Lights out and iLO are trademarks of HP, with whom the author of
this software is not affiliated in any way other than using some of their
hardware.

Installing
----------

The software is easy to install from github:

$ git clone git://github.com/seveas/python-hpilo
$ cd python-hpilo
$ python setup.py install

The minimum python version supported is 2.4. Python 3 is also supported.

Usage
-----
See docs/*.rst or the documentation on http://packages.python.org/python-hpilo/
for API documentation and examples.

Author and license
------------------
This software is (c) 2011-2012 Dennis Kaarsemaker <dennis@kaarsemaker.net>

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

About

Accessing the HP iLO XML interface from python

License:Other


Languages

Language:Python 99.2%Language:Shell 0.8%