tar interface

James Kew james.kew at btinternet.com
Mon Nov 3 18:16:42 EST 2003


David Bear" <david.bear at asu.edu> wrote in message
news:m3znfdgk7g.fsf at moroni.pp.asu.edu...
> I just googled for a 'python tar interface module' and got over 33000
> hits. ug.
>
> I'm looking for a python module that either interfaces to gnutar in a
> pythonic way or reads/writes tar files directly.  I know there's
> always os.popoen etc, but was hoping for something a little more ..

Part of the standard library, if you use (or can move to) Python 2.3:

http://www.python.org/doc/current/lib/module-tarfile.html

-- 
James Kew
james.kew at btinternet.com






More information about the Python-list mailing list