Parser for the ISO 9660 disk image format
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
isoparser-0.3.tar.gz
(8.3 kB
view hashes)