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

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

Namespaces

 sSettings.packageInfoLib
 [ MODULE ] - Package info module.
 
 sSettings
 [ PACKAGE ] - Global settings used by all packages.
 

Variables

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

Detailed Description

[ FILE ] - Package info module.