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

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

Namespaces

 sStashApp.packageInfoLib
 [ MODULE ] - Package info module.
 
 sStashApp
 [ PACKAGE ] - App files for Stash environment.
 

Variables

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

Detailed Description

[ FILE ] - Package info module.