python-redfish/README.rst
Bruno Cornec e726598890 Update to latest DMTF specification version
- Store the current Redfish tools and specification provided by the DMTF
  under the dmtf dir
- Update references to the new version published in May (0.96.0a)
2015-05-18 06:54:18 +02:00

1.7 KiB

python-redfish

This repository will be used to house the Redfish python library, a reference implementation to enable Python developers to communicate with the Redfish API (http://www.dmtf.org/standards/redfish).

NOTE - DRAFT - WORK IN PROGRESS

The current Redfish specification revision is 0.96.0a - anything and everything in this library is subject to change until the DMTF ratifies the Redfish API standard v1.0.

Project Structure

This project follows the same convention as OpenStack projects, eg. using pbr for build and test automation:

doc/            # documentation
doc/source      # the doc source files live here
doc/build/html  # output of building any docs will go here
examples/       # any sample code using this library, eg. for education
                # should be put here
redfish/        # the redfish library
redfish/tests/  # python unit test suite

Requirements

To use the enclosed examples, you will need Python 2.7 (https://www.python.org/downloads/). Note that Python 2.7.9 enforces greater SSL verification requiring server certificates be installed. Parameters to relax the requirements are available in the library, but these configurations are discouraged due to security concerns.

Project python dependencies are listed in "requirements.txt".

Any test-specific requirements are listed in "test-requirements.txt".

Further References

The data model documentation can be found here:

http://www.redfishspecification.org/redfish-data-model-and-schema/

The overall protocol documentation can be found here:

http://www.redfishspecification.org/