Friday, January 10, 2014

Another Quick post about Python resources for VMware

Day before yesterday, i told you about python-verse, that it is expanding at fast pace and even virtualization vendors took shelter under it's Umbrella. VMware is no different than other virtualization software and promotes python very aggressively, ESXi is mostly written on python, VMware recently released pyvmomi, which is a vsphere SDK for python. however, there are so many resources available for learning Python SDK and API for VMware platform.

1)PySphere- Python API for interaction with the vSphere Web Services SDK.
https://code.google.com/p/pysphere/

2)vCloud API for Python
https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py?view=markup

3)Blog about Python Library Comparison
http://dunniganp.wordpress.com/2012/09/10/comparison-of-python-vmware-vsphere-client-libraries/

4)Hacking Python Library for VMware
http://www.doublecloud.org/2013/11/hacking-vmware-private-python-api-for-vsphere-with-a-quick-sample/

5)Python code Excerpt
https://github.com/arrfab/python-scripts/blob/master/vmware/getVMware.py

That's enough for todays appetite, TGIF njoy.
Credit-Credit where credit's due.




No comments:

Post a Comment