~afb/pyliblzma/py2x

244 by Per Øyvind Karlsen
add readme
1
PylibLZMA
2
---------
3
4
PylibLZMA is a python module that implements the liblzma API.
5
6
You need the new lzma utils for this available through git at:
7
git://ctrl.tukaani.org/lzma-utils.git 
8
9
Project homepage: http://sourceforge.net/projects/lzmautils
10
11
289 by Per Øyvind Karlsen
add some background info on project
12
I initially wrote this python module was initially written by as a project
13
assignment in the course "INF5660 - Advanced problem solving with high level
14
languages" at the University of Oslo, May 2008. It was written as a first
15
attempt of both writing a proper python module and also as first proper project
16
written in the C language, so any obscurities or just plain retardness is
17
expected, and any help at correcting such will be greatfully accepted. :)
18
- Per Øyvind Karlsen <peroyvind@mandriva.org>
19