pywebexec 1.4.0__py3-none-any.whl → 1.4.1__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.4.0.dist-info → pywebexec-1.4.1.dist-info}/METADATA +3 -1
- {pywebexec-1.4.0.dist-info → pywebexec-1.4.1.dist-info}/RECORD +7 -7
- {pywebexec-1.4.0.dist-info → pywebexec-1.4.1.dist-info}/LICENSE +0 -0
- {pywebexec-1.4.0.dist-info → pywebexec-1.4.1.dist-info}/WHEEL +0 -0
- {pywebexec-1.4.0.dist-info → pywebexec-1.4.1.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.4.0.dist-info → pywebexec-1.4.1.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.4.
|
3
|
+
Version: 1.4.1
|
4
4
|
Summary: Simple Python HTTP Exec Server
|
5
5
|
Home-page: https://github.com/joknarf/pywebexec
|
6
6
|
Author: Franck Jouvanceau
|
@@ -57,6 +57,7 @@ Requires-Dist: python-daemon>=2.3.2
|
|
57
57
|
Requires-Dist: cryptography>=40.0.2
|
58
58
|
Requires-Dist: Flask>=2.0.3
|
59
59
|
Requires-Dist: Flask-HTTPAuth>=4.8.0
|
60
|
+
Requires-Dist: pexpect>=4.9.0
|
60
61
|
Requires-Dist: gunicorn>=21.2.0
|
61
62
|
Requires-Dist: ldap3>=2.9.1
|
62
63
|
|
@@ -95,6 +96,7 @@ all commands output / statuses are available in the executables directory in sub
|
|
95
96
|
* Launch commands with params from web browser or API call
|
96
97
|
* multiple share terminal output
|
97
98
|
* Follow live output
|
99
|
+
* Replay terminal history
|
98
100
|
* Stop command
|
99
101
|
* Relaunch command
|
100
102
|
* HTTPS support
|
@@ -1,6 +1,6 @@
|
|
1
1
|
pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
|
2
2
|
pywebexec/pywebexec.py,sha256=O3_iTeNw6ekF-f7-xO_wL0MDMm72v_onrcrB4repxk4,26124
|
3
|
-
pywebexec/version.py,sha256=
|
3
|
+
pywebexec/version.py,sha256=oFZsPxoSsCY6D2DiWMSueNvMDRRQN5ssWrPdQtlLJ_o,411
|
4
4
|
pywebexec/static/css/Consolas NF.ttf,sha256=DJEOzF0eqZ-kxu3Gs_VE8X0NJqiobBzmxWDGpdgGRxI,1313900
|
5
5
|
pywebexec/static/css/style.css,sha256=iLX6k1hoWLinZWyqtbH50U-0hND2M-5_Zr1U1UC_gos,5578
|
6
6
|
pywebexec/static/css/xterm.css,sha256=gy8_LGA7Q61DUf8ElwFQzHqHMBQnbbEmpgZcbdgeSHI,5383
|
@@ -20,9 +20,9 @@ pywebexec/static/js/xterm/xterm-addon-fit.js,sha256=Pprm9pZe4SadVXS5Bc8b9VnC9Ex4
|
|
20
20
|
pywebexec/static/js/xterm/xterm.js,sha256=Bzka76jZwEhVt_LlS0e0qMw7ryGa1p5qfxFyeohphBo,283371
|
21
21
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
22
|
pywebexec/templates/index.html,sha256=DYtT555wSNhnFtzzHhPMWJireynCJNnAuTytpoORQeE,2321
|
23
|
-
pywebexec-1.4.
|
24
|
-
pywebexec-1.4.
|
25
|
-
pywebexec-1.4.
|
26
|
-
pywebexec-1.4.
|
27
|
-
pywebexec-1.4.
|
28
|
-
pywebexec-1.4.
|
23
|
+
pywebexec-1.4.1.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
24
|
+
pywebexec-1.4.1.dist-info/METADATA,sha256=yChIhzunqlthdKzvIGTeUDZkukOtbseczN-Ov1hrX8w,7453
|
25
|
+
pywebexec-1.4.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
26
|
+
pywebexec-1.4.1.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
27
|
+
pywebexec-1.4.1.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
28
|
+
pywebexec-1.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|