Compression library

John Machin sjmachin at lexicon.net
Fri Feb 16 17:07:52 EST 2007


On Feb 16, 8:02 pm, roche.ale... at gmail.com wrote:
> Hi all,
> I'm looking for a library in python containing severall compression
> algorithms like RLE, Deflate, LZ77-78-W, Huffman,......
> do someone know if such of this type of lib exists??

Short answer: Yes

Longer answer: You too could know if you were to get off your
fundament and get onto your googler ... e.g. 2nd hit from search for
"python compression" is

"""
Compression algorithms in python - by David MacKay
This page offers a library of compression algorithms in python. ...
"""





More information about the Python-list mailing list