I've implemented a Zip file listing program that gives me some of
the listing and formatting options that I've wanted from "unzip
-l" and "unzip -Z". It's written in Python using the zipfile
module from the Python standard library.
Dave, you might like to mention the fact that Python2.3 can now import from zipthe listing and formatting options that I've wanted from "unzip
-l" and "unzip -Z". It's written in Python using the zipfile
module from the Python standard library.
files.
zipimport - import modules from zipfiles, implemented in C by Just van Rossum
based upon earlier code by James Ahlstrom. (New in 2.3a2: several serious bugs
discovered in 2.3a1 fixed.)
--Ray St.M
Proudly stating the obvious since birth