A Python 3.8+ binding for the LZ๐(lzokay) compression library, providing compress and decompress functions with optional compression level. Version 0.2.6 adds experimental free-threading (nogil) support. Released every few months.
pip install lzallrightNo compatibility data collected yet for this library.
Verified import paths โ ran on the pinned version, not inferred.
Compress and decompress bytes with lzallright.
Ensure input/output are bytes objects.
Use level in range(0,10).
Install from PyPI binary wheel; if building from source, install Rust (rustc 1.66+).
No dependency data recorded yet.