forked from jd-boyd/python-lzo
-
Notifications
You must be signed in to change notification settings - Fork 0
Fork from http://www.oberhumer.com/opensource/lzo/download/LZO-v1/
License
andreydelpozo2/python-lzo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Python-LZO -- Python bindings for LZO
Copyright (c) 1996-2002 Markus F.X.J. Oberhumer
<markus@oberhumer.com>
http://www.oberhumer.com/opensource/lzo/
What is LZO ?
=============
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.
What is Python ?
================
Python is an interpreted object-oriented programming language, and is
often compared to Tcl, Perl, Java or Scheme. To find out more, point
your browser to http://www.python.org/ .
What is Python-LZO ?
====================
Python-LZO provides Python bindings for LZO, i.e. you can access
the LZO library from your Python scripts thereby compressing ordinary
Python strings.
Where's the documentation ?
===========================
Python-LZO comes with built-in documentation which is accessible
using `lzo.__doc__' and `lzo.func__doc__'. See "Chapter 3: Data Model"
in the Python Reference Manual for more information.
Additionally you should read the docs and study the example
programs that ship with the LZO library. Really.
Copyright
=========
The LZO and Python-LZO algorithms and implementations are
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
Markus Franz Xaver Johannes Oberhumer <markus@oberhumer.com>
The LZO and Python-LZO algorithms and implementations are distributed under
the terms of the GNU General Public License (GPL). See the file COPYING.
About
Fork from http://www.oberhumer.com/opensource/lzo/download/LZO-v1/
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published