Module for reading tarfiles?

Fredrik Lundh fredrik at effbot.org
Thu Jan 11 10:41:05 EST 2001


A.M. Kuchling wrote:
> Does anyone have any code for reading tar archives in Python?  A long
> time ago, Clemens Hintze wrote a tarlib.py that was on python.org, but
> it no longer seems to be there.

>>> from PIL import TarIO

Cheers /F





More information about the Python-list mailing list