What is pyvbox:
- A complete implementation of the VirtualBox Main API
- Create a VirtualBox instance and explorer the potential of VirtualBox's amazing COM API
Project hosting provided by github.com.
Simply run the following:
> python setup.py install > python setup.py test > python -m restq -h
Example:
> ipython import virtualbox vbox = virtualbox.VirtualBox() session = virtualbox.Session() vm = vbox.find_vm('test_vm') vm.launch_vm(session, 'headless', '') session.console ... #WIN WIN
Source code for pyvbox is hosted on GitHub. Please file bug reports with GitHub's issues system.
pyvbox utilises the VirtualBox project's vboxapi to gain access to the underlying COM API primitives, which makes pyvbox compatible on systems where vboxapi is installed and functioning.
version 0.0.0 (10/05/2013)
- builder
- library primitives