holland.lib.lvm
==================

This package provides a standard library used by plugins implementing LVM 
functionality.

The current modules in holland.lib.lvm as of this writing are:

* holland.lib.lvm.command  - Low-level API that accesses LVM commands directly
* holland.lib.lvm.base     - Base object classes to access LVM volumes through
                             an object-oriented API
* holland.lib.lvm.snapshot - Snapshot support to walk through the lifecycle of
                             a standard LVM snapshot and perform pluggable 
                             callback actions at each step
* holland.lib.lvm.util     - Utility methods used by holland.lib.lvm
