MECO™ API Reference
|
[ ENUM CLASS ] - Attributes contained by package info module. More...
Static Public Attributes | |
string | kName = 'NAME' |
[ str ] - Name. | |
string | kVersion = 'VERSION' |
[ str ] - Version. | |
string | kDescription = 'DESCRIPTION' |
[ str ] - Description. | |
string | kKeywords = 'KEYWORDS' |
[ list of str ] - Keyword. | |
string | kPlatforms = 'PLATFORMS' |
[ list of str ] - Platforms. | |
string | kDocuments = 'DOCUMENTS' |
[ list of dict ] - Documents. | |
string | kApplications = 'APPLICATIONS' |
[ list of str ] - Applications. | |
string | kPythonVersions = 'PYTHON_VERSIONS' |
[ list of str ] - Python versions. | |
string | kIsActive = 'IS_ACTIVE' |
[ bool ] - Is active. | |
string | kIsExternal = 'IS_EXTERNAL' |
[ bool ] - Is external. | |
string | kDevelopers = 'DEVELOPERS' |
[ list of str ] - Developers. | |
string | kDependentPackages = 'DEPENDENT_PACKAGES' |
[ list of str ] - Dependent packages. | |
string | kPythonPackages = 'PYTHON_PACKAGES' |
[ list of str ] - Python packages. | |
Additional Inherited Members | |
Public Member Functions inherited from mMeco.core.enumAbs.Enum | |
def | listAttributes (cls, stringOnly=True, getValues=True, removeK=True, startAttrNamesLower=False) |
List static public attributes of the class. More... | |
def | listAttributeElements (cls, attribute) |
List elements of a static public attribute. More... | |
def | getAttributeNameFromValue (cls, value, removeK=True, defaultAttributeName=None, startLower=False) |
Get the name of the attribute for given value. More... | |
def | getValueFromAttributeName (cls, attribute, removeK=False, defaultValue=None) |
Get value from attribute name. More... | |
def | asDict (cls, removeK=True) |
Get all the attributes and their values in a dict instance. More... | |
[ ENUM CLASS ] - Attributes contained by package info module.