Added Support dereference option of SevenZipFile class. (#131) If dereference is False, add symbolic and hard links to the archive. If it is True, add the content of the target files to the archive. This has no effect on systems that do not support symbolic links. Introduce progress callback mechanism (#130) Changed CLI: add --verbose option for extraction win32: update win32compat Fixed Fix archiveinfo() for 7zAES archives Release variables when close() (#129
Added SevenZipFile.needs_password() method.(#208, #235) CLI: Support append mode command line.(#228...
Add support for compression. You can compress files from command line$ 7zr w target.7z src/ or from...
User can extract selected files with 'extract()' method. Fix symbolic link extraction with relative ...
Added Test: SevenZipFile.archiveinfo() for various archives. Test: extraction of LZMA+BCJ archive b...
Added Test: SevenZipFile.archiveinfo() for various archives. Test: extraction of LZMA+BCJ archive b...
Changed Extraction: Unlink output file if exist when it become a symbolic link. When overwrite extr...
Added Support memory API.(#111, #119) Introduce read(filter) and readall() method for SevenZipFile ...
Added Introduce context manager for SevenZipFile (#95) Changed SevenZipFile(file-object, 'r') now...
Add feature to make archive for zero size file Fix broken archive when there are many directories to...
7zip (7zr) implementation in pure python3 for compression, decompression and decryptio
Deduce an issue to slow down reported as #86 Limit py7zr version to v0.5.* that does not include a...
7zip (7zr) implementation in pure python3 for compression, decompression and decryptio
Added Support for encrypted header (#139, #140) Changed Fix CRC32 check and introduce test and te...
Proudly announces an experimental support for 7zip compression. There are several improvement as fol...
Fixed Significantly improve decompress performance which is as same speed as v0.7.*. by updating bu...
Added SevenZipFile.needs_password() method.(#208, #235) CLI: Support append mode command line.(#228...
Add support for compression. You can compress files from command line$ 7zr w target.7z src/ or from...
User can extract selected files with 'extract()' method. Fix symbolic link extraction with relative ...
Added Test: SevenZipFile.archiveinfo() for various archives. Test: extraction of LZMA+BCJ archive b...
Added Test: SevenZipFile.archiveinfo() for various archives. Test: extraction of LZMA+BCJ archive b...
Changed Extraction: Unlink output file if exist when it become a symbolic link. When overwrite extr...
Added Support memory API.(#111, #119) Introduce read(filter) and readall() method for SevenZipFile ...
Added Introduce context manager for SevenZipFile (#95) Changed SevenZipFile(file-object, 'r') now...
Add feature to make archive for zero size file Fix broken archive when there are many directories to...
7zip (7zr) implementation in pure python3 for compression, decompression and decryptio
Deduce an issue to slow down reported as #86 Limit py7zr version to v0.5.* that does not include a...
7zip (7zr) implementation in pure python3 for compression, decompression and decryptio
Added Support for encrypted header (#139, #140) Changed Fix CRC32 check and introduce test and te...
Proudly announces an experimental support for 7zip compression. There are several improvement as fol...
Fixed Significantly improve decompress performance which is as same speed as v0.7.*. by updating bu...
Added SevenZipFile.needs_password() method.(#208, #235) CLI: Support append mode command line.(#228...
Add support for compression. You can compress files from command line$ 7zr w target.7z src/ or from...
User can extract selected files with 'extract()' method. Fix symbolic link extraction with relative ...