pywebexec 1.9.14__py3-none-any.whl → 1.9.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pywebexec/pywebexec.py +79 -18
- pywebexec/static/css/bootstrap.min.css +6 -0
- pywebexec/static/css/style.css +6842 -8
- pywebexec/static/fonts/glyphicons-halflings-regular.eot +0 -0
- pywebexec/static/fonts/glyphicons-halflings-regular.svg +288 -0
- pywebexec/static/fonts/glyphicons-halflings-regular.ttf +0 -0
- pywebexec/static/fonts/glyphicons-halflings-regular.woff +0 -0
- pywebexec/static/fonts/glyphicons-halflings-regular.woff2 +0 -0
- pywebexec/static/js/executables.js +70 -12
- pywebexec/static/jsonform/LICENSE +7 -0
- pywebexec/static/jsonform/deps/README.md +18 -0
- pywebexec/static/jsonform/deps/img/glyphicons-halflings.png +0 -0
- pywebexec/static/jsonform/deps/jquery.min.js +9814 -0
- pywebexec/static/jsonform/deps/underscore.js +1548 -0
- pywebexec/static/jsonform/lib/jsonform.js +3857 -0
- pywebexec/templates/index.html +10 -1
- pywebexec/version.py +2 -2
- {pywebexec-1.9.14.dist-info → pywebexec-1.9.15.dist-info}/METADATA +1 -1
- {pywebexec-1.9.14.dist-info → pywebexec-1.9.15.dist-info}/RECORD +23 -11
- {pywebexec-1.9.14.dist-info → pywebexec-1.9.15.dist-info}/LICENSE +0 -0
- {pywebexec-1.9.14.dist-info → pywebexec-1.9.15.dist-info}/WHEEL +0 -0
- {pywebexec-1.9.14.dist-info → pywebexec-1.9.15.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.9.14.dist-info → pywebexec-1.9.15.dist-info}/top_level.txt +0 -0
pywebexec/templates/index.html
CHANGED
@@ -21,10 +21,15 @@
|
|
21
21
|
</div>
|
22
22
|
<div id="commandList" class="command-list"></div>
|
23
23
|
<input type="text" id="params" name="params" oninput="this.style.width = ((this.value.length + 1) * 8) + 'px';">
|
24
|
-
<div id="paramsHelp"></div>
|
25
24
|
</div>
|
26
25
|
<button type="submit">Run</button>
|
27
26
|
</form>
|
27
|
+
<div id="paramsContainer">
|
28
|
+
<div id="schemaContainer">
|
29
|
+
<form id="schemaForm"></form>
|
30
|
+
</div>
|
31
|
+
<div id="paramsHelp"></div>
|
32
|
+
</div>
|
28
33
|
<div class="table-container" id="tableContainer">
|
29
34
|
<table>
|
30
35
|
<thead>
|
@@ -61,7 +66,11 @@
|
|
61
66
|
<script src="/static/js/xterm/addon-unicode-graphemes.js"></script>
|
62
67
|
<script src="/static/js/xterm/addon-fit.js"></script>
|
63
68
|
<script src="/static/js/marked/marked.min.js"></script>
|
69
|
+
<script type="text/javascript" src="/static/jsonform/deps/jquery.min.js"></script>
|
70
|
+
<script type="text/javascript" src="/static/jsonform/deps/underscore.js"></script>
|
71
|
+
<script type="text/javascript" src="/static/jsonform/lib/jsonform.js"></script>
|
64
72
|
<script type="text/javascript" src="/static/js/script.js"></script>
|
65
73
|
<script type="text/javascript" src="/static/js/executables.js"></script>
|
74
|
+
|
66
75
|
</body>
|
67
76
|
</html>
|
pywebexec/version.py
CHANGED
@@ -1,12 +1,18 @@
|
|
1
1
|
pywebexec/__init__.py,sha256=197fHJy0UDBwTTpGCGortZRr-w2kTaD7MxqdbVmTEi0,61
|
2
2
|
pywebexec/host_ip.py,sha256=Ud_HTflWVQ8789aoQ2RZdT1wGI-ccvrwSWGz_c7T3TI,1241
|
3
|
-
pywebexec/pywebexec.py,sha256=
|
3
|
+
pywebexec/pywebexec.py,sha256=5hv_3F0Tbz_s5eXrt4WaPCylW44gk5NHCzjJzP5HITw,40320
|
4
4
|
pywebexec/swagger.yaml,sha256=pGG4ikpASgBnzoZ44jJJ8l5JrNz7GOBpCakSJta-30c,5676
|
5
|
-
pywebexec/version.py,sha256=
|
6
|
-
pywebexec/static/css/
|
5
|
+
pywebexec/version.py,sha256=XpuI7HzxKLaYJ7_RCjmBMu4bFriZKz1Qt99JrJg3pvA,513
|
6
|
+
pywebexec/static/css/bootstrap.min.css,sha256=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w,121200
|
7
|
+
pywebexec/static/css/style.css,sha256=qHpygKI1AQbkcb9-p8DzfSZi5Og_rMSQ8NKnBVj8OHQ,170576
|
7
8
|
pywebexec/static/css/xterm.css,sha256=uo5phWaUiJgcz0DAzv46uoByLLbJLeetYosL1xf68rY,5559
|
8
9
|
pywebexec/static/fonts/CommitMonoNerdFontMono-Regular.ttf,sha256=v6nZdSx5cs_TIic8Fujrjzg9u9glWjorDIr7RlwNceM,2370228
|
9
10
|
pywebexec/static/fonts/LICENSE,sha256=gsBdbFPfoMkCWYXBnjcYEAILdO0sYdUdNw8qirJQbVI,4395
|
11
|
+
pywebexec/static/fonts/glyphicons-halflings-regular.eot,sha256=E2NNqH2eI_jD7ZEIzhck0YOjmtBy5z4bPYy_ZG0tBAc,20127
|
12
|
+
pywebexec/static/fonts/glyphicons-halflings-regular.svg,sha256=QvYGWdJlwaPDD5-kKry7Vr1KU69Ng9MW1t16NpA8Q-U,108738
|
13
|
+
pywebexec/static/fonts/glyphicons-halflings-regular.ttf,sha256=45UEQJN1fYKvyxOJV9BqHqk2G9zwtELQahioBRr1dFY,45404
|
14
|
+
pywebexec/static/fonts/glyphicons-halflings-regular.woff,sha256=omOU9-3hAMoRjv8u2ghZYnWpg5uVnCJuFUOVV6WoB0I,23424
|
15
|
+
pywebexec/static/fonts/glyphicons-halflings-regular.woff2,sha256=_hhdEaSWdokNR7t4MxKgzaWkTEA5IUCU55V7TAQO8Rw,18028
|
10
16
|
pywebexec/static/images/aborted.svg,sha256=2nuvSwGBIZGWtlM1DrBO3qiSq1reDbcZDAj9rJXBnjY,380
|
11
17
|
pywebexec/static/images/copy.svg,sha256=d9OwtGh5GzzZHzYcDrLfNxZYLth1Q64x7bRyYxu4Px0,622
|
12
18
|
pywebexec/static/images/copy_ok.svg,sha256=mEqUVUhSq8xaJK2msQkxRawnz_KwlCZ-tok8QS6hJ3g,451
|
@@ -23,7 +29,7 @@ pywebexec/static/images/popup.svg,sha256=0Bl9A_v5cBsMPn6FnOlVWlAQKgd2zqiWQbhjcL9
|
|
23
29
|
pywebexec/static/images/resume.svg,sha256=99LP1Ya2JXakRCO9kW8JMuT_4a_CannF65EiuwtvK4A,607
|
24
30
|
pywebexec/static/images/running.svg,sha256=fBCYwYb2O9K4N3waC2nURP25NRwZlqR4PbDZy6JQMww,610
|
25
31
|
pywebexec/static/images/success.svg,sha256=NVwezvVMplt46ElW798vqGfrL21Mw_DWHUp_qiD_FU8,489
|
26
|
-
pywebexec/static/js/executables.js,sha256=
|
32
|
+
pywebexec/static/js/executables.js,sha256=jU2UjhCVa2rEafe1HN9GzTQBuOtmqsve8zpZgtB5G7A,11901
|
27
33
|
pywebexec/static/js/popup.js,sha256=0fr3pp4j9D2fXEVnHyQrx2bPWFHfgbb336dbewgH1d8,9023
|
28
34
|
pywebexec/static/js/script.js,sha256=EpDwM1CyvHgsfkMSAkYmS9nU0sKOEXpQ6L3xhDIabEY,17933
|
29
35
|
pywebexec/static/js/marked/LICENSE.md,sha256=jjo_gvWaYJWPVsoI9EVkfDKkcz3HymwsRvbriYRxq5w,2942
|
@@ -39,12 +45,18 @@ pywebexec/static/js/xterm/addon-unicode11.js,sha256=sMO-VAqZhHE66plpZsJO0aY50R9g
|
|
39
45
|
pywebexec/static/js/xterm/addon-unicode11.js.map,sha256=paDj5KKtTIUGedQn2x7CaUTDEy3e_-CHiFyCNpoNADc,40000
|
40
46
|
pywebexec/static/js/xterm/xterm.js,sha256=H5kaw7Syg-v5bmCuI6AKUnZd06Lkb6b92p8aqwMvdJU,289441
|
41
47
|
pywebexec/static/js/xterm/xterm.js.map,sha256=Y7O2Pb-fIS7Z8AC1D5s04_aiW_Jf1f4mCfN0U_OI6Zw,1118392
|
48
|
+
pywebexec/static/jsonform/LICENSE,sha256=1KLq9T95zKkcau-E5Cs5x5Gh4YbukbW3a8iwQIrYhVA,1074
|
49
|
+
pywebexec/static/jsonform/deps/README.md,sha256=MmF95ph8bVC6T6hnHYXDrmQRo4M_QLNQ8vQ0spN5Oog,1170
|
50
|
+
pywebexec/static/jsonform/deps/jquery.min.js,sha256=EJqHZ51ye2XYTo2GSdLumxaY1wqSS4XXxP6YcqrP-LQ,320099
|
51
|
+
pywebexec/static/jsonform/deps/underscore.js,sha256=SzKOQsVYGX1bmddyfPzGC6yXY_rWYGUSMOi6-T9gZ-0,52919
|
52
|
+
pywebexec/static/jsonform/deps/img/glyphicons-halflings.png,sha256=hpJM0AbbMLnU8UGOBs172D7vK-dooQ8n0s_ybml3zO0,13826
|
53
|
+
pywebexec/static/jsonform/lib/jsonform.js,sha256=U-BvOgq5gCvSUo36qSAK7Y91RPKOq7vZShkIYpzwlkk,138525
|
42
54
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
43
|
-
pywebexec/templates/index.html,sha256=
|
55
|
+
pywebexec/templates/index.html,sha256=_cMEM316zPYySIHVb_gQpf3Zxhk9tWJFF9hdWlFasgc,3598
|
44
56
|
pywebexec/templates/popup.html,sha256=3kpMccKD_OLLhJ4Y9KRw6Ny8wQWjVaRrUfV9y5-bDiQ,1580
|
45
|
-
pywebexec-1.9.
|
46
|
-
pywebexec-1.9.
|
47
|
-
pywebexec-1.9.
|
48
|
-
pywebexec-1.9.
|
49
|
-
pywebexec-1.9.
|
50
|
-
pywebexec-1.9.
|
57
|
+
pywebexec-1.9.15.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
58
|
+
pywebexec-1.9.15.dist-info/METADATA,sha256=zjpMP0KGQgK8hKCxEPhFut3gCiuWx6pztTsCTVKReeo,9685
|
59
|
+
pywebexec-1.9.15.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
60
|
+
pywebexec-1.9.15.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
61
|
+
pywebexec-1.9.15.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
62
|
+
pywebexec-1.9.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|