Stash Software API  2.0.0
Namespaces | Functions
packageCmd.py File Reference

[ FILE ] - Command module. More...

Namespaces

 sStashPackage.packageCmd
 [ MODULE ] - Command module.
 

Functions

def sStashPackage.packageCmd.create ()
 Create a package. More...
 
def sStashPackage.packageCmd.createPythonModule ()
 Create a python module for a package. More...
 
def sStashPackage.packageCmd.createPythonPackage ()
 Create a python package for a package. More...
 
def sStashPackage.packageCmd.displayDoc ()
 Display documentation on web browser. More...
 
def sStashPackage.packageCmd.displayInfo ()
 Display info about the current package. More...
 
def sStashPackage.packageCmd.findPythonPackage ()
 Find python package. More...
 
def sStashPackage.packageCmd.listPackages ()
 Display all packages. More...
 
def sStashPackage.packageCmd.listAllCommands ()
 List all commands. More...
 
def sStashPackage.packageCmd.listAllDependencies ()
 Display all dependencies of the package. More...
 
def sStashPackage.packageCmd.removeObjs ()
 Remove python objects, pyo and pyc files. More...
 
def sStashPackage.packageCmd.runUnitTest ()
 Run all unit tests in the package. More...
 
def sStashPackage.packageCmd.search ()
 Search packages. More...
 
def sStashPackage.packageCmd.searchCommands ()
 Search commands. More...
 

Detailed Description

[ FILE ] - Command module.