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

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

Namespaces

 sConfig.packageInfoLib
 [ MODULE ] - Package info module.
 
 sConfig
 [ PACKAGE ] - Operate on configuration packages and modules.
 

Variables

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

Detailed Description

[ FILE ] - Package info module.