QualiSystems PDU core package for managing Power Distribution Units (PDUs) in CloudShell sandboxes. Version 1.0.21 provides abstract base classes and interfaces for PDU integration, including power control commands and resource modeling. Release cadence is low (approximately yearly).
pip install cloudshell-pdu-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example of subclassing PDUResourceDriver.
Use 'from cloudshell.pdu.core.driver import PDUResourceDriver'
Upgrade to Python 3.8+
Subclass PDUResourceDriver and implement abstract methods.