![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Functions | |
| def | main (BuildID, files="*.*", source=os.path.join(__pyc_src_path,"Plugin","JupyterLab","src",".dist","pycodac"), output=os.path.join(__pyc_src_path,"Plugin","JupyterLab","src",".dist"), scratch=VTL.Scratch, verbosity=2, kwargs) |
Variables | |
| parser = argparse.ArgumentParser(description="Create a portable installer using NSIS") | |
| metavar | |
| nargs | |
| help | |
| args | |
| make_opt = args.make[0] | |
Triple-use minimum working example for PyXMake. This script can be
executed in three different ways in varying levels of accessibility
@note: Create an installer from an application folder using NSIS
Created on 11.05.2020
@version: 1.0
----------------------------------------------------------------------------------------------
@requires:
- PyXMake
@change:
- Requires PyCODAC in PYTHONPATH.
@author: garb_ma [DLR-FA,STM Braunschweig]
----------------------------------------------------------------------------------------------
| def PyXMake.VTL.bundle.main | ( | BuildID, | |
files = "*.*", |
|||
source = os.path.join(__pyc_src_path,"Plugin","JupyterLab","src",".dist","pycodac"), |
|||
output = os.path.join(__pyc_src_path,"Plugin","JupyterLab","src",".dist"), |
|||
scratch = VTL.Scratch, |
|||
verbosity = 2, |
|||
| kwargs | |||
| ) |