Tuesday, March 22, 2011

vSphere SDK for Python

I have created a git-hub project called pyvisdk.  It's an implementation of the vSphere API written in python.  My hope is that it will be useful to python developers and help fuel more development.

To complement this module, I created another project called vixDiskLib.  It's basically a python wrapper around the vixDiskLib C library from VMware.  I used Cython to create the bindings, and provide an easier and more pythonic interface to this library.

I hope everyone enjoys it, and feel free to post any issue you might have.  Keep in mind that it's still relatively new and I would be grateful for any feedback you could give.

No comments:

Post a Comment