https://github.com/clalancette/pycdlib
Python library to read and write ISOs
https://github.com/clalancette/pycdlib
eltorito iso iso9660 joliet python python-library rockridge udf
Last synced: 11 months ago
JSON representation
Python library to read and write ISOs
- Host: GitHub
- URL: https://github.com/clalancette/pycdlib
- Owner: clalancette
- License: lgpl-2.1
- Created: 2015-04-27T02:04:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T18:28:25.000Z (almost 2 years ago)
- Last Synced: 2024-03-25T01:38:31.334Z (almost 2 years ago)
- Topics: eltorito, iso, iso9660, joliet, python, python-library, rockridge, udf
- Language: Python
- Size: 4.95 MB
- Stars: 137
- Watchers: 9
- Forks: 35
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
PyCdlib is a pure python library to parse, write (master), and create ISO9660 files, suitable for writing to a CD or USB.
The original ISO9660 (including ISO9660-1999) specification is supported, as well the El Torito, Joliet, Rock Ridge, and UDF extensions.
Please see https://clalancette.github.io/pycdlib/ for much more documentation.