Skip to content
Hiroshi Miura edited this page Jun 23, 2020 · 7 revisions

About py7zr

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.

Supported platforms

  • Python 3.5 and later
  • Tested with Windows, Mac OSX and Linux.

Release Notes