python-lzo

Python bindings for the LZO data compression library

GNU General Public License (GPL) 8 个版本
Markus F.X.J. Oberhumer <markus@oberhumer.com>
安装
pip install python-lzo
poetry add python-lzo
pipenv install python-lzo
conda install python-lzo
描述

This module provides Python bindings for the LZO data compression library.

LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory.

In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed.

版本列表
1.15 2023-05-22
1.14 2021-12-26
1.13 2021-12-26
1.12 2018-05-24
1.11 2016-01-25
1.10 2016-01-20
1.09 2015-11-19
1.08 2015-11-19