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

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

Namespaces

 mQt.packageInfoLib
 [ MODULE ] - Package info module.
 
 mQt
 [ PACKAGE ] - Qt libraries.
 
 mQtWidgets
 [ PACKAGE ] - Custom Qt widgets.
 

Variables

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

Detailed Description

[ FILE ] - Package info module.