pywebexec 1.6.4__tar.gz → 1.6.6__tar.gz

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.
Files changed (50) hide show
  1. {pywebexec-1.6.4/pywebexec.egg-info → pywebexec-1.6.6}/PKG-INFO +1 -1
  2. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/css/style.css +2 -2
  3. pywebexec-1.6.6/pywebexec/static/images/aborted.svg +1 -0
  4. pywebexec-1.6.6/pywebexec/static/images/failed.svg +1 -0
  5. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/success.svg +1 -1
  6. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/version.py +2 -2
  7. {pywebexec-1.6.4 → pywebexec-1.6.6/pywebexec.egg-info}/PKG-INFO +1 -1
  8. pywebexec-1.6.4/pywebexec/static/images/aborted.svg +0 -1
  9. pywebexec-1.6.4/pywebexec/static/images/failed.svg +0 -1
  10. {pywebexec-1.6.4 → pywebexec-1.6.6}/.github/workflows/python-publish.yml +0 -0
  11. {pywebexec-1.6.4 → pywebexec-1.6.6}/.gitignore +0 -0
  12. {pywebexec-1.6.4 → pywebexec-1.6.6}/LICENSE +0 -0
  13. {pywebexec-1.6.4 → pywebexec-1.6.6}/README.md +0 -0
  14. {pywebexec-1.6.4 → pywebexec-1.6.6}/pyproject.toml +0 -0
  15. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/__init__.py +0 -0
  16. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/pywebexec.py +0 -0
  17. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/css/Consolas NF.ttf +0 -0
  18. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/css/xterm.css +0 -0
  19. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/copy.svg +0 -0
  20. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/copy_ok.svg +0 -0
  21. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/down-arrow.svg +0 -0
  22. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/favicon.svg +0 -0
  23. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/font-decrease.svg +0 -0
  24. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/font-increase.svg +0 -0
  25. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/norun.svg +0 -0
  26. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/pause.svg +0 -0
  27. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/popup.svg +0 -0
  28. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/resume.svg +0 -0
  29. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/images/running.svg +0 -0
  30. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/commands.js +0 -0
  31. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/popup.js +0 -0
  32. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/script.js +0 -0
  33. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/xterm/LICENSE +0 -0
  34. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/xterm/addon-canvas.js +0 -0
  35. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/xterm/addon-canvas.js.map +0 -0
  36. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/xterm/addon-fit.js +0 -0
  37. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/xterm/addon-fit.js.map +0 -0
  38. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/xterm/addon-unicode11.js +0 -0
  39. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/xterm/addon-unicode11.js.map +0 -0
  40. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/xterm/xterm.js +0 -0
  41. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/static/js/xterm/xterm.js.map +0 -0
  42. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/templates/__init__.py +0 -0
  43. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/templates/index.html +0 -0
  44. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec/templates/popup.html +0 -0
  45. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec.egg-info/SOURCES.txt +0 -0
  46. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec.egg-info/dependency_links.txt +0 -0
  47. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec.egg-info/entry_points.txt +0 -0
  48. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec.egg-info/requires.txt +0 -0
  49. {pywebexec-1.6.4 → pywebexec-1.6.6}/pywebexec.egg-info/top_level.txt +0 -0
  50. {pywebexec-1.6.4 → pywebexec-1.6.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pywebexec
3
- Version: 1.6.4
3
+ Version: 1.6.6
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Home-page: https://github.com/joknarf/pywebexec
6
6
  Author: Franck Jouvanceau
@@ -284,7 +284,7 @@ span {
284
284
  display: flex;
285
285
  align-items: center;
286
286
  gap: 7px;
287
- margin-top: 5px;
287
+ margin-top: 3px;
288
288
  }
289
289
  #outputSlider {
290
290
  width: 100%;
@@ -368,7 +368,7 @@ span {
368
368
  }
369
369
 
370
370
  .command-info {
371
- padding: 5px 10px 7px 10px;
371
+ padding: 6px 10px 7px 10px;
372
372
  background-color: #111;
373
373
  color: #eee;
374
374
  max-width: 300px;
@@ -0,0 +1 @@
1
+ <svg viewBox="-1 0 13 13" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 12A6 6 0 106 0a6 6 0 000 12zM3 5a1 1 0 000 2h6a1 1 0 100-2H3z" fill="#ff641a"></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="-3 0 35 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>cross-circle</title><desc>Created with Sketch Beta.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"><g id="Icon-Set-Filled" sketch:type="MSLayerGroup" transform="translate(-570.000000, -1089.000000)" fill="#ca0000"><path d="M591.657,1109.24 C592.048,1109.63 592.048,1110.27 591.657,1110.66 C591.267,1111.05 590.633,1111.05 590.242,1110.66 L586.006,1106.42 L581.74,1110.69 C581.346,1111.08 580.708,1111.08 580.314,1110.69 C579.921,1110.29 579.921,1109.65 580.314,1109.26 L584.58,1104.99 L580.344,1100.76 C579.953,1100.37 579.953,1099.73 580.344,1099.34 C580.733,1098.95 581.367,1098.95 581.758,1099.34 L585.994,1103.58 L590.292,1099.28 C590.686,1098.89 591.323,1098.89 591.717,1099.28 C592.11,1099.68 592.11,1100.31 591.717,1100.71 L587.42,1105.01 L591.657,1109.24 L591.657,1109.24 Z M586,1089 C577.163,1089 570,1096.16 570,1105 C570,1113.84 577.163,1121 586,1121 C594.837,1121 602,1113.84 602,1105 C602,1096.16 594.837,1089 586,1089 L586,1089 Z" id="cross-circle" sketch:type="MSShapeGroup"></path></g></g></g></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 75 949 949" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="#00a600" d="M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z"></path></g></svg>
1
+ <svg viewBox="0 72 955 955" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="#00a600" d="M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z"></path></g></svg>
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.6.4'
16
- __version_tuple__ = version_tuple = (1, 6, 4)
15
+ __version__ = version = '1.6.6'
16
+ __version_tuple__ = version_tuple = (1, 6, 6)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pywebexec
3
- Version: 1.6.4
3
+ Version: 1.6.6
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Home-page: https://github.com/joknarf/pywebexec
6
6
  Author: Franck Jouvanceau
@@ -1 +0,0 @@
1
- <svg viewBox="-1 -1 13 13" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 12A6 6 0 106 0a6 6 0 000 12zM3 5a1 1 0 000 2h6a1 1 0 100-2H3z" fill="#ff641a"></path></g></svg>
@@ -1 +0,0 @@
1
- <svg viewBox="-2 -2 34 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>cross-circle</title><desc>Created with Sketch Beta.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"><g id="Icon-Set-Filled" sketch:type="MSLayerGroup" transform="translate(-570.000000, -1089.000000)" fill="#ca0000"><path d="M591.657,1109.24 C592.048,1109.63 592.048,1110.27 591.657,1110.66 C591.267,1111.05 590.633,1111.05 590.242,1110.66 L586.006,1106.42 L581.74,1110.69 C581.346,1111.08 580.708,1111.08 580.314,1110.69 C579.921,1110.29 579.921,1109.65 580.314,1109.26 L584.58,1104.99 L580.344,1100.76 C579.953,1100.37 579.953,1099.73 580.344,1099.34 C580.733,1098.95 581.367,1098.95 581.758,1099.34 L585.994,1103.58 L590.292,1099.28 C590.686,1098.89 591.323,1098.89 591.717,1099.28 C592.11,1099.68 592.11,1100.31 591.717,1100.71 L587.42,1105.01 L591.657,1109.24 L591.657,1109.24 Z M586,1089 C577.163,1089 570,1096.16 570,1105 C570,1113.84 577.163,1121 586,1121 C594.837,1121 602,1113.84 602,1105 C602,1096.16 594.837,1089 586,1089 L586,1089 Z" id="cross-circle" sketch:type="MSShapeGroup"></path></g></g></g></svg>
File without changes
File without changes
File without changes
File without changes
File without changes