Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I would use Sage to zip up all the files into one file:

from subprocess import call
call("zip -r all.zip %s/*"%DATA,shell=True)