Stash Software API  2.0.0
Static Public Attributes | List of all members
sStash.packageSettingsLib.PackageWindows Class Reference

[ ENUM CLASS ] - Package folder structure for Windows. More...

Inheritance diagram for sStash.packageSettingsLib.PackageWindows:

Static Public Attributes

list PATH
 [ str ] - Bin (executables) path. More...
 
list LIBRARY_PATH
 [ str ] - Library path. More...
 
list PYTHONPATH
 [ str ] - Python path. More...
 

Detailed Description

[ ENUM CLASS ] - Package folder structure for Windows.

Member Data Documentation

◆ PATH

list sStash.packageSettingsLib.PackageWindows.PATH
static
Initial value:
= ['PATH',
'bin\\{}'.format(platform.system().lower())]

[ str ] - Bin (executables) path.

◆ LIBRARY_PATH

list sStash.packageSettingsLib.PackageWindows.LIBRARY_PATH
static
Initial value:
= ['PATH',
'lib\\{}'.format(platform.system().lower())]

[ str ] - Library path.

◆ PYTHONPATH

list sStash.packageSettingsLib.PackageWindows.PYTHONPATH
static
Initial value:
= ['PYTHONPATH',
'python']

[ str ] - Python path.


The documentation for this class was generated from the following file: