logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

py7zr - Pure python 7zr implementation

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-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.

Name

       py7zr - Pure python 7zr implementation

See Also

7zr(1)

       User Guide
              https://py7zr.readthedocs.io/en/latest/user_guide.html

py7zr                                               May 2024                                            PY7ZR(1)

Synnopsis

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

See Also