ziptools - the bits that Python's zipfile forgot

Mark Lutz lutz at learning-python.com
Tue Jun 20 15:07:25 EDT 2017


Meet ziptools - all the features that you miss most in 
Python's zipfile module.  ziptools is both top-level 
scripts and importable modules that extend the standard
library's zipfile module for:

Folders: 	 
    it adds entire folder trees to zipfiles automatically

Modtimes:
    it propagates original modtimes for files, folders, and links

Cruft skips:
    it can either include or skip system "cruft" files on request

Symlinks:
    it copies or follows symlinks to files and dirs on Unix and Windows

Long paths:
    it supports long pathnames on Windows beyond its normal limits

Grab a copy of ziptools and start portably zipping your
content today:

    http://learning-python.com/ziptools.html

Cheers,
--M. Lutz, http://learning-python.com


More information about the Python-announce-list mailing list