DMTF / Redfishtool

A Python34 program that implements a command line tool for accessing the Redfish API.
Other
231 stars 69 forks source link

Fix for Issue 13 #14

Closed billdodd closed 7 years ago

billdodd commented 7 years ago

Created redfishtool script to be installed via pip install redfishtool. This is a copy of the existing redfishtool.py wrapper without the .py extension. This avoids the name conflict between the redfishtool.py module and the redfishtool package.

Updated setup.py to reference version 1.0.1 so this new version can be uploaded to PyPI.

Fixes #13

Redfishtool Issue 13 log.pdf

mraineri commented 7 years ago

Approved 6/15