Python C extension for the LZF compression algorithm, providing fast compression/decompression. Current version 0.2.6, last updated in 2013 (abandoned). Offers a simple API with compress and decompress functions. Best for small data or where LZF speed is needed.
pip install python-lzfVerified import paths — ran on the pinned version, not inferred.
Basic compress and decompress usage.
Consider alternatives like lz4, zstandard, or python-blosc.
Encode strings to bytes first: data.encode('utf-8').Run pip install python-lzf, or install from source if not on PyPI.
Install liblzf via system package manager (e.g., apt-get install liblzf-dev on Debian/Ubuntu).
No dependency data recorded yet.