Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
/ python-hpilo Public archive
forked from seveas/python-hpilo

Accessing the HP iLO XML interface from pytho

License

Notifications You must be signed in to change notification settings

jameslegg/python-hpilo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 iLO, iLO 2 and iLO 3 and
It uses the XML interface 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.5 as this software uses the
ElementTree XML library. It is probably possible to use older versions and an
external ElementTree library, but this is left as an exercise to the reader.

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 <[email protected]>

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 pytho

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%