module documentation

Python Script Wrapper for Windows ================================= setuptools includes wrappers for Python scripts that allows them to be executed like regular windows programs. There are 2 wrappers, one for command-line programs, cli.exe, and one for graphical programs, gui.exe. These programs are almost identical, function pretty much the same way, and are generated from the same source file. The wrapper programs are used by copying them to the directory containing the script they are to wrap and with the same name as the script they are to wrap.

Class TestCLI No class docstring; 0/4 class variable, 2/2 methods documented
Class TestGUI Testing the GUI Version -----------------------
Class WrapperTester No class docstring; 1/2 class method documented
Function win_launcher_exe A simple routine to select launcher script based on platform.
Variable pytestmark Undocumented
def win_launcher_exe(prefix): (source)

A simple routine to select launcher script based on platform.

pytestmark = (source)

Undocumented