| MECO™ API Reference
    | 
[ FILE ] - Package info module. More...
| Namespaces | |
| mNukeExample.packageInfoLib | |
| [ MODULE ] - Package info module. | |
| mNukeExample | |
| [ PACKAGE ] - mNukeExample package. | |
| Variables | |
| string | mNukeExample.packageInfoLib.NAME = 'mNukeExample' | 
| [ str ] - Name of the package. | |
| string | mNukeExample.packageInfoLib.VERSION = '1.0.0' | 
| [ str ] - Version of the package. | |
| string | mNukeExample.packageInfoLib.DESCRIPTION = 'mNukeExample package.' | 
| [ str ] - Description about the package. | |
| list | mNukeExample.packageInfoLib.KEYWORDS = ['nuke', 'example'] | 
| [ list of str ] - Keywords to find this package. | |
| list | mNukeExample.packageInfoLib.PLATFORMS = ['Linux', 'Darwin', 'Windows'] | 
| [ list of str ] - Platforms which this package meant to be used on. | |
| list | mNukeExample.packageInfoLib.DOCUMENTS = [] | 
| [ list of dict ] - Documentations about the package, keys of dict instances are: title, url. | |
| list | mNukeExample.packageInfoLib.APPLICATIONS = ['nuke'] | 
| [ list of str ] - Applications which this package meant to be initialized for. | |
| list | mNukeExample.packageInfoLib.PYTHON_VERSIONS = ['2', '3'] | 
| [ list of str ] - Python versions supported by this package. | |
| bool | mNukeExample.packageInfoLib.IS_ACTIVE = True | 
| [ bool ] - Whether this package is active (in use). | |
| bool | mNukeExample.packageInfoLib.IS_EXTERNAL = False | 
| [ bool ] - Whether this package is external (third party). | |
| list | mNukeExample.packageInfoLib.DEVELOPERS = ['safak@safakoner.com'] | 
| [ list of str ] - E-mail addresses of the developers. | |
| list | mNukeExample.packageInfoLib.DEPENDENT_PACKAGES = [] | 
| [ list of str ] - Dependent packages. | |
[ FILE ] - Package info module.
 1.8.18
 1.8.18