Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 659 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 659 Bytes

Requirements.

Python 2.7 and later.

Setuptools

You can install the bindings via Setuptools.

python setup.py install

Or you can install from Github via pip:

pip install git+https://github.com/jlongever/redfish-client-python.git

To use the bindings, import the pacakge:

import on_http_redfish_1_0

Manual Installation

If you do not wish to use setuptools, you can download the latest release. Then, to use the bindings, import the package:

import path.to.on_http_redfish_1_0

Getting Started

See example.py for usage examples.

Documentation

TODO