Stash Software API
2.0.0
|
[ ENUM CLASS ] - Attributes contained by package info module. More...
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 | |
![]() | |
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.
|
static |
[ str ] - Name.
|
static |
[ str ] - Version.
|
static |
[ str ] - Description.
|
static |
[ list of str ] - Keyword.
|
static |
[ list of str ] - Platforms.
|
static |
[ list of dict ] - Documents.
|
static |
[ list of str ] - Applications.
|
static |
[ list of str ] - Python versions.
|
static |
[ bool ] - Is active.
|
static |
[ bool ] - Is external.
|
static |
[ list of str ] - Developers.
|
static |
[ list of str ] - Dependent packages.
|
static |
[ list of str ] - Python packages.