Functions |
def | usage |
Variables |
tuple | appFilename = Filename.fromOsSpecific(args[0]) |
string | authoremail = "" |
string | authorid = "" |
string | authorname = "" |
| currentPlatform = False |
list | deploy_mode = args[1] |
list | DEPLOY_MODES = ["standalone", "installer", "html"] |
string | fullname = "" |
tuple | html = open(Filename(outputDir, shortname + ".html").toOsSpecific(), "w") |
tuple | i = Installer(appFilename, shortname, fullname, version, tokens = tokens) |
| includeRequires = False |
tuple | licensefile = Filename() |
string | licensename = "" |
tuple | output = Filename(outputDir, platform + "/") |
tuple | outputDir = Filename("./") |
tuple | platform = PandaSystem.getPlatform() |
list | platforms = [] |
tuple | s = Standalone(appFilename, tokens) |
string | shortname = "" |
tuple | token = arg.strip() |
dictionary | tokens = {} |
string | usageText |
string | version = "" |