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

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

Inheritance diagram for sStash.packageSettingsLib.PackageLinux:
sStash.packageSettingsLib.PackageDarwin

Static Public Attributes

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

Detailed Description

[ ENUM CLASS ] - Package folder structure for Linux.

Member Data Documentation

◆ PATH

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

[ str ] - Bin (executables) path.

◆ LD_LIBRARY_PATH

list sStash.packageSettingsLib.PackageLinux.LD_LIBRARY_PATH
static
Initial value:
= ['LD_LIBRARY_PATH',
'lib/{}'.format(platform.system().lower())]

[ str ] - Library path.

◆ PYTHONPATH

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

[ str ] - Python path.


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