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