Tuesday, December 30, 2025

7-Zip archive Python API

py7zr is a Python module that provides tools to read, write and list 7z file. The 7z file format is a popular archive and compression format in recent days.

See documentation: https://py7zr.readthedocs.io/en/latest/index.html 

I wrote some code demonstrating the API's use: https://github.com/64board/Python/blob/main/py7zr_test.py

No comments: