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

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

Namespaces

 sStashPackageRelease.packageInfoLib
 [ MODULE ] - Package info module.
 
 sStashPackageRelease
 [ PACKAGE ] - Package release.
 
 sStashPackageRelease.processes
 [ MODULE ] - Python package.
 
 sStashPackageRelease.processes.packageReleasePostDep
 [ MODULE ] - Python package.
 
 sStashPackageRelease.processes.packageReleasePreDep
 [ MODULE ] - Python package.
 

Variables

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

Detailed Description

[ FILE ] - Package info module.