mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
f43449f990
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. WWW: https://pypi.python.org/pypi/python-lzo PR: 218746 Submitted by: Yuri Victorovich <yuri@rawbw.com>
11 lines
438 B
Plaintext
11 lines
438 B
Plaintext
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.
|
|
|
|
WWW: https://pypi.python.org/pypi/python-lzo
|