python-redfish-utility icon indicating copy to clipboard operation
python-redfish-utility copied to clipboard

Python-based utility for interacting with devices supporting a Redfish Service

Results 1 python-redfish-utility issues
Sort by recently updated
recently updated
newest added

As the title states, cannot build python-redfish-utility in Windows 11 (and other OSes, surely) due to module imp being called. imp was deprecated after Python 3.12, replaced with importlib. If...