MECO™ API Reference
Namespaces | Variables
packageInfoLib.py File Reference

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

Namespaces

 mMayaCore.packageInfoLib
 [ MODULE ] - Package info module.
 
 mMayaCore
 [ PACKAGE ] - Maya core functionalities.
 
 mMayaGUI
 [ PACKAGE ] - Maya GUI related modules.
 
 mMayaNode
 [ PACKAGE ] - Maya node related classes.
 

Variables

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

Detailed Description

[ FILE ] - Package info module.