Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page