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.
- {pywebexec-1.2.2/pywebexec.egg-info → pywebexec-1.2.3}/PKG-INFO +6 -6
- {pywebexec-1.2.2 → pywebexec-1.2.3}/README.md +5 -5
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/css/style.css +4 -1
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/version.py +2 -2
- {pywebexec-1.2.2 → pywebexec-1.2.3/pywebexec.egg-info}/PKG-INFO +6 -6
- {pywebexec-1.2.2 → pywebexec-1.2.3}/.github/workflows/python-publish.yml +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/.gitignore +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/LICENSE +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pyproject.toml +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/__init__.py +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/pywebexec.py +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/css/xterm.css +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/aborted.svg +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/copy.svg +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/copy_ok.svg +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/failed.svg +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/favicon.svg +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/running.gif +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/images/success.svg +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/script.js +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/xterm/LICENSE +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/xterm/ansi_up.min.js +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/xterm/xterm-addon-fit.js +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/static/js/xterm/xterm.js +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/templates/__init__.py +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec/templates/index.html +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/SOURCES.txt +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/dependency_links.txt +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/entry_points.txt +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/requires.txt +0 -0
- {pywebexec-1.2.2 → pywebexec-1.2.3}/pywebexec.egg-info/top_level.txt +0 -0
- {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.
|
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
|
-

|
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
|
-
$
|
135
|
-
$
|
134
|
+
$ pywebexec --gencert
|
135
|
+
$ pywebexec --g
|
136
136
|
```
|
137
137
|
|
138
138
|
* Start https server using existing certificate
|
139
139
|
```shell
|
140
|
-
$
|
141
|
-
$
|
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
|
-

|
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
|
-
$
|
73
|
-
$
|
72
|
+
$ pywebexec --gencert
|
73
|
+
$ pywebexec --g
|
74
74
|
```
|
75
75
|
|
76
76
|
* Start https server using existing certificate
|
77
77
|
```shell
|
78
|
-
$
|
79
|
-
$
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: pywebexec
|
3
|
-
Version: 1.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
|
-

|
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
|
-
$
|
135
|
-
$
|
134
|
+
$ pywebexec --gencert
|
135
|
+
$ pywebexec --g
|
136
136
|
```
|
137
137
|
|
138
138
|
* Start https server using existing certificate
|
139
139
|
```shell
|
140
|
-
$
|
141
|
-
$
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|