pywebexec 0.0.4__tar.gz → 0.0.5__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-0.0.4/pywebexec.egg-info → pywebexec-0.0.5}/PKG-INFO +4 -3
- {pywebexec-0.0.4 → pywebexec-0.0.5}/README.md +3 -2
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/version.py +2 -2
- {pywebexec-0.0.4 → pywebexec-0.0.5/pywebexec.egg-info}/PKG-INFO +4 -3
- {pywebexec-0.0.4 → pywebexec-0.0.5}/.github/workflows/python-publish.yml +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/.gitignore +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/LICENSE +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pyproject.toml +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/__init__.py +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/pywebexec.py +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/static/images/aborted.svg +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/static/images/copy.svg +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/static/images/copy_ok.svg +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/static/images/failed.svg +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/static/images/running.svg +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/static/images/success.svg +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/templates/__init__.py +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec/templates/index.html +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec.egg-info/SOURCES.txt +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec.egg-info/dependency_links.txt +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec.egg-info/entry_points.txt +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec.egg-info/requires.txt +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/pywebexec.egg-info/top_level.txt +0 -0
- {pywebexec-0.0.4 → pywebexec-0.0.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pywebexec
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: Simple Python HTTP Exec Server
|
|
5
5
|
Home-page: https://github.com/joknarf/pywebexec
|
|
6
6
|
Author: Franck Jouvanceau
|
|
@@ -78,12 +78,13 @@ $ pip install pywebexec
|
|
|
78
78
|
$ pywebexec
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
* Launch commands with params/view live output/Status using browser
|
|
81
|
+
* Launch commands with params/view live output/Status using browser
|
|
82
|
+

|
|
82
83
|
|
|
83
84
|
## features
|
|
84
85
|
|
|
85
86
|
* Serve executables in current directory
|
|
86
|
-
* Launch commands with params from web browser
|
|
87
|
+
* Launch commands with params from web browser or API call
|
|
87
88
|
* Follow live output
|
|
88
89
|
* Stop command
|
|
89
90
|
* Relaunch command
|
|
@@ -19,12 +19,13 @@ $ pip install pywebexec
|
|
|
19
19
|
$ pywebexec
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
* Launch commands with params/view live output/Status using browser
|
|
22
|
+
* Launch commands with params/view live output/Status using browser
|
|
23
|
+

|
|
23
24
|
|
|
24
25
|
## features
|
|
25
26
|
|
|
26
27
|
* Serve executables in current directory
|
|
27
|
-
* Launch commands with params from web browser
|
|
28
|
+
* Launch commands with params from web browser or API call
|
|
28
29
|
* Follow live output
|
|
29
30
|
* Stop command
|
|
30
31
|
* Relaunch command
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pywebexec
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: Simple Python HTTP Exec Server
|
|
5
5
|
Home-page: https://github.com/joknarf/pywebexec
|
|
6
6
|
Author: Franck Jouvanceau
|
|
@@ -78,12 +78,13 @@ $ pip install pywebexec
|
|
|
78
78
|
$ pywebexec
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
* Launch commands with params/view live output/Status using browser
|
|
81
|
+
* Launch commands with params/view live output/Status using browser
|
|
82
|
+

|
|
82
83
|
|
|
83
84
|
## features
|
|
84
85
|
|
|
85
86
|
* Serve executables in current directory
|
|
86
|
-
* Launch commands with params from web browser
|
|
87
|
+
* Launch commands with params from web browser or API call
|
|
87
88
|
* Follow live output
|
|
88
89
|
* Stop command
|
|
89
90
|
* Relaunch command
|
|
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
|