Published May 23, 2020
| Version v0.7.0b3
Software
Open
miurahr/py7zr: Show progress and dereference options
Authors/Creators
- 1. OpenStreetMap Foundation Japan
- 2. folio
- 3. @buxapp @elasticsoftwarefoundation @sinalgo
Description
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)
- CLI: add --verbose option for extraction
- win32: update win32compat
- Fix archiveinfo() for 7zAES archives
- Release variables when close() (#129)
Files
miurahr/py7zr-v0.7.0b3.zip
Files
(19.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e22323e5333d0d6785cbc77e2eb49b63
|
19.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/miurahr/py7zr/tree/v0.7.0b3 (URL)