|
PyXMake Developer Guide 1.0
PyXMake
|
Functions | |
| 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) | |
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]
----------------------------------------------------------------------------------------------
| 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 ) |