Skip to main content

Redfish Utilities

Project description

Redfish Tacklebox

Copyright 2019-2024 DMTF. All rights reserved.

About

Redfish Tacklebox contains a set of Python3 utilities to perform common management operations with a Redfish service. The utilities can be used as part of larger management applications, or be used as standalone command line tools.

Installation

pip install redfish_utilities

Building from Source

python setup.py sdist
pip install dist/redfish_utilities-x.x.x.tar.gz

Building Docker

  • Pull the container from Docker Hub:

    docker pull dmtf/redfish-utilities:latest
    
  • Build a container from local source:

    docker build -t dmtf/redfish-utilities:latest .
    
  • Build a container from GitHub:

    docker build -t dmtf/redfish-utilities:latest https://github.com/DMTF/Redfish-Tacklebox.git
    

Requirements

External modules:

You may install the external modules by running:

pip install -r requirements.txt

Utilities

Release Process

  1. Go to the "Actions" page
  2. Select the "Release and Publish" workflow
  3. Click "Run workflow"
  4. Fill out the form
  5. Click "Run workflow"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redfish_utilities-3.2.8.tar.gz (54.1 kB view hashes)

Uploaded Source

Built Distribution

redfish_utilities-3.2.8-py3-none-any.whl (84.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page