Stash Software API  2.0.0
Static Public Attributes | List of all members
sStashPackage.packageLib.InfoModuleAttribute Class Reference

[ ENUM CLASS ] - Attributes contained by package info module. More...

Inheritance diagram for sStashPackage.packageLib.InfoModuleAttribute:
sCore.enumAbs.Enum

Static Public Attributes

string kName = 'NAME'
 [ str ] - Name. More...
 
string kVersion = 'VERSION'
 [ str ] - Version. More...
 
string kDescription = 'DESCRIPTION'
 [ str ] - Description. More...
 
string kKeywords = 'KEYWORDS'
 [ list of str ] - Keyword. More...
 
string kPlatforms = 'PLATFORMS'
 [ list of str ] - Platforms. More...
 
string kDocuments = 'DOCUMENTS'
 [ list of dict ] - Documents. More...
 
string kApplications = 'APPLICATIONS'
 [ list of str ] - Applications. More...
 
string kPythonVersions = 'PYTHON_VERSIONS'
 [ list of str ] - Python versions. More...
 
string kIsActive = 'IS_ACTIVE'
 [ bool ] - Is active. More...
 
string kIsExternal = 'IS_EXTERNAL'
 [ bool ] - Is external. More...
 
string kDevelopers = 'DEVELOPERS'
 [ list of str ] - Developers. More...
 
string kDependentPackages = 'DEPENDENT_PACKAGES'
 [ list of str ] - Dependent packages. More...
 
string kPythonPackages = 'PYTHON_PACKAGES'
 [ list of str ] - Python packages. More...
 

Additional Inherited Members

- Public Member Functions inherited from sCore.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...
 

Detailed Description

[ ENUM CLASS ] - Attributes contained by package info module.

Member Data Documentation

◆ kName

string sStashPackage.packageLib.InfoModuleAttribute.kName = 'NAME'
static

[ str ] - Name.

◆ kVersion

string sStashPackage.packageLib.InfoModuleAttribute.kVersion = 'VERSION'
static

[ str ] - Version.

◆ kDescription

string sStashPackage.packageLib.InfoModuleAttribute.kDescription = 'DESCRIPTION'
static

[ str ] - Description.

◆ kKeywords

string sStashPackage.packageLib.InfoModuleAttribute.kKeywords = 'KEYWORDS'
static

[ list of str ] - Keyword.

◆ kPlatforms

string sStashPackage.packageLib.InfoModuleAttribute.kPlatforms = 'PLATFORMS'
static

[ list of str ] - Platforms.

◆ kDocuments

string sStashPackage.packageLib.InfoModuleAttribute.kDocuments = 'DOCUMENTS'
static

[ list of dict ] - Documents.

◆ kApplications

string sStashPackage.packageLib.InfoModuleAttribute.kApplications = 'APPLICATIONS'
static

[ list of str ] - Applications.

◆ kPythonVersions

string sStashPackage.packageLib.InfoModuleAttribute.kPythonVersions = 'PYTHON_VERSIONS'
static

[ list of str ] - Python versions.

◆ kIsActive

string sStashPackage.packageLib.InfoModuleAttribute.kIsActive = 'IS_ACTIVE'
static

[ bool ] - Is active.

◆ kIsExternal

string sStashPackage.packageLib.InfoModuleAttribute.kIsExternal = 'IS_EXTERNAL'
static

[ bool ] - Is external.

◆ kDevelopers

string sStashPackage.packageLib.InfoModuleAttribute.kDevelopers = 'DEVELOPERS'
static

[ list of str ] - Developers.

◆ kDependentPackages

string sStashPackage.packageLib.InfoModuleAttribute.kDependentPackages = 'DEPENDENT_PACKAGES'
static

[ list of str ] - Dependent packages.

◆ kPythonPackages

string sStashPackage.packageLib.InfoModuleAttribute.kPythonPackages = 'PYTHON_PACKAGES'
static

[ list of str ] - Python packages.


The documentation for this class was generated from the following file: