Python bindings module for libfsapfs


Licenses
LGPL-3.0/GPL-3.0+
Install
pip install libfsapfs-python==20240218

Documentation

libfsapfs is a library to access the Apple File System (APFS).

Project information:

* Status: experimental
* Licence: LGPLv3+

Read-only supported APFS formats:

* version 2

Supported APFS format features:

* ZLIB (DEFLATE) compression
* LZVN compression
* encryption
* extended attributes

Unsupported APFS format features:

* APFS version 1
* Fusion drive (NX_INCOMPAT_FUSION)
* snapshots
* LZFSE compression, compression methods 11 and 12
* "uncompressed", compression methods 1, 9 and 10
* T2 encryption

For more information see:

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