vappman 0.1__tar.gz → 0.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.
- {vappman-0.1/src/vappman.egg-info → vappman-0.3}/PKG-INFO +2 -2
- {vappman-0.1 → vappman-0.3}/README.md +1 -1
- {vappman-0.1 → vappman-0.3}/pyproject.toml +1 -1
- {vappman-0.1 → vappman-0.3/src/vappman.egg-info}/PKG-INFO +2 -2
- {vappman-0.1 → vappman-0.3}/LICENSE +0 -0
- {vappman-0.1 → vappman-0.3}/setup.cfg +0 -0
- {vappman-0.1 → vappman-0.3}/src/vappman/PowerWindow.py +0 -0
- {vappman-0.1 → vappman-0.3}/src/vappman/__init__.py +0 -0
- {vappman-0.1 → vappman-0.3}/src/vappman/main.py +0 -0
- {vappman-0.1 → vappman-0.3}/src/vappman.egg-info/SOURCES.txt +0 -0
- {vappman-0.1 → vappman-0.3}/src/vappman.egg-info/dependency_links.txt +0 -0
- {vappman-0.1 → vappman-0.3}/src/vappman.egg-info/entry_points.txt +0 -0
- {vappman-0.1 → vappman-0.3}/src/vappman.egg-info/requires.txt +0 -0
- {vappman-0.1 → vappman-0.3}/src/vappman.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vappman
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3
|
|
4
4
|
Summary: A visual wrapper for appman
|
|
5
5
|
Author-email: Joe Defen <joedef@google.com>
|
|
6
6
|
License: MIT
|
|
@@ -42,7 +42,7 @@ but it implements the most needed, basic functionality:
|
|
|
42
42
|
* Use `i` to install apps, and `r` to remove apps. When you install or remove an app, `appman` drops out of `curses` mode, runs the `appman` command so you can see the result, and then prompts your to hit ENTER to return to `vappman.
|
|
43
43
|
|
|
44
44
|
## Example Screenshot
|
|
45
|
-
.
|
|
45
|
+
.
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
@@ -24,7 +24,7 @@ but it implements the most needed, basic functionality:
|
|
|
24
24
|
* Use `i` to install apps, and `r` to remove apps. When you install or remove an app, `appman` drops out of `curses` mode, runs the `appman` command so you can see the result, and then prompts your to hit ENTER to return to `vappman.
|
|
25
25
|
|
|
26
26
|
## Example Screenshot
|
|
27
|
-
.
|
|
27
|
+
.
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vappman
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3
|
|
4
4
|
Summary: A visual wrapper for appman
|
|
5
5
|
Author-email: Joe Defen <joedef@google.com>
|
|
6
6
|
License: MIT
|
|
@@ -42,7 +42,7 @@ but it implements the most needed, basic functionality:
|
|
|
42
42
|
* Use `i` to install apps, and `r` to remove apps. When you install or remove an app, `appman` drops out of `curses` mode, runs the `appman` command so you can see the result, and then prompts your to hit ENTER to return to `vappman.
|
|
43
43
|
|
|
44
44
|
## Example Screenshot
|
|
45
|
-
.
|
|
45
|
+
.
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
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
|