ANNOUNCE: tarfile module release 0.4

Lars Gustäbel lars.gustaebel at gmx.de
Wed May 1 10:20:12 EDT 2002


I'd like to announce a new release of the tarfile module for Python.

This is the first release that leaves the experimental state. Since my
first announcement which was the 0.2.5, there have been lots of major 
and minor changes and bugfixes.
Please check out the URL below for details.

Synopsis:
tarfile module is a pure python module for read and write access to tar
format archive files, including gzip compressed archives.

Features:
- comprehensive class interface
- full support for GNU extensions LONGNAME and LONGLINK
- read support for GNU extension SPARSE files
- additional (but limited) zipfile compatible class interface
- possibility to use file-objects for addition and extraction
- html documentation and unittest suite included

Todo:
There is not much left to include except for addition and extraction of 
character and block devices, which is not yet possible due to the lack 
of a os.mknod() function in python.

Download:
http://www.gustaebel.de/lars/tarfile/

Feedback is highly appreciated.


Thank you very much for your attention.

-- 
Lars Gustäbel
lars at gustaebel.de



More information about the Python-list mailing list