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

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

Namespaces

 sStash.packageInfoLib
 [ MODULE ] - Package info module.
 
 sStash
 [ PACKAGE ] - Stash.
 

Variables

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

Detailed Description

[ FILE ] - Package info module.