pywebexec 1.9.5__py3-none-any.whl → 1.9.6__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 +1 -2
- pywebexec/version.py +2 -2
- {pywebexec-1.9.5.dist-info → pywebexec-1.9.6.dist-info}/METADATA +1 -1
- {pywebexec-1.9.5.dist-info → pywebexec-1.9.6.dist-info}/RECORD +8 -8
- {pywebexec-1.9.5.dist-info → pywebexec-1.9.6.dist-info}/LICENSE +0 -0
- {pywebexec-1.9.5.dist-info → pywebexec-1.9.6.dist-info}/WHEEL +0 -0
- {pywebexec-1.9.5.dist-info → pywebexec-1.9.6.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.9.5.dist-info → pywebexec-1.9.6.dist-info}/top_level.txt +0 -0
pywebexec/pywebexec.py
CHANGED
@@ -639,8 +639,7 @@ def get_executables():
|
|
639
639
|
with open(help_file, 'r') as hf:
|
640
640
|
help_text = hf.read()
|
641
641
|
executables_list.append({"command": f, "help": help_text})
|
642
|
-
return executables_list
|
643
|
-
|
642
|
+
return sorted(executables_list, key=lambda x: x["command"])
|
644
643
|
|
645
644
|
@app.route('/commands/<command_id>/stop', methods=['PATCH'])
|
646
645
|
def stop_command(command_id):
|
pywebexec/version.py
CHANGED
@@ -1,8 +1,8 @@
|
|
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=Jl-23-mSKubf31I5XsyC5Lp4fgI5VHLfE3UVSynzZsE,37933
|
4
4
|
pywebexec/swagger.yaml,sha256=w5Jl1S9yKhXZ5oaUunX8DJBToUGb9vsxvJE-K4KMNNA,5504
|
5
|
-
pywebexec/version.py,sha256=
|
5
|
+
pywebexec/version.py,sha256=I92J40df6ONedQ3XmqUGatZtaiiCjGjsjRS83cvq8Ek,511
|
6
6
|
pywebexec/static/css/style.css,sha256=M2zqrDSolDUxeVVeJ0e6NMTMM8B4_LUEmG-lWQwtUoI,9530
|
7
7
|
pywebexec/static/css/xterm.css,sha256=uo5phWaUiJgcz0DAzv46uoByLLbJLeetYosL1xf68rY,5559
|
8
8
|
pywebexec/static/fonts/CommitMonoNerdFontMono-Regular.ttf,sha256=v6nZdSx5cs_TIic8Fujrjzg9u9glWjorDIr7RlwNceM,2370228
|
@@ -42,9 +42,9 @@ pywebexec/static/js/xterm/xterm.js.map,sha256=Y7O2Pb-fIS7Z8AC1D5s04_aiW_Jf1f4mCf
|
|
42
42
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
43
43
|
pywebexec/templates/index.html,sha256=66Oevi5umxCK81IoGoudx3vWp0ltdFMFsymXsnLQw-c,3209
|
44
44
|
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.
|
45
|
+
pywebexec-1.9.6.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
46
|
+
pywebexec-1.9.6.dist-info/METADATA,sha256=lJyuzla4QUvEEXWqEAHOwWVriLBEOatOay3VgTLDiWU,9450
|
47
|
+
pywebexec-1.9.6.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
48
|
+
pywebexec-1.9.6.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
49
|
+
pywebexec-1.9.6.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
50
|
+
pywebexec-1.9.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|