Metadata-Version: 2.4
Name: libvhdi-python
Version: 20260901
Summary: Python bindings for libvhdi
Maintainer-email: Joachim Metz <joachim.metz@gmail.com>
License-Expression: LGPL-3.0-or-later
Project-URL: Documentation, https://github.com/libyal/libvhdi/wiki/Home
Project-URL: Homepage, https://github.com/libyal/libvhdi
Project-URL: Repository, https://github.com/libyal/libvhdi
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: COPYING
License-File: COPYING.LESSER
Dynamic: license-file

libvhdi is a library to access the Virtual Hard Disk (VHD) image format.

Project information:

* Status: alpha
* Licence: LGPL-3.0-or-later

Read supported formats:

* Virtual Hard Disk version 1 (VHD)
* Virtual Hard Disk version 2 (VHDX)

Supported image types:

* Fixed-size hard disk image
* Dynamic-size (or sparse) hard disk image
* Differential (or differencing) hard disk image
  * Note that an undo disk image (.vud) is also a differential image

For more information see:

* Project documentation: https://github.com/libyal/libvhdi/wiki/Home
* How to build from source: https://github.com/libyal/libvhdi/wiki/Building

