Python 2.7 and later.
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
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
See example.py for usage examples.
TODO