[ANN] PyLZMA 0.0.3

Joachim Bauch mail at joachim-bauch.de
Mon May 10 19:02:53 EDT 2004


Hi,

I'm pleased to announce the release of PyLZMA 0.0.3.

PyLZMA is a Python wrapper around the LZMA SDK by Igor Pavlov and allowes
you to use great compression ratios in your Python programs. Typically, LZMA
compresses data about 20% better than bzip2.

New features in this release:
- compression from a file-like object
- streaming decompression via multiple calls to "decompress"
- initial library that supports reading of 7-zip archives

It should run on all platforms (currently being tested on Windows and
Linux).

Grab it from http://www.joachim-bauch.de/projects/python/pylzma

Subversion repository available at
https://leviathan.joachim-bauch.de/cgi-bin/viewcvs.cgi/pylzma/trunk/

Feedback welcome!

Greetings,
Joachim




More information about the Python-list mailing list