MECO™ API Reference
Functions | Variables
mMeco.libs.aboutLib Namespace Reference

[ MODULE ] - About. More...

Functions

def getVersion ()
 Get version. More...
 
def getVersionAndDate ()
 Get version and date. More...
 
def getNameVersionDate ()
 Get name, version and date. More...
 
def getAboutInformation ()
 Get information about Meco. More...
 

Variables

 VERSION_MAJOR = int(mMeco.packageInfoLib.VERSION.split('.')[0])
 [ int ] - Major version.
 
 VERSION_MINOR = int(mMeco.packageInfoLib.VERSION.split('.')[1])
 [ int ] - Minor version.
 
 VERSION_FIX = int(mMeco.packageInfoLib.VERSION.split('.')[2])
 [ int ] - Fix version.
 
string DATE = '2021-01-01'
 [ str ] - Release date of the version.
 
string NAME = 'MECO'
 [ str ] - Name.
 

Detailed Description

[ MODULE ] - About.

Function Documentation

◆ getVersion()

def mMeco.libs.aboutLib.getVersion ( )

Get version.

Exceptions
N/A
Returns
str - Version.

◆ getVersionAndDate()

def mMeco.libs.aboutLib.getVersionAndDate ( )

Get version and date.

Exceptions
N/A
Returns
str - Version and date.

◆ getNameVersionDate()

def mMeco.libs.aboutLib.getNameVersionDate ( )

Get name, version and date.

Exceptions
N/A
Returns
str - Name, version and date.

◆ getAboutInformation()

def mMeco.libs.aboutLib.getAboutInformation ( )

Get information about Meco.

Exceptions
N/A
Returns
str - Information.