Metadata-Version: 2.4
Name: libfsapfs-python
Version: 20260917
Summary: Python bindings for libfsapfs
Maintainer-email: Joachim Metz <joachim.metz@gmail.com>
License-Expression: LGPL-3.0-or-later
Project-URL: Documentation, https://github.com/libyal/libfsapfs/wiki/Home
Project-URL: Homepage, https://github.com/libyal/libfsapfs
Project-URL: Repository, https://github.com/libyal/libfsapfs
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

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

Project information:

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

Read-only supported APFS formats:

* version 2

Supported APFS format features:

* decmpfs compression
  * LZFSE (compresssion methods 11 and 12)
  * LZVN (compresssion methods 7 and 8)
  * raw (compresssion methods 9 and 10)
  * ZLIB (compresssion methods 3 and 4)
* encryption
* extended attributes

Unsupported APFS format features:

* APFS version 1
* Fusion drive (NX_INCOMPAT_FUSION)
* snapshots
* T2 encryption
* decmpfs compression
  * "uncompressed" (compression methods 1)
  * LZBitmap (compression methods 13 and 14)

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

