![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Functions | |
def | main (BuildID, script=VTL.GetSourceCode(8), source=__pyc_src_path, include=VTL.GetIncludeDirectory(os.path.dirname(__pyc_src_path), 8), dependency=VTL.GetLinkDependency(8), output=os.path.join(__pyc_src_path,"Plugin","JupyterLab","src",".dist"), encryption=True, mode="onefile", scratch=VTL.Scratch, verbosity=2, kwargs) |
Variables | |
parser = argparse.ArgumentParser(description="Build a stand-alone python application") | |
metavar | |
nargs | |
help | |
args | |
make_opt = args.make[0] | |
string | delimn = "&&" |
string | command |
mode | |
preprocessing | |
Triple-use minimum working example for PyXMake. This script can be executed in three different ways in varying levels of accessibility @note: Compile a stand-alone application using PyInstaller Created on 02.05.2020 @version: 1.0 ---------------------------------------------------------------------------------------------- @requires: - PyXMake @change: - Requires PyCODAC in PYTHONPATH. @author: garb_ma [DLR-FA,STM Braunschweig] ----------------------------------------------------------------------------------------------
def PyXMake.VTL.app.main | ( | BuildID, | |
script = VTL.GetSourceCode(8) , |
|||
source = __pyc_src_path , |
|||
include = VTL.GetIncludeDirectory(os.path.dirname(__pyc_src_path), 8) , |
|||
dependency = VTL.GetLinkDependency(8) , |
|||
output = os.path.join(__pyc_src_path,"Plugin","JupyterLab","src",".dist") , |
|||
encryption = True , |
|||
mode = "onefile" , |
|||
scratch = VTL.Scratch , |
|||
verbosity = 2 , |
|||
kwargs | |||
) |
string PyXMake.VTL.app.command |