MECO™ API Reference
Variables
mMayaCore.packageInfoLib Namespace Reference

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

Variables

string NAME = 'mMayaCore'
 [ str ] - Name of the package.
 
string VERSION = '1.0.0'
 [ str ] - Version of the package.
 
string DESCRIPTION = 'Maya core functionalities.'
 [ str ] - Description about the package.
 
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.
 
list DOCUMENTS = []
 [ list of dict ] - Documentations about the package, keys of dict instances are: title, url.
 
list APPLICATIONS = ['maya']
 [ list of str ] - Applications which this package meant to be initialized for.
 
list PYTHON_VERSIONS = ['2', '3']
 [ list of str ] - Python versions supported by this package.
 
bool IS_ACTIVE = True
 [ bool ] - Whether this package is active (in use).
 
bool IS_EXTERNAL = False
 [ bool ] - Whether this package is external (third party).
 
list DEVELOPERS = ['safak@safakoner.com']
 [ list of str ] - E-mail addresses of the developers.
 
list DEPENDENT_PACKAGES
 [ list of str ] - Dependent packages. More...
 

Detailed Description

[ MODULE ] - Package info module.

Variable Documentation

◆ KEYWORDS

list mMayaCore.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.

◆ DEPENDENT_PACKAGES

list mMayaCore.packageInfoLib.DEPENDENT_PACKAGES
Initial value:
1 = ['mApplication',
2  'mCore',
3  'mDeveloper',
4  'mMecoPackage']

[ list of str ] - Dependent packages.