pywebexec 1.9.13__py3-none-any.whl → 1.9.14__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 +2 -2
- pywebexec/version.py +2 -2
- {pywebexec-1.9.13.dist-info → pywebexec-1.9.14.dist-info}/METADATA +1 -1
- {pywebexec-1.9.13.dist-info → pywebexec-1.9.14.dist-info}/RECORD +8 -8
- {pywebexec-1.9.13.dist-info → pywebexec-1.9.14.dist-info}/LICENSE +0 -0
- {pywebexec-1.9.13.dist-info → pywebexec-1.9.14.dist-info}/WHEEL +0 -0
- {pywebexec-1.9.13.dist-info → pywebexec-1.9.14.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.9.13.dist-info → pywebexec-1.9.14.dist-info}/top_level.txt +0 -0
pywebexec/pywebexec.py
CHANGED
@@ -924,9 +924,9 @@ def swagger_yaml():
|
|
924
924
|
dynamic_path = "/commands/" + exe["command"]
|
925
925
|
swagger_spec.setdefault("paths", {})[dynamic_path] = {
|
926
926
|
"post": {
|
927
|
-
"summary": f"Run command {exe[
|
927
|
+
"summary": f"Run command {exe['command']}",
|
928
928
|
"tags": ["run_commands"],
|
929
|
-
"description": f"{exe[
|
929
|
+
"description": f"{exe['help']}",
|
930
930
|
"consumes": ["application/json"],
|
931
931
|
"produces": ["application/json"],
|
932
932
|
"parameters": [
|
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=Z0q8RmGvvp5W5ZHiQ6Mguln-QqfGBK5jdPjVA1AaMP4,37983
|
4
4
|
pywebexec/swagger.yaml,sha256=pGG4ikpASgBnzoZ44jJJ8l5JrNz7GOBpCakSJta-30c,5676
|
5
|
-
pywebexec/version.py,sha256=
|
5
|
+
pywebexec/version.py,sha256=qlYBYV6clyKj6cJVfGdOl5MpRG0mMb-X1YqoxMQo6ak,513
|
6
6
|
pywebexec/static/css/style.css,sha256=KiiApuoxfjG5ce7Re5p7wNUWdyo5AMuVdQ3UkbpjtQI,9711
|
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.14.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
46
|
+
pywebexec-1.9.14.dist-info/METADATA,sha256=GlzSZ5EOiXlvQRPjyByPZ2rdowINlhBvqI8pSOvkvsk,9685
|
47
|
+
pywebexec-1.9.14.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
48
|
+
pywebexec-1.9.14.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
49
|
+
pywebexec-1.9.14.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
50
|
+
pywebexec-1.9.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|