Stash Software API  2.0.0
Namespaces | Variables
packageInfoLib.py File Reference

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

Namespaces

 sApplication.packageInfoLib
 [ MODULE ] - Package info module.
 
 sApplication
 [ PACKAGE ] - Application information including third party applications.
 

Variables

string sApplication.packageInfoLib.NAME = 'sApplication'
 [ str ] - Name of the package. More...
 
string sApplication.packageInfoLib.VERSION = '1.0.0'
 [ str ] - Version of the package. More...
 
string sApplication.packageInfoLib.DESCRIPTION = 'Application information including third party applications.'
 [ str ] - Description about the package. More...
 
list sApplication.packageInfoLib.KEYWORDS = ['application', 'parent']
 [ list of str ] - Keywords to find this package. More...
 
list sApplication.packageInfoLib.PLATFORMS = ['Linux', 'Darwin', 'Windows']
 [ list of str ] - Platforms which this package meant to be used on. More...
 
list sApplication.packageInfoLib.DOCUMENTS
 [ list of dict ] - Documentations about the package, keys of dict instances are: title, url. More...
 
list sApplication.packageInfoLib.APPLICATIONS = ['all']
 [ list of str ] - Applications which this package meant to be initialized for. More...
 
list sApplication.packageInfoLib.PYTHON_VERSIONS = ['2', '2.7.5', '2.7.10', '3']
 [ list of str ] - Python versions supported by this package. More...
 
bool sApplication.packageInfoLib.IS_ACTIVE = True
 [ bool ] - Whether this package is active (in use). More...
 
bool sApplication.packageInfoLib.IS_EXTERNAL = False
 [ bool ] - Whether this package is external (third party). More...
 
list sApplication.packageInfoLib.DEVELOPERS = ['developer@stashsoftware.com']
 [ list of str ] - E-mail addresses of the developers. More...
 
list sApplication.packageInfoLib.DEPENDENT_PACKAGES
 [ list of str ] - Dependent packages. More...
 

Detailed Description

[ FILE ] - Package info module.