-
-
Notifications
You must be signed in to change notification settings - Fork 74
Home
Hiroshi Miura edited this page Jun 23, 2020
·
7 revisions
py7zr is a pure python library to compress and decompress 7-zip archive (.7z) files. Current(v0.5) version support making archive and extraction without password. It uses LZMA compression feature in python 3 core.
- Python 3.5 and later
- Tested with Windows, Mac OSX and Linux.