File: THANKS

package info (click to toggle)
python-lzma 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 420 kB
  • ctags: 300
  • sloc: ansic: 2,920; python: 550; makefile: 21
file content (16 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

Thanks
------

This module would be a whole lot harder to write if it weren't for help and
inspiration by others. So I'd like to thank the following people:
* Lasse Collin, the author of lzma utils and liblzma, providing me with a lot
  of help, understanding and insight on LZMA.
* Gustavo Niemeyer, for help and advice on C/Python and also benefitting a lot
  from his python bz2 module which helped me out a lot as a reference.
* Whoever wrote the python zlib module which also helped as a reference.
* Joachim Bauch, author of pylzma (different format, different language),
  for much the same as well his his regression tests that I based some of mine
  on.

Thx!