Stash Software API
2.0.0
|
[ MODULE ] - Command module. More...
Functions | |
def | create () |
Create a package. More... | |
def | createPythonModule () |
Create a python module for a package. More... | |
def | createPythonPackage () |
Create a python package for a package. More... | |
def | displayDoc () |
Display documentation on web browser. More... | |
def | displayInfo () |
Display info about the current package. More... | |
def | findPythonPackage () |
Find python package. More... | |
def | listPackages () |
Display all packages. More... | |
def | listAllCommands () |
List all commands. More... | |
def | listAllDependencies () |
Display all dependencies of the package. More... | |
def | removeObjs () |
Remove python objects, pyo and pyc files. More... | |
def | runUnitTest () |
Run all unit tests in the package. More... | |
def | search () |
Search packages. More... | |
def | searchCommands () |
Search commands. More... | |
[ MODULE ] - Command module.
def sStashPackage.packageCmd.create | ( | ) |
Create a package.
N/A |
def sStashPackage.packageCmd.createPythonModule | ( | ) |
Create a python module for a package.
N/A |
def sStashPackage.packageCmd.createPythonPackage | ( | ) |
Create a python package for a package.
N/A |
def sStashPackage.packageCmd.displayDoc | ( | ) |
Display documentation on web browser.
N/A |
def sStashPackage.packageCmd.displayInfo | ( | ) |
Display info about the current package.
N/A |
def sStashPackage.packageCmd.findPythonPackage | ( | ) |
Find python package.
N/A |
def sStashPackage.packageCmd.listPackages | ( | ) |
Display all packages.
N/A |
def sStashPackage.packageCmd.listAllCommands | ( | ) |
List all commands.
N/A |
def sStashPackage.packageCmd.listAllDependencies | ( | ) |
Display all dependencies of the package.
N/A |
def sStashPackage.packageCmd.removeObjs | ( | ) |
Remove python objects, pyo and pyc files.
N/A |
def sStashPackage.packageCmd.runUnitTest | ( | ) |
Run all unit tests in the package.
N/A |
def sStashPackage.packageCmd.search | ( | ) |
Search packages.
N/A |
def sStashPackage.packageCmd.searchCommands | ( | ) |
Search commands.
N/A |