All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ZipPythonDir.py File Reference

Go to the source code of this file.

Classes

class  ZipPythonDir.ZipdirError
 Class for generic exception coming from the zipdir() function. More...
 

Namespaces

 ZipPythonDir
 

Functions

def ZipPythonDir._zipChanges (directory, infolist)
 Collect the changes to be applied to the zip file. More...
 
def ZipPythonDir.checkEncoding (fileObj)
 
def ZipPythonDir.zipdir (directory, no_pyc=False)
 Make a zip file out of a directory containing python modules. More...
 
def ZipPythonDir.main (argv=None)
 Main function of the script. More...