wasm-demo/demo/ermis-f/python_m/cur/0463

32 lines
933 B
Plaintext

From: tratt at dcs.kcl.ac.uk (Laurence Tratt)
Date: Mon, 19 Apr 1999 22:26:42 +0100
Subject: bzip2 module for Python
Message-ID: <2fbf63f548.tratt@tratt.freeserve.co.uk>
X-UID: 463
In message <Pine.GSO.4.10.9904190924420.14513-100000 at saarland>
Andreas Jung <ajung at sz-sb.de> wrote:
> Is there a module for the bzip2 compression library available or in the
> making ?
I have put together a quick interface to the bzip2 compression system which
- for a couple of days or so - has a temporary home at:
http://yi.com/home/TrattLaurence/pybzlib.tar
I'm putting this out to see if there's any interest in developing it
further. At the moment, the module has two methods: 'compress' &
'decompress'.
It's not been tested much, but the main parts seem to work. As I said, I am
interested to know if there is a demand for this, so comments are
appreciated.
Laurie