Library for reading and writing Macintosh HFS volumes
Go to file
Elliot Nunn 4b336343d8 Prepare to package 2018-10-08 07:38:58 +08:00
machfs Prepare to package 2018-10-08 07:38:58 +08:00
LICENSE Prepare to package 2018-10-08 07:38:58 +08:00
README.md Prepare to package 2018-10-08 07:38:58 +08:00
setup.py Prepare to package 2018-10-08 07:38:58 +08:00

README.md

machfs is a pure Python 3 library for reading and writing disk images in the Apple's long-deprecated Hierarchical File System format. It operates entirely on in-memory bytes objects. Images are serialised and deserialised in one go using the read and write methods of the Volume object.

The directory hierarchy of a Volume is then accessed and manipulated like a Python dict. Folder and File objects represent the contents of the filesystem.