There is a newer version of the record available.

Published February 13, 2020 | Version v0.5
Software Open

miurahr/py7zr: Support 7zip compression

  • 1. OpenStreetMap Foundation Japan
  • 2. folio

Description

  • Add support for compression. You can compress files from command line
    $ 7zr w target.7z src/
    
    or from API,
    archive = SevenZipFile('target.7z', 'w')
    archive.writeall('./')
    archive.close()
    

Release v0.5 is as same as v0.5rc3.

Files

miurahr/py7zr-v0.5.zip

Files (17.9 MB)

Name Size Download all
md5:072d2ef51fa0d5480fdaf5a51e579e1c
17.9 MB Preview Download

Additional details

Related works