Skip to main content

vmjuggler provides the simple high level API to VMWare’s SDK.

Project description

What is vmjuggler

vmjuggler provides the simple high level API to VMWare’s SDK.

It built around pyvmomi library with aim to simplify interaction to VMWare VCenter and it’s managed objects for DevOps crowd and those who don’t want to plunge deeply to object’s relations. At the same time ability to perform actions on low level was preserved.

Installation

pip install vmjuggler

Manual installation

Getting started

from vmjuggler import VCenter

# Create instance of VCenter and connect to VCenter
vc = VCenter('10.0.0.1', 'user', 'super_secret_password')
vc.return_single(True)
vc.connect()

# Find VM and print out it's power state
vm = vc.get_vm(name='My_Linux_VM')
if vm:
    print(f'{vm.name} | {vm.state}')

# Close connection to VCenter
vc.disconnect()

Please check documentation for more examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vmjuggler-0.1.1.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vmjuggler-0.1.1-py2.py3-none-any.whl (13.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file vmjuggler-0.1.1.tar.gz.

File metadata

  • Download URL: vmjuggler-0.1.1.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.5

File hashes

Hashes for vmjuggler-0.1.1.tar.gz
Algorithm Hash digest
SHA256 05168171f91283289e99fab5835a03e0ec7e75e2a36986faf72696980b1ffc13
MD5 b57c4eae0b24a0447eac9bb313b5b307
BLAKE2b-256 898797ee3566e883243f70d0573629c2943830c379d84d84e54fdc26fb9006b7

See more details on using hashes here.

File details

Details for the file vmjuggler-0.1.1-py2.py3-none-any.whl.

File metadata

  • Download URL: vmjuggler-0.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.5

File hashes

Hashes for vmjuggler-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 48ad66981791aa7235919a05539d6edd6e67eb02a92e368d295d26800a36557b
MD5 b40135f8160c39cbcf1066d2f1c1c982
BLAKE2b-256 c4de7cf8b5c68fe856c7bcdad305b2af789fde799dfaa7fb394840aadcd1bcd4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page