forked from seveas/python-hpilo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (26 loc) · 1.17 KB
/
README
File metadata and controls
35 lines (26 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.