Py7zr

Latest version: v0.22.0

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 21

0.7.2

Not secure

0.7.1

Not secure
Changed
-------

* Decryption: performance improvement.
Introduce helpers.calculate_key3(), which utilize list comprehension expression, bytes generation
with join(). It reduces a number of calls of hash library and improve decryption performance.

0.7.0

Not secure
Changed
-------

* Extraction: Unlink output file if exist when it become a symbolic link.
When overwrite extracted files and there are symlinks, it may cause an unexpected result.
Unlinking it may help it.

0.7.0b3

Not secure
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)

0.7.0b2

Not secure
Fixed
-----

* Support extraction of file onto a place where path length is > 260 bytes on Windows 10, Windows Server 2016R2
and later. (Windows Vista, 7 and Windows Server 2012 still have a limitation of path length as a OS spec)(116, 126)

0.7.0b1

Not secure
Added
-----

* Support memory API.(111, 119)
Introduce read(filter) and readall() method for SevenZipFile class.
* Support ZStandard codec compression algorithm for extraction.(124, 125)

Changed
-------

* Drop pywin32 dependency
* Introduce internal win32compat.py
* Archive: Looking for symbolic link object in the archived list,
and if found, record as relative link.(112, 113, 122)

Removed
-------

* Revmoed requirements.txt. When you want to install dependencies for development
you can do it with 'pip install -e path/to/py7zr_project'

Page 14 of 21

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.