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