Files
deb-python-pyvmomi/README.md
Joshua Kwan 26649465c6 Initial source drop
This is the initial version of pyVmomi which represents vSphere API 5.1.
Going forward, expect only the 'Objects' and 'Types' generated source
files to need updating via official OSS drops.
2013-12-14 13:36:09 -05:00

662 B

pyVmomi is a Python SDK for the VMware vSphere API that allows you to manipulate ESX, ESXi, and vCenter using scripts.

To get started, check out the examples in sample/poweronvm.py and sample/getallvms.py.

You can install this as a package. Just run python setup.py bdist_egg and then use pip or easy_install to deploy it on your system.

There are other bindings of this API in other languages. See:

Have fun!