Skip to content
#

decompression

Here are 251 public repositories matching this topic...

The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils

  • Updated Jan 13, 2022
  • C
py7zr
raffaem
raffaem commented Feb 7, 2022

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 file I want. Its value is of the form MYPATH\db.7z.

Notice the two files are on the same directory.

shutil.register_archive_format('7zip', py7zr.pack_7zarchive, description='7zip archi
bug help wanted good first issue for archiving

A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.

  • Updated Jun 10, 2022
  • C#

Improve this page

Add a description, image, and links to the decompression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decompression topic, visit your repo's landing page and select "manage topics."

Learn more