eaae955904
Python Interface for bz2 Compression Library PR: 36319 Submitted by: Hye-Shik Chang <perky@fallin.lv>
7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
The python-bz2 module provides a comprehensive interface for the
|
|
bz2 compression library. It implements a complete file interface,
|
|
one shot (de)compression functions, and types for sequential
|
|
(de)compression.
|
|
|
|
WWW: http://python-bz2.sourceforge.net
|