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-Lineoptions:l7z_file.7z
List files in a 7z file.
x7z_file.7z [output_dir]
Extract 7z file into output_dir.
c7z_file.7zbase_dir
Create 7zip archive from base_dira7z_file.7zbase_dir
Append files from base_dir to existent 7zip archive.
i7z_file.7z
Show archive information of specified 7zip archive.
t7z_file.7z
Test whether the 7z file is valid or not.
Commoncommandoptions:-h, --help
Show help message and exit
--version
Show version
-P, --password
Extract, list or create password protected archive. py7zr will prompt user input.
--verbose
Show verbose debug log.
Createcommandoptions:-v, --volume {Size}[b|k|m|g]
Create multi-volume archive with Size. Usable with "c" sub-command.