pywebexec 1.5.5__py3-none-any.whl → 1.5.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/version.py +2 -2
- {pywebexec-1.5.5.dist-info → pywebexec-1.5.6.dist-info}/METADATA +2 -2
- {pywebexec-1.5.5.dist-info → pywebexec-1.5.6.dist-info}/RECORD +7 -7
- {pywebexec-1.5.5.dist-info → pywebexec-1.5.6.dist-info}/LICENSE +0 -0
- {pywebexec-1.5.5.dist-info → pywebexec-1.5.6.dist-info}/WHEEL +0 -0
- {pywebexec-1.5.5.dist-info → pywebexec-1.5.6.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.5.5.dist-info → pywebexec-1.5.6.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.5.
|
3
|
+
Version: 1.5.6
|
4
4
|
Summary: Simple Python HTTP Exec Server
|
5
5
|
Home-page: https://github.com/joknarf/pywebexec
|
6
6
|
Author: Franck Jouvanceau
|
@@ -91,7 +91,7 @@ $ pywebexec -d <dir>
|
|
91
91
|
* Launch commands with params/view live output/Status using browser
|
92
92
|
* Share your terminal output using `pywebexec -d <dir> term`
|
93
93
|
|
94
|
-

|
95
95
|
|
96
96
|
all commands output / statuses are available in the executables directory in subdirectory `.web_status`
|
97
97
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
|
2
2
|
pywebexec/pywebexec.py,sha256=hacpB6OnS_ZN1SBmuReTUkvAuenl6czD6aD_yV8wusY,28462
|
3
|
-
pywebexec/version.py,sha256=
|
3
|
+
pywebexec/version.py,sha256=k4Tk-oOp5Zst-Tqem-_IuwoAZtyDq4hHYWlF7LJTgBo,411
|
4
4
|
pywebexec/static/css/Consolas NF.ttf,sha256=DJEOzF0eqZ-kxu3Gs_VE8X0NJqiobBzmxWDGpdgGRxI,1313900
|
5
5
|
pywebexec/static/css/style.css,sha256=OM-gJPLw0DcJwMgMXHDKc_9C87LYNu3bHssx_UtXi1Y,7273
|
6
6
|
pywebexec/static/css/xterm.css,sha256=uo5phWaUiJgcz0DAzv46uoByLLbJLeetYosL1xf68rY,5559
|
@@ -28,9 +28,9 @@ pywebexec/static/js/xterm/xterm.js.map,sha256=Y7O2Pb-fIS7Z8AC1D5s04_aiW_Jf1f4mCf
|
|
28
28
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
29
|
pywebexec/templates/index.html,sha256=Pe2d4wqad0e9AKrYre_oLWrSxy4_nQRJLKSklQjoE7c,2570
|
30
30
|
pywebexec/templates/popup.html,sha256=9aKqOQccdus5n4f3p2rQaOGymAg39eu7reHqmOdkrww,1194
|
31
|
-
pywebexec-1.5.
|
32
|
-
pywebexec-1.5.
|
33
|
-
pywebexec-1.5.
|
34
|
-
pywebexec-1.5.
|
35
|
-
pywebexec-1.5.
|
36
|
-
pywebexec-1.5.
|
31
|
+
pywebexec-1.5.6.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
32
|
+
pywebexec-1.5.6.dist-info/METADATA,sha256=60kGlIXQq2Vkrc1-VbQpcwIqFto3O9uHXLI4qgOX4tI,7801
|
33
|
+
pywebexec-1.5.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
34
|
+
pywebexec-1.5.6.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
35
|
+
pywebexec-1.5.6.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
36
|
+
pywebexec-1.5.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|