|
|
|
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 = "" |
Function Documentation
| def p3d.pdeploy.usage |
( |
|
code, |
|
|
|
msg = '' |
|
) |
| |
Variable Documentation
| tuple platform = PandaSystem.getPlatform() |
| tuple token = arg.strip() |
| | |