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

libmodi is a library to access the Mac OS disk image format.

Project information:

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

Supported Mac OS image formats:

* Sparse bundle disk image
* Sparse disk image
* Universal Disk Image Format (UDIF) image
  * uncompressed
  * ADC compressed
  * bzip2 compressed
  * LZFSE/LZVN compressed
  * LZMA compressed
  * zlib/DEFLATE compressed

Unsupported Mac OS image formats:

* encrypted images
* Disk Copy format(s)
* New Disk Image Format (NDIF)
* Universal Disk Image Format (UDIF) image
  * multi-segment

Work in progress:

* bzip2 fallback implementation
* lzma fallback implementation

For more information see:

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

