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 details)
Built Distribution
File details
Details for the file pyvmlib-2.4.1.tar.gz
.
File metadata
- Download URL: pyvmlib-2.4.1.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4883f1e735fa214f7ffc21d713c1e3bc238d7a3b901cd2095943633997ebd4c4 |
|
MD5 | bff7fff990a2f396d95cb2faeb85fd2d |
|
BLAKE2b-256 | 6d0929158f9034a298843a87f31f046d85e938e526a9c32053178be7b45cff77 |
File details
Details for the file pyvmlib-2.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pyvmlib-2.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3d3ce4da8b8d99ec62133ed361aa07ea35999e05e7b57f5d4bc4efeaa34be4c |
|
MD5 | 392c8524b2a9498007c2a8f8892f4fe4 |
|
BLAKE2b-256 | 947b12de2607059de83905b16de39aed99247b3b9c4d615f87cb9562191a9687 |