On Tue, Mar 2, 2010 at 8:56 PM, Josh Wright <[email protected]> wrote:
> The VirtualBox Python API is really straightforward. There are bindings for > both the local COM/XPCOM interface, and the SOAP interface. I created > VBoxWeb (http://github.com/JshWright/vboxweb) a while back using the > Python > API (My version of VBoxWeb is no longer maintained, having > been superseded by the official project of the same name ( > http://code.google.com/p/vboxweb/)). > > The documentation for the API is bundled with the SDK. ( > > http://download.virtualbox.org/virtualbox/3.1.4/VirtualBoxSDK-3.1.4-57640.zip > ) > > If this is something the libcloud community thinks should be added, I'd be > happy to contribute. > COM/XPCOM and SOAP all make me run for subprocess calls, but if you feel comfortable about it then that would be awesome, and I'd be glad to help with the non-COM/XPCOM/SOAP parts. -- Ian Bicking | http://blog.ianbicking.org | http://twitter.com/ianbicking
