vixDiskLib wrapper in Python

vixDiskLib is a python wrapper to access the VMware Virtual Disk Development Kit API.

Features

  • Python bindings to the C library vixDiskLib
  • A more Object Oriented approach to interfacing with the vix API.
  • Knowledge of the inner workings of the API is not needed.
  • Simple and clean interface.

Installation

This will be uploaded to the Python Package Index when it becomes more stable, but for now you can download the code from github, then run:

$ sudo python ./setup.py install

TODO

  • Add in Change Block Tracking

Indices and tables

Table Of Contents

Next topic

1. Requirements

This Page