A fork of python-lzf that provides pre-built wheel files for the LZF compression algorithm. Version 0.3.5 is current, with infrequent releases.
pip install python-neo-lzfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compress and decompress bytes using LZF.
Uninstall any other lzf packages and install only python-neo-lzf.
Always encode strings to bytes before compression: lzf.compress('text'.encode('utf-8')).Upgrade to Python 3.7 or later.
lzf.compress(b'value') or encode your string: lzf.compress('value'.encode()).Install python-neo-lzf via pip. Ensure no other lzf module is in the path.
No dependency data recorded yet.