-
Notifications
You must be signed in to change notification settings - Fork 767
Home
What is VMOMI?
- Python 2.7, pypi, 3.3, and 3.4 are part of official testing.
- IRC channels on freenode: #pyvmomi for people using the library and #pyvmomi-dev for developers interested in contributing to the library or its samples.
pyVmomi is the Python SDK for the VMware vSphere API that allows you to manage ESX, ESXi, and vCenter.
To get started, check out the samples project at http://vmware.github.io/pyvmomi-community-samples/
- community discussion on IRC freenode.net channels #pyvmomi and #pyvmomi-dev
- community email is on nabble
The master is code that is in development, official releases are tagged and posted to pypi
- The official release is availabe using pip, just run pip install pyvmomi.
- To install the version in github use python setup.py develop for development install or python setup.py install.
- Research open issues
- Follow the contribution standards
- Coordinate with other developers on the project.
For general language neutral documentation of vSphere Management API see:
pyVmomi versions are marked vSphere_version _separator_release . Pyvmomi maintains minimum backward compatibility with the previous _four_ releases of vSphere and it's own previous four releases. Compatibility with much older versions may continue to work but will not be actively supported.
For example, version v5.5.0_2014.1 is most compatible with vSphere 5.5, 5.1, 5.0, and 4.1 and was the first release in 2014. Initial releases compatible with a version of vSphere will bare a naked version number of v5.5.0 indicating that version of pyVmomi was released simultaneously with the GA version of vSphere with the same version number.
- Feature Incubator: pyvmomi-tools https://github.com/vmware/pyvmomi-tools
- Samples Project: https://github.com/vmware/pyvmomi-community-samples
Have fun!