Scroll to navigation

PY7ZR(1) User Commands PY7ZR(1)

NAME

py7zr - Pure python 7zr implementation

SYNNOPSIS

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

DESCRIPTION

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.

Command-Line options:

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.

Common command options:

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

Create command options:

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

SEE ALSO

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