aliasfoxkde / py7zip

An unofficial, cross platform, lightweight and easy to use port of 7zip command line binaries (7za) for Python. Unlike other libraries, this one fully supports 7zip natively, is easy to setup/install, and is "pythonic" with the intent to be used in code and scripts, not through the terminal.
5 stars 0 forks source link

py7zip

An unofficial, cross platform, lightweight, and easy to use wrapper for 7zip command line binaries (7za) in Python. Unlike other libraries, this one fully supports 7zip natively, is easy to setup/install, and is "pythonic" with the intent to be used in code and scripts, not through the terminal. Additionally, you CAN use the '7za' binaries directly as the specific binaries for your system will be installed automatically and you can therefor use it from the terminal/command line as you normally would. This also lends to making cross platform apps using this module.

Why Choose py7zip?

Installation

Install using Pip/PyPi (Default; most common)

Install using Git Clone

Install Using Pip+Git (Alternative)

Documentation

Platforms Supported and Tested:

Notes