Stash Software API  2.0.0
Namespaces | Variables
packageInfoLib.py File Reference

[ FILE ] - Package info module. More...

Namespaces

 sNukeCore.packageInfoLib
 [ MODULE ] - Package info module.
 
 sNukeCore
 [ PACKAGE ] - Nuke core functionalities.
 
 sNukeGUI
 [ PACKAGE ] - Nuke GUI related modules.
 

Variables

string sNukeCore.packageInfoLib.NAME = 'sNukeCore'
 [ str ] - Name of the package. More...
 
string sNukeCore.packageInfoLib.VERSION = '1.0.0'
 [ str ] - Version of the package. More...
 
string sNukeCore.packageInfoLib.DESCRIPTION = 'Nuke GUI related modules.'
 [ str ] - Description about the package. More...
 
list sNukeCore.packageInfoLib.KEYWORDS = ['menu']
 [ list of str ] - Keywords to find this package. More...
 
list sNukeCore.packageInfoLib.PLATFORMS = ['Linux', 'Darwin', 'Windows']
 [ list of str ] - Platforms which this package meant to be used on. More...
 
list sNukeCore.packageInfoLib.DOCUMENTS
 [ list of dict ] - Documentations about the package, keys of dict instances are: title, url. More...
 
list sNukeCore.packageInfoLib.APPLICATIONS = ['nuke']
 [ list of str ] - Applications which this package meant to be initialized for. More...
 
list sNukeCore.packageInfoLib.PYTHON_VERSIONS = ['2', '2.7.5', '2.7.10', '3']
 [ list of str ] - Python versions supported by this package. More...
 
bool sNukeCore.packageInfoLib.IS_ACTIVE = True
 [ bool ] - Whether this package is active (in use). More...
 
bool sNukeCore.packageInfoLib.IS_EXTERNAL = False
 [ bool ] - Whether this package is external (third party). More...
 
list sNukeCore.packageInfoLib.DEVELOPERS = ['developer@stashsoftware.com']
 [ list of str ] - E-mail addresses of the developers. More...
 
list sNukeCore.packageInfoLib.DEPENDENT_PACKAGES
 [ list of str ] - Dependent packages. More...
 

Detailed Description

[ FILE ] - Package info module.