Skip to content

jlongever/redfish-client-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Redfish 1.0 Python client library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages