Hi guys,
Your documentation for python-dracclient begins here:
https://docs.openstack.org/python-dracclient/latest/usage.html with
Usage
Create a client object by providing the connection details of the DRAC card:
client = wsmanclient.client.DRACClient('1.2.3.4', 'username', 's3cr3t')
There is no import statement – and when I have searched google and found “import dracclient” because the assumed “import python-dracclient” doesn’t work due to a hyphen (why would you name your module with a hyphen in the first place?!),
it doesn’t recognise “wsmanclient” in the editor still.
Can you see just how frustrating this is for someone who expects documentation that actually works and explains how to actually use the module?
This is a pathetic job here.
|