pypi py7zr 0.7.0b1
Support zstandard, memory IO API and more

latest releases: 1.0.0, 1.0.0rc3, 1.0.0rc2...
5 years ago

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'

Don't miss a new py7zr release

NewReleases is sending notifications on new releases.