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

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

Namespaces

 mMeco.packageInfoLib
 [ MODULE ] - Package info module.
 
 mMeco
 [ PACKAGE ] - Meco.
 
 mMeco.abstract
 [ PACKAGE ] - Python package.
 
 mMeco.builders
 [ PACKAGE ] - Python package.
 
 mMeco.core
 [ PACKAGE ] - Python package.
 
 mMeco.fileSystem
 [ PACKAGE ] - Python package.
 
 mMeco.libs
 [ PACKAGE ] - Python package.
 
 mMeco.operators
 [ PACKAGE ] - Python package.
 
 mMeco.responses
 [ PACKAGE ] - Python package.
 
 mMeco.solvers
 [ PACKAGE ] - Python package.
 

Variables

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

Detailed Description

[ FILE ] - Package info module.