A pure-python library for creating and extracting Microsoft cabinet (CAB) files. Current version 0.2.5, released sporadically.
pip install cabarchiveNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example of creating and reading CAB files.
Ensure archives fit in available memory.
Replace add_file() with add_bytes() and read the file using open().
Always add at least one file to the archive before calling write().
Use: from cabarchive import CabArchive
Check file permissions or use a different path.
Add at least one file via add_bytes() or add() before write().
No dependency data recorded yet.