- pyvb.command: command - pyvb module that holds a simple command abstraction used
to run VirtualBox commands.
- pyvb.constants: constants - pyvb module that holds constants used throughout the
pyvb package.
- pyvb.dvd: dvd - pyvb module that holds the implementation of all DVD related
abstractions.
- pyvb.exception: exception - Custom pyvb exceptions.
- pyvb.hdd: hdd - pyvb module that holds the implementation of HDD related
abstractions.
- pyvb.ostype: ostype - pyvb module that holds all operating system type related
abstractions.
- pyvb.parser: parser - pyvb module that holds the implementation of the base
parser used to parse the VirtualBox command line output.
- pyvb.server: server - Holds abstractions that represent different server types.
- pyvb.sharedfolder: sharedfolder - Holds abstractions related to VirtualBox shared
folders.
- pyvb.state: state - Holds abstractions related to VirtualMachine states.
- pyvb.vb: vb - pyvb module that holds the implementaton of the VB class that
is meant to be instantiated as a singleton.
- pyvb.vm: vm - pyvb module that holds the implementation of all VM related
abstractions.
|