pywebexec 1.2.2__tar.gz → 1.2.3__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 (32) hide show
  1. {pywebexec-1.2.2/pywebexec.egg-info → pywebexec-1.2.3}/PKG-INFO +6 -6
  2. {pywebexec-1.2.2 → pywebexec-1.2.3}/README.md +5 -5
  3. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/css/style.css +4 -1
  4. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/version.py +2 -2
  5. {pywebexec-1.2.2 → pywebexec-1.2.3/pywebexec.egg-info}/PKG-INFO +6 -6
  6. {pywebexec-1.2.2 → pywebexec-1.2.3}/.github/workflows/python-publish.yml +0 -0
  7. {pywebexec-1.2.2 → pywebexec-1.2.3}/.gitignore +0 -0
  8. {pywebexec-1.2.2 → pywebexec-1.2.3}/LICENSE +0 -0
  9. {pywebexec-1.2.2 → pywebexec-1.2.3}/pyproject.toml +0 -0
  10. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/__init__.py +0 -0
  11. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/pywebexec.py +0 -0
  12. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/css/xterm.css +0 -0
  13. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/aborted.svg +0 -0
  14. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/copy.svg +0 -0
  15. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/copy_ok.svg +0 -0
  16. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/failed.svg +0 -0
  17. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/favicon.svg +0 -0
  18. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/running.gif +0 -0
  19. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/success.svg +0 -0
  20. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/script.js +0 -0
  21. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/xterm/LICENSE +0 -0
  22. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/xterm/ansi_up.min.js +0 -0
  23. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/xterm/xterm-addon-fit.js +0 -0
  24. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/xterm/xterm.js +0 -0
  25. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/templates/__init__.py +0 -0
  26. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/templates/index.html +0 -0
  27. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/SOURCES.txt +0 -0
  28. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/dependency_links.txt +0 -0
  29. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/entry_points.txt +0 -0
  30. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/requires.txt +0 -0
  31. {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/top_level.txt +0 -0
  32. {pywebexec-1.2.2 → pywebexec-1.2.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pywebexec
3
- Version: 1.2.2
3
+ Version: 1.2.3
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
- ![pywebexecnew3](https://github.com/user-attachments/assets/3e9aef92-2989-4690-8abe-c454683a30f4)
86
+ ![pywebexecnew4](https://github.com/user-attachments/assets/55e9058c-d2d9-470e-b3ea-60b10dfc7fce)
87
87
 
88
88
  all commands output / statuses are available in the executables directory in subdirectory `.web_status`
89
89
 
@@ -131,14 +131,14 @@ $ pywebexec
131
131
 
132
132
  * Generate auto-signed certificate and start https server
133
133
  ```shell
134
- $ pywebfs --gencert
135
- $ pywebfs --g
134
+ $ pywebexec --gencert
135
+ $ pywebexec --g
136
136
  ```
137
137
 
138
138
  * Start https server using existing certificate
139
139
  ```shell
140
- $ pywebfs --cert /pathto/host.cert --key /pathto/host.key
141
- $ pywebfs -c /pathto/host.cert -k /pathto/host.key
140
+ $ pywebexec --cert /pathto/host.cert --key /pathto/host.key
141
+ $ pywebexec -c /pathto/host.cert -k /pathto/host.key
142
142
  ```
143
143
 
144
144
  ## Launch server as a daemon
@@ -21,7 +21,7 @@ $ pywebexec
21
21
  ```
22
22
 
23
23
  * Launch commands with params/view live output/Status using browser
24
- ![pywebexecnew3](https://github.com/user-attachments/assets/3e9aef92-2989-4690-8abe-c454683a30f4)
24
+ ![pywebexecnew4](https://github.com/user-attachments/assets/55e9058c-d2d9-470e-b3ea-60b10dfc7fce)
25
25
 
26
26
  all commands output / statuses are available in the executables directory in subdirectory `.web_status`
27
27
 
@@ -69,14 +69,14 @@ $ pywebexec
69
69
 
70
70
  * Generate auto-signed certificate and start https server
71
71
  ```shell
72
- $ pywebfs --gencert
73
- $ pywebfs --g
72
+ $ pywebexec --gencert
73
+ $ pywebexec --g
74
74
  ```
75
75
 
76
76
  * Start https server using existing certificate
77
77
  ```shell
78
- $ pywebfs --cert /pathto/host.cert --key /pathto/host.key
79
- $ pywebfs -c /pathto/host.cert -k /pathto/host.key
78
+ $ pywebexec --cert /pathto/host.cert --key /pathto/host.key
79
+ $ pywebexec -c /pathto/host.cert -k /pathto/host.key
80
80
  ```
81
81
 
82
82
  ## Launch server as a daemon
@@ -172,4 +172,7 @@ body.dimmed * {
172
172
  display: none;
173
173
  visibility: hidden;
174
174
  height: 0px;
175
- }
175
+ }
176
+ .xterm-rows {
177
+ font-family: monospace, courier-new, courier !important;
178
+ }
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.2.2'
16
- __version_tuple__ = version_tuple = (1, 2, 2)
15
+ __version__ = version = '1.2.3'
16
+ __version_tuple__ = version_tuple = (1, 2, 3)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pywebexec
3
- Version: 1.2.2
3
+ Version: 1.2.3
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
- ![pywebexecnew3](https://github.com/user-attachments/assets/3e9aef92-2989-4690-8abe-c454683a30f4)
86
+ ![pywebexecnew4](https://github.com/user-attachments/assets/55e9058c-d2d9-470e-b3ea-60b10dfc7fce)
87
87
 
88
88
  all commands output / statuses are available in the executables directory in subdirectory `.web_status`
89
89
 
@@ -131,14 +131,14 @@ $ pywebexec
131
131
 
132
132
  * Generate auto-signed certificate and start https server
133
133
  ```shell
134
- $ pywebfs --gencert
135
- $ pywebfs --g
134
+ $ pywebexec --gencert
135
+ $ pywebexec --g
136
136
  ```
137
137
 
138
138
  * Start https server using existing certificate
139
139
  ```shell
140
- $ pywebfs --cert /pathto/host.cert --key /pathto/host.key
141
- $ pywebfs -c /pathto/host.cert -k /pathto/host.key
140
+ $ pywebexec --cert /pathto/host.cert --key /pathto/host.key
141
+ $ pywebexec -c /pathto/host.cert -k /pathto/host.key
142
142
  ```
143
143
 
144
144
  ## Launch server as a daemon
File without changes
File without changes
File without changes
File without changes