Stash Software API  2.0.0
Variables
sMayaCore.packageInfoLib Namespace Reference

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

Variables

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

Detailed Description

[ MODULE ] - Package info module.

Variable Documentation

◆ NAME

string sMayaCore.packageInfoLib.NAME = 'sMayaCore'

[ str ] - Name of the package.

◆ VERSION

string sMayaCore.packageInfoLib.VERSION = '1.0.0'

[ str ] - Version of the package.

◆ DESCRIPTION

string sMayaCore.packageInfoLib.DESCRIPTION = 'Maya core functionalities.'

[ str ] - Description about the package.

◆ KEYWORDS

list sMayaCore.packageInfoLib.KEYWORDS
Initial value:
1 = ['maya',
2  'core',
3  'namespace',
4  'optionVar',
5  'reference',
6  'menu',
7  'utilities',
8  'userSetup']

[ list of str ] - Keywords to find this package.

◆ PLATFORMS

list sMayaCore.packageInfoLib.PLATFORMS = ['Linux', 'Darwin', 'Windows']

[ list of str ] - Platforms which this package meant to be used on.

◆ DOCUMENTS

list sMayaCore.packageInfoLib.DOCUMENTS
Initial value:
1 = [{'title':'Commands',
2  'url':'https://charmapps.atlassian.net/wiki/spaces/StashSoftware/pages/657162316/sMayaCore+-+Commands'},
3  {'title':'Python API',
4  'url':'https://charmapps.atlassian.net/wiki/spaces/StashSoftware/pages/657162401/sMayaCore+-+Python+API'}
5  ]

[ list of dict ] - Documentations about the package, keys of dict instances are: title, url.

◆ APPLICATIONS

list sMayaCore.packageInfoLib.APPLICATIONS = ['maya']

[ list of str ] - Applications which this package meant to be initialized for.

◆ PYTHON_VERSIONS

list sMayaCore.packageInfoLib.PYTHON_VERSIONS = ['2', '2.7.5', '2.7.10', '3']

[ list of str ] - Python versions supported by this package.

◆ IS_ACTIVE

bool sMayaCore.packageInfoLib.IS_ACTIVE = True

[ bool ] - Whether this package is active (in use).

◆ IS_EXTERNAL

bool sMayaCore.packageInfoLib.IS_EXTERNAL = False

[ bool ] - Whether this package is external (third party).

◆ DEVELOPERS

list sMayaCore.packageInfoLib.DEVELOPERS = ['developer@stashsoftware.com']

[ list of str ] - E-mail addresses of the developers.

◆ DEPENDENT_PACKAGES

list sMayaCore.packageInfoLib.DEPENDENT_PACKAGES
Initial value:
1 = ['sApplication',
2  'sCore',
3  'sDeveloper',
4  'sSettings',
5  'sStashPackage']

[ list of str ] - Dependent packages.