File: PKG-INFO

package info (click to toggle)
python-lzo 1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: ansic: 505; python: 200; makefile: 27
file content (23 lines) | stat: -rw-r--r-- 791 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Metadata-Version: 2.1
Name: python-lzo
Version: 1.15
Summary: Python bindings for the LZO data compression library
Home-page: https://github.com/jd-boyd/python-lzo
Author: Markus F.X.J. Oberhumer
Author-email: markus@oberhumer.com
Maintainer: Joshua D. Boyd
Maintainer-email: jdboyd@jdboyd.net
License: GNU General Public License (GPL)
Platform: All
License-File: COPYING


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.