Published February 13, 2020
| Version v0.5
Software
Open
miurahr/py7zr: Support 7zip compression
Description
- Add support for compression.
You can compress files from command line
or from API,$ 7zr w target.7z src/
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
- Is supplement to
- https://github.com/miurahr/py7zr/tree/v0.5 (URL)