Description
LZF compressed data can be handled from Python through a C extension. Developers use this package for fast lightweight compression in caches, files, and data pipelines. Compressed input from untrusted sources should be size-limited before decompression.