Package empro :: Package toolkit :: Module zap
[frames] | no frames]

Module zap

source code

Classes
  ZepGui
Functions
 
zep(iTarget, iWhat='all', iDirectory=None)
Packs the EMPro project into a .zep file that can be easily transported.
source code
 
unzep(iTarget, iWhat, iDirectory=None, iUpdateCb=None, prefix=None)
unzep
source code
 
zepShowGUI(iDefaultZep='', iDefaultProj='') source code
 
unZepShowGUI(iDefaultZep='', iDefaultProj='', iDefaultOpen=None) source code
Variables
  ALL = 'all'
  SETUP = 'setup'
  UNZEP = 'unzep'
  ZEP = 'zep'
Function Details

zep(iTarget, iWhat='all', iDirectory=None)

source code 

Packs the EMPro project into a .zep file that can be easily transported. iTarget : target file iWhat : What to zep {All, Setup } iDirectory: project directory to use (None=current project) iUpdateCb: callback for progress, it takes the full path of the filename being compressed