head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2004.05.28.14.33.03;	author perky;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add py-lzma, a 7zip compression library for Python.
@
text
@Python binding for the LZMA compression library.

Supported Features:
 * Compression / decompression of a single block of data
 * Compression from a file-like object (must provide a read method)
 * Streaming decompression through multiple calls to decompress.
 * An initial library that supports reading of 7-zip archives (both
   solid and non-solid)

WWW: http://www.joachim-bauch.de/projects/python/pylzma
@
