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