Python wrapper for libdeflate, providing fast compression and decompression for raw deflate, zlib, and gzip formats. Current version: 0.8.1. Release cadence: irregular, with recent updates focusing on CMake/scikit-build-core migration.
pip install deflateNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic compression and decompression using the Deflate class.
Replace `except DeflateError` with `except ValueError`.
Use level=6 for default compression, or any level 1-12 for libdeflate (12 is maximum).
Replace `deflate.deflate(data)` with `Deflate.compress(data, format='deflate')`.
No dependency data recorded yet.