Reference implementation of Redfish standard client.
Project description
This repository will be used to house the python-redfish library, a reference implementation to enable Python developers to communicate with the Redfish API (http://www.dmtf.org/standards/redfish).
NOTE:
STATUS: Work in progress, ready for proof of concept. 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: Running tests requires Docker engine.
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 source code
The source code is available on github and can be retrieved using:
git clone https://github.com/openstack/python-redfish.git
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-redfish-0.4.4.tar.gz.
File metadata
- Download URL: python-redfish-0.4.4.tar.gz
- Upload date:
- Size: 17.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef5fbbf62cd8d474075c9844a369182c4e1b10dac2e7d4bd461f52c6f1e89ce8
|
|
| MD5 |
612770dcf57bf8074e43585cdde2afad
|
|
| BLAKE2b-256 |
13046ce13ddc7188c5678bca1db991f5dfafee8f7226032779b8c503f14f2d50
|
File details
Details for the file python_redfish-0.4.4-py2.py3-none-any.whl.
File metadata
- Download URL: python_redfish-0.4.4-py2.py3-none-any.whl
- Upload date:
- Size: 38.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c37652481dcd5b391e3741234b34f80ece3bcb62b07d9169f6ee3d6495c9e2f
|
|
| MD5 |
f1369826cfc89cca4f9ef75427cd28ff
|
|
| BLAKE2b-256 |
ad11ab46421ca86e4eea5712fbd0750f37a93c7b5eb1072acddbc1a3aa62ff5c
|