py7zr icon indicating copy to clipboard operation
py7zr copied to clipboard

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.

Results 43 py7zr issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If one tries to write an empty file (more specifically, a 0 byte file) to a SevenZipFile, different write methods produce different (and sometimes wrong) results. To...

bug
help wanted
for archiving

**Describe the bug** if adding one directory to a SevenZipFile, some files format like ".csv" or ".tiff"files in the directory is damaged. but if writing a SevenzipFile with the directory...

bug
for archiving

Reproduce #404

bug

**Describe the bug** When an archive structure in memory contains empty directories such as: `empty-dir1/empty-dir2/empty-dir3` ...then when adding these to an archive, they do not appear in the final output....

enhancement
help wanted
good first issue
for extraction
for archiving

Hello, when I run a Python script from VBA in Excel I get the following error during the import of the py7zr module. "ERROR __main__ DLL load failed while importing...

question

I'm using the following code. `outdbfp` is a `pathlib.WindowsPath` of the file I want to compress. Its value is of the form `MYPATH\db.sqlite3`. `outdbzip` is a `pathlib.WindowsPath` of the output...

bug
help wanted
good first issue
for archiving

Does it support decompression progress display?

enhancement
help wanted
good first issue
question

**Describe the bug** When using py7zr to write file structure containing files with zero bytes to archive then 7z on Windows is able to open said file. When using py7zr...

bug
for archiving

**Describe the bug** readall() raises Bad7zFile: CRC32 error **To Reproduce** Steps to reproduce the behavior: 1. download and unzip [tests.zip](https://github.com/miurahr/py7zr/files/7159643/tests.zip) 2. cd to the tests directory 3. run pip install...

bug
no-issue-activity
for extraction
for archiving

**Describe the bug** `test_extract_high_compression_rate` fails in chroot. **To Reproduce** 1. Run tests in [void-packages](https://github.com/void-linux/void-packages) package builder chroot with tests enabled: `./xbps-src pkg python3-py7zr -Q` 2. See test failure in `do_check`...