pywebexec 1.2.1__py3-none-any.whl → 1.2.2__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/version.py +2 -2
- {pywebexec-1.2.1.dist-info → pywebexec-1.2.2.dist-info}/METADATA +2 -2
- {pywebexec-1.2.1.dist-info → pywebexec-1.2.2.dist-info}/RECORD +7 -7
- {pywebexec-1.2.1.dist-info → pywebexec-1.2.2.dist-info}/LICENSE +0 -0
- {pywebexec-1.2.1.dist-info → pywebexec-1.2.2.dist-info}/WHEEL +0 -0
- {pywebexec-1.2.1.dist-info → pywebexec-1.2.2.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.2.1.dist-info → pywebexec-1.2.2.dist-info}/top_level.txt +0 -0
pywebexec/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: pywebexec
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.2
|
4
4
|
Summary: Simple Python HTTP Exec Server
|
5
5
|
Home-page: https://github.com/joknarf/pywebexec
|
6
6
|
Author: Franck Jouvanceau
|
@@ -153,7 +153,7 @@ $ pywebexec stop
|
|
153
153
|
## Launch command through API
|
154
154
|
|
155
155
|
```shell
|
156
|
-
$ curl http://myhost:8080/
|
156
|
+
$ curl http://myhost:8080/run_command -H 'Content-Type: application/json' -X POST -d '{ "command":"myscript", "params":["param1", ...]}'
|
157
157
|
$ curl http://myhost:8080/command_status/<command_id>
|
158
158
|
$ curl http://myhost:8080/command_output/<command_id> -H "Accept: text/plain"
|
159
159
|
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
|
2
2
|
pywebexec/pywebexec.py,sha256=CCLB47Dilidbm-n6Lc2i8GRP1lylRfwBCLw2CqvPKwA,23035
|
3
|
-
pywebexec/version.py,sha256=
|
3
|
+
pywebexec/version.py,sha256=XEVwqOPlIChKtEnSO5v_SvghWXnn9WeQSoJ436w3v9Y,411
|
4
4
|
pywebexec/static/css/style.css,sha256=_OIZn-C1XZtz62eEGHKLIBo42a_xcjukjEUaefjkpCQ,3524
|
5
5
|
pywebexec/static/css/xterm.css,sha256=gy8_LGA7Q61DUf8ElwFQzHqHMBQnbbEmpgZcbdgeSHI,5383
|
6
6
|
pywebexec/static/images/aborted.svg,sha256=_mP43hU5QdRLFZIknBgjx-dIXrHgQG23-QV27ApXK2A,381
|
@@ -17,9 +17,9 @@ pywebexec/static/js/xterm/xterm-addon-fit.js,sha256=Pprm9pZe4SadVXS5Bc8b9VnC9Ex4
|
|
17
17
|
pywebexec/static/js/xterm/xterm.js,sha256=Bzka76jZwEhVt_LlS0e0qMw7ryGa1p5qfxFyeohphBo,283371
|
18
18
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
pywebexec/templates/index.html,sha256=8dGO5qKZsAjbmsnrSbhrPN2I2_Jaxle7F3GTOcfkaLM,1689
|
20
|
-
pywebexec-1.2.
|
21
|
-
pywebexec-1.2.
|
22
|
-
pywebexec-1.2.
|
23
|
-
pywebexec-1.2.
|
24
|
-
pywebexec-1.2.
|
25
|
-
pywebexec-1.2.
|
20
|
+
pywebexec-1.2.2.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
21
|
+
pywebexec-1.2.2.dist-info/METADATA,sha256=E7EUluvJgF_pbLD_ZZAY01Jig8a3xqVFlqfkb-Ujb44,6904
|
22
|
+
pywebexec-1.2.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
23
|
+
pywebexec-1.2.2.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
24
|
+
pywebexec-1.2.2.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
25
|
+
pywebexec-1.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|