{"library":"lzallright","title":"lzallright - Python bindings for LZOKAY compression","description":"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.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install lzallright"],"cli":null},"imports":["from lzallright import compress","from lzallright import decompress"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from lzallright import compress, decompress\n\noriginal = b\"Hello, world! \" * 100\ncompressed = compress(original, level=6)\ndecompressed = decompress(compressed)\nassert original == decompressed\nprint(\"Success!\")","lang":"python","description":"Compress and decompress bytes with lzallright.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}