Files
Nathanael Gentry 2d2d32aedd DEVTOOLS: PYCDLIB: Only explicitly pass encoding when it is not None
Otherwise, we will override the default encodings in the function definitions with None, which will lead to crashes.
2026-03-14 19:35:46 +02:00
..
2026-02-08 12:53:47 +01:00

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.