Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 718 Bytes

README.rst

File metadata and controls

29 lines (19 loc) · 718 Bytes

isoparser

This python library can parse the ISO 9660 disk image format including Rock Ridge extensions. It can load ISOs from the local filesystem or via HTTP, and will only read and cache sectors as necessary. You list directory contents, extract files, and retrieve metadata.

Installation

$ pip install isoparser

Usage

import isoparser

iso = isoparser.parse("http://www.microsoft.com/linux.iso")

print iso.record("boot", "grub").children
print iso.record("boot", "grub", "grub.cfg").content