DOKK / manpages / debian 13 / python3-py7zr / py7zr.1.en
PY7ZR(1) User Commands PY7ZR(1)

py7zr - Pure python 7zr implementation

py7zr [-h] [--version] {l,x,c,a,i,t} ...

py7zr is a library and utility to support 7zip archive compression, decompression, encryption and decryption written by Python programming language.

The py7zr module provides a simple command-line interface to interact with 7z archives.

List files in a 7z file.
Extract 7z file into output_dir.
Create 7zip archive from base_dir
Append files from base_dir to existent 7zip archive.
Show archive information of specified 7zip archive.
Test whether the 7z file is valid or not.

Show help message and exit
Show version
Extract, list or create password protected archive. py7zr will prompt user input.
Show verbose debug log.

Create multi-volume archive with Size. Usable with "c" sub-command.

https://py7zr.readthedocs.io/en/latest/user_guide.html
May 2024 py7zr