Description
LZO compressed data can be encoded and decoded from Python through bindings to an LZ library. Developers use this package for archive tooling, legacy formats, and fast compression workflows. Untrusted compressed input should be bounded to avoid decompression bombs or memory pressure.