pywebexec 2.0.7__py3-none-any.whl → 2.0.9__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.
@@ -36,6 +36,7 @@ font-size: 14px;
36
36
  padding: 3px 13px;
37
37
  border: 1px solid transparent;
38
38
  border-radius: 15px;
39
+ font-family: Arial, Helvetica, sans-serif;
39
40
  }
40
41
  .btn-primary {
41
42
  position: relative;
@@ -125,6 +125,7 @@ form {
125
125
  background-image: url("/static/images/favicon.svg");
126
126
  background-size: 30px 30px;
127
127
  background-repeat: no-repeat;
128
+ background-position-y: -1px;
128
129
  vertical-align: bottom;
129
130
  padding-left: 35px;
130
131
  }
@@ -189,6 +190,7 @@ code {
189
190
  outline: none;
190
191
  background-color: white;
191
192
  margin: 0; /* Remove margin */
193
+ font-family: Arial, Helvetica, sans-serif;
192
194
  }
193
195
 
194
196
  #command {
@@ -230,6 +232,7 @@ code {
230
232
  display: flex;
231
233
  align-items: center;
232
234
  justify-content: center;
235
+ font-size: 13px;
233
236
  }
234
237
 
235
238
  .show-command-list-button .arrow {
@@ -254,18 +257,25 @@ code {
254
257
  background-color: white;
255
258
  border: 1px solid #aaa;
256
259
  border-radius: 5px;
257
- padding: 0px 5px 0px 5px;
260
+ padding: 3px 7px 3px 7px;
258
261
  margin-top: 2px;
259
262
  overflow-y: auto;
260
263
  z-index: 1000;
261
264
  max-height: 200px;
265
+ font-size: 15px;
266
+ border-color: #66afe9;
267
+ outline: 0;
268
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
269
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
270
+
262
271
  }
263
272
 
264
273
  .command-item {
265
- padding: 1px 5px 1px 5px;
274
+ padding: 2px 10px 2px 10px;
266
275
  margin-top: 1px;
267
276
  cursor: pointer;
268
277
  outline: none; /* Remove default focus border */
278
+ border-radius: 15px;
269
279
  }
270
280
 
271
281
  .command-item:hover, .command-item.highlighted, .command-item:focus {
pywebexec/version.py CHANGED
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '2.0.7'
21
- __version_tuple__ = version_tuple = (2, 0, 7)
20
+ __version__ = version = '2.0.9'
21
+ __version_tuple__ = version_tuple = (2, 0, 9)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pywebexec
3
- Version: 2.0.7
3
+ Version: 2.0.9
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Home-page: https://github.com/joknarf/pywebexec
6
6
  Author: Franck Jouvanceau
@@ -2,10 +2,10 @@ pywebexec/__init__.py,sha256=197fHJy0UDBwTTpGCGortZRr-w2kTaD7MxqdbVmTEi0,61
2
2
  pywebexec/host_ip.py,sha256=Ud_HTflWVQ8789aoQ2RZdT1wGI-ccvrwSWGz_c7T3TI,1241
3
3
  pywebexec/pywebexec.py,sha256=bC9mOWBsOEVX_70BfJl6tF-4T0tm2WXcBvxcLprN4rw,40738
4
4
  pywebexec/swagger.yaml,sha256=j-KZnU4rGR-Fsk8y_EbqYzqVgtAZ8EjZIKAqZSxyyc0,5858
5
- pywebexec/version.py,sha256=ulUZ6lrSexVngMnKPLgJd8su0H8_WYJENJZUKBoZlaY,511
6
- pywebexec/static/css/form.css,sha256=Qb0lQYqe2Pdk7BmJ_YTts2zA8e_9dJYp-4tuRbeCCYg,3553
5
+ pywebexec/version.py,sha256=3Hw94mCihPHQHp2v84oiOR-GC2moriN-S3C3Yu8rLmU,511
6
+ pywebexec/static/css/form.css,sha256=qYbZM-3vPszy4nRHroejvUwFuGtEbP1v4IhYlKOu0VU,3598
7
7
  pywebexec/static/css/markdown.css,sha256=3RzUnpVBdF6cQuB_NXV7hMTc0quYU8sfyuZcpsREj6A,1939
8
- pywebexec/static/css/style.css,sha256=o5iWsFOYtP1W-R_lTcWoaxzlh8EoaL__ycVZOori1Ws,9434
8
+ pywebexec/static/css/style.css,sha256=UGkHGA2z_25kUAiamfzxz0IfZBt8y0zsGMR13Kp6R9I,9809
9
9
  pywebexec/static/css/swagger-ui.css,sha256=xhXN8fnUaIACGHuPIEIr9-qmyYr6Zx0k2wv4Qy7Bg1Y,154985
10
10
  pywebexec/static/css/swagger-ui.css.map,sha256=dJy-xBn_htK4BNupTMIl33ddse7BXsrCdDJWlTJodnw,258842
11
11
  pywebexec/static/css/xterm.css,sha256=uo5phWaUiJgcz0DAzv46uoByLLbJLeetYosL1xf68rY,5559
@@ -66,9 +66,9 @@ pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
66
66
  pywebexec/templates/index.html,sha256=KeNLBH9PN_ZuGhzwrjvRTj2oBtbINv_SbwGQpOahNWo,3820
67
67
  pywebexec/templates/popup.html,sha256=3kpMccKD_OLLhJ4Y9KRw6Ny8wQWjVaRrUfV9y5-bDiQ,1580
68
68
  pywebexec/templates/swagger_ui.html,sha256=9ngyldkyEdLonBjl97mbIZUlVk-jxwcHrvFzMSrveyU,1067
69
- pywebexec-2.0.7.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
70
- pywebexec-2.0.7.dist-info/METADATA,sha256=wZzuVLc2sLW12_4aILoewmns_fAYGdSO4LCr6z4gbvo,11615
71
- pywebexec-2.0.7.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
72
- pywebexec-2.0.7.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
73
- pywebexec-2.0.7.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
74
- pywebexec-2.0.7.dist-info/RECORD,,
69
+ pywebexec-2.0.9.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
70
+ pywebexec-2.0.9.dist-info/METADATA,sha256=QncOMIqrewgqpi_vwc8u9ld1SNr0iYm5u8ZSorD_9rE,11615
71
+ pywebexec-2.0.9.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
72
+ pywebexec-2.0.9.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
73
+ pywebexec-2.0.9.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
74
+ pywebexec-2.0.9.dist-info/RECORD,,