{"library":"python-lzf","title":"python-lzf","description":"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.","language":"python","status":"abandoned","last_verified":"Mon Apr 27","install":{"commands":["pip install python-lzf"],"cli":null},"imports":["import lzf"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import lzf\ndata = b'Hello, World! * 100'\ncompressed = lzf.compress(data)\ndecompressed = lzf.decompress(compressed)\nprint('OK' if data == decompressed else 'FAIL')","lang":"python","description":"Basic compress and decompress usage.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}