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

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

Namespaces

 mFileSystem.packageInfoLib
 [ MODULE ] - Package info module.
 
 mFileSystem
 [ PACKAGE ] - Package info module.
 

Variables

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

Detailed Description

[ FILE ] - Package info module.