Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

isoparser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isoparser

Parser for the ISO 9660 disk image format

  • 0.3
  • PyPI
  • Socket score

Maintainers
1

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

.. code-block:: console

$ pip install isoparser

Usage

.. code-block:: python

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

.. _ISO 9660: https://en.wikipedia.org/wiki/ISO_9660 .. _Rock Ridge: https://en.wikipedia.org/wiki/Rock_Ridge

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc