Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

barneygale/isoparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

UNMAINTAINED

This package is unmaintained. The author now maintains the pathlab package, which includes support for ISO 9660 and Rock Ridge. The pycdlib package may also be of interest if you need Joliet / UDF support.

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

About

Parser for the ISO 9660 disk image format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages