A simple library for controlling VMware vSphere servers.
Project description
pyvmlib
A simple library for controlling VMware vCenter / ESXi servers.
This library wraps up pyvmomi into something a little more friendly.
To use, create a Connection object and call methods on it. e.g.
with Connection(HOST, USER, PASS) as conn:
for dev in conn.list_usb_devices_on_guest(VM_NAME):
print("Got dev: {}".format(dev))
If your host has a self-signed certificate, set the ignore_ssl_error argument to True
with Connection(INSECURE_HOST, USER, PASS, ignore_ssl_error=True) as conn:
for dev in conn.list_usb_devices_on_guest(VM_NAME):
print("Got dev: {}".format(dev))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvmlib-2.4.1.tar.gz
(16.8 kB
view hashes)
Built Distribution
Close
Hashes for pyvmlib-2.4.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3d3ce4da8b8d99ec62133ed361aa07ea35999e05e7b57f5d4bc4efeaa34be4c |
|
MD5 | 392c8524b2a9498007c2a8f8892f4fe4 |
|
BLAKE2b-256 | 947b12de2607059de83905b16de39aed99247b3b9c4d615f87cb9562191a9687 |