pywebexec 1.1.6__py3-none-any.whl → 1.1.7__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.
@@ -7,6 +7,7 @@ body {
7
7
  position: relative;
8
8
  border-radius: 10px;
9
9
  border: 1px solid #aaa;
10
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
10
11
  }
11
12
  table {
12
13
  width: 100%;
@@ -19,7 +20,8 @@ th, td {
19
20
  white-space: nowrap;
20
21
  }
21
22
  th {
22
- background-color: #f2f2f2;
23
+ background-color: #444;
24
+ color: #eee;
23
25
  position: sticky;
24
26
  top: 0;
25
27
  z-index: 1;
@@ -49,7 +51,6 @@ button {
49
51
  -webkit-border-radius: none;
50
52
  appearance: none;
51
53
  border-radius: 15px;
52
- padding: 3px;
53
54
  padding-right: 13px;
54
55
  border: 1px #555 solid;
55
56
  height: 22px;
@@ -70,6 +71,11 @@ form {
70
71
  background-repeat: no-repeat;
71
72
  vertical-align: middle;
72
73
  }
74
+ .title-icon {
75
+ width: 30px;
76
+ height: 30px;
77
+ background-image: url("/static/images/favicon.svg")
78
+ }
73
79
  .status-running {
74
80
  background-image: url("/static/images/running.gif")
75
81
  }
@@ -108,7 +114,7 @@ input {
108
114
  height: 15px;
109
115
  font-size: 15px;
110
116
  outline: none;
111
- text-indent: 10px;
117
+ text-indent: 5px;
112
118
  background-color: white;
113
119
  }
114
120
  .currentcommand {
@@ -7,7 +7,7 @@
7
7
  <link rel="stylesheet" href="/static/css/style.css">
8
8
  </head>
9
9
  <body>
10
- <h2>{{ title }}</h2>
10
+ <h2><span class="status-icon title-icon"></span>{{ title }}</h2>
11
11
  <form id="launchForm">
12
12
  <label for="commandName">Command</label>
13
13
  <select id="commandName" name="commandName"></select>
pywebexec/version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.1.6'
16
- __version_tuple__ = version_tuple = (1, 1, 6)
15
+ __version__ = version = '1.1.7'
16
+ __version_tuple__ = version_tuple = (1, 1, 7)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pywebexec
3
- Version: 1.1.6
3
+ Version: 1.1.7
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Home-page: https://github.com/joknarf/pywebexec
6
6
  Author: Franck Jouvanceau
@@ -83,7 +83,7 @@ $ pywebexec
83
83
  ```
84
84
 
85
85
  * Launch commands with params/view live output/Status using browser
86
- ![pywebexec](https://github.com/user-attachments/assets/d352cc23-1552-4b79-a6ff-f02f05cf328e)
86
+ ![pywebexecnew](https://github.com/user-attachments/assets/06290b5e-284e-4e41-b32a-0f5aad074658)
87
87
 
88
88
  all commands output / statuses are available in the executables directory in subdirectory `.web_status`
89
89
 
@@ -1,7 +1,7 @@
1
1
  pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
2
2
  pywebexec/pywebexec.py,sha256=yGx5OkTNFovjsludN5hdX43qoHb7W3FoxmDuJzlq2CU,21229
3
- pywebexec/version.py,sha256=trrs_xRe10Blp7ukzRnzYe7bKYCaHVhUQ-hEeL9kP44,411
4
- pywebexec/static/css/style.css,sha256=o18HNb7tPu95wE7QCnwrBMq4MzRxP2NN3PO-_Q0PfJk,2754
3
+ pywebexec/version.py,sha256=ob_T_OgPz6CVrt23qLmMWVP7iCzz-_1Y1nAwNnu1aVw,411
4
+ pywebexec/static/css/style.css,sha256=_WrN0deHXugf3xkOr2E2ptBzKYo9GoiaYJ4trzPn6ec,2902
5
5
  pywebexec/static/images/aborted.svg,sha256=_mP43hU5QdRLFZIknBgjx-dIXrHgQG23-QV27ApXK2A,381
6
6
  pywebexec/static/images/copy.svg,sha256=d9OwtGh5GzzZHzYcDrLfNxZYLth1Q64x7bRyYxu4Px0,622
7
7
  pywebexec/static/images/copy_ok.svg,sha256=mEqUVUhSq8xaJK2msQkxRawnz_KwlCZ-tok8QS6hJ3g,451
@@ -11,10 +11,10 @@ pywebexec/static/images/running.gif,sha256=iYuzQGkMxrakSIwt6gPieKCImGZoSAHmU5MUN
11
11
  pywebexec/static/images/success.svg,sha256=PJDcCSTevJh7rkfSFLtc7P0pbeh8PVQBS8DaOLQemmc,489
12
12
  pywebexec/static/js/script.js,sha256=RrlozMlUx_7MJTf7IG98rzJsLgwEMyEV9bSW6QpQdZw,7088
13
13
  pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
- pywebexec/templates/index.html,sha256=Q3tubZjBzq4v1aV_BDFSvAKnoim-wKo3EkE_pkA2jm4,1302
15
- pywebexec-1.1.6.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
16
- pywebexec-1.1.6.dist-info/METADATA,sha256=2Eqma2gTYEcKiAtBaxkYUsnJI4vb29h_tfhYbkw9k_U,6767
17
- pywebexec-1.1.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
18
- pywebexec-1.1.6.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
19
- pywebexec-1.1.6.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
20
- pywebexec-1.1.6.dist-info/RECORD,,
14
+ pywebexec/templates/index.html,sha256=7dFHAmHXGMrK1-M6PIAbMS0bv7Pi5-6vDoyUk3irnQc,1346
15
+ pywebexec-1.1.7.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
16
+ pywebexec-1.1.7.dist-info/METADATA,sha256=7xSuhpJshzZHZnHGBDVXOvpUzRsoUpXB9gt-MbzmIbg,6770
17
+ pywebexec-1.1.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
18
+ pywebexec-1.1.7.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
19
+ pywebexec-1.1.7.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
20
+ pywebexec-1.1.7.dist-info/RECORD,,