Files
deb-python-pyvmomi/README.md
Shawn Hartsock 640519e373 samples project & documentation
a quick update to the readme file to point people at the official samples project, its tutorials, and also direct users to the official vSphere documentation.
2014-05-28 12:12:35 -04:00

834 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 samples project at http://vmware.github.io/pyvmomi-community-samples/

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:

For general language neutral documentation of vSphere Management API see: http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.wssdk.apiref.doc/right-pane.html

Have fun!