Reference implementation of Redfish standard client.
Project description
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 1.0.0 - Note that the mockup is still at version 0.99.0a and may not reflect what the standard provides fully
Documentation
The full documentation is available at http://pythonhosted.org/python-redfish/installation.html
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 dmtf # Reference documents and mockup provided by the DMTF examples/ # Any sample code using this library, eg. for education # should be put here pbconf # Project builder file to build rpm/deb packages for # distributions redfish/ # The redfish library itself redfish/tests/ # Python redfish unit test suite redfish-client # Client tool to manage redfish devices
Requirements
To use the enclosed examples, you will need Python 2.7 or Python 3.4 (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.
Python requirements are listed in requirements.txt; additional requirements for running the unit test suite are listed in test-requirements.txt.
Note: The program was tested with Python 2.7.10 and 3.4.2 however it might work as well with all Python 3 releases.
Get the sources
The sources are available on github and can be retrieved using:
git clone https://github.com/uggla/python-redfish
As python redefish is currently in heavy development we recommend to checkout the devel branch using:
cd python-redfish git checkout devel
Installation
Please refer to the following link.
Contacts
Distribution list: python-redfish@mondorescue.org
Further References
Please look at dmtf/README.rst file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for python-redfish-0.2.1.dev77.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b73eb42d6b6a8706d47aff0692c4ad193262e6de1e3fd98a4d3ad595a95e18dd |
|
MD5 | a82ee3d45798d61a78274bfb69fbbb02 |
|
BLAKE2b-256 | b6f845181871f86e72be12ca7957eb8654267796ec9be5ad006e187346608e6f |