vappman 2.0.7__tar.gz → 2.1.1__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-2.0.7 → vappman-2.1.1}/.gitignore +1 -0
- {vappman-2.0.7 → vappman-2.1.1}/PKG-INFO +5 -4
- {vappman-2.0.7 → vappman-2.1.1}/README.md +1 -1
- {vappman-2.0.7 → vappman-2.1.1}/pyproject.toml +2 -2
- {vappman-2.0.7 → vappman-2.1.1}/LICENSE +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/images/screen-2024-06-23-v0.7.mkv +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/images/vappman-2025-12-28.12-48.gif +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/images/vappman-with-filter.png +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/runner +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/tests/example_init_order.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/tests/test_abut.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/tests/test_init_order.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/tests/test_scope_subtraction.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/tests/test_scoped_keys.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/tests/test_scoped_keys_unit.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/vappman/AppimageDoctor.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/vappman/AppmanLauncher.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/vappman/AppmanVars.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/vappman/CommandRunner.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/vappman/PersistentState.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/vappman/Prerequisites.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/vappman/VappmanListCache.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/vappman/__init__.py +0 -0
- {vappman-2.0.7 → vappman-2.1.1}/vappman/main.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: vappman
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.1.1
|
|
4
4
|
Summary: A visual wrapper for appman
|
|
5
5
|
Keywords: app,installer,manager,appimages
|
|
6
6
|
Author-email: Joe Defen <joedef@google.com>
|
|
@@ -9,7 +9,8 @@ Description-Content-Type: text/markdown
|
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
11
|
Classifier: Operating System :: POSIX :: Linux
|
|
12
|
-
|
|
12
|
+
License-File: LICENSE
|
|
13
|
+
Requires-Dist: console-window == 1.3.2
|
|
13
14
|
Project-URL: Bug Tracker, https://github.com/joedefen/vappman/issues
|
|
14
15
|
Project-URL: Homepage, https://github.com/joedefen/vappman
|
|
15
16
|
|
|
@@ -34,7 +35,7 @@ Project-URL: Homepage, https://github.com/joedefen/vappman
|
|
|
34
35
|
* **Dual Mode Support**: Works with both `am` (system-wide) and `appman` (user-local). The (`m`) m-key toggles user (local install) and system (non-local install) modes when using `am`.
|
|
35
36
|
* **Multi-Database Support**: Access all of `am`'s app databases including:
|
|
36
37
|
* `am` - Main AppImage database with 2000+ portable Linux applications
|
|
37
|
-
* `busybox` - Minimal Unix utilities as
|
|
38
|
+
* `busybox` - Minimal Unix utilities as binaries
|
|
38
39
|
* `appbundle` - AppBundle format packages (portable application bundles)
|
|
39
40
|
* `python` - Python interpreters (multiple versions available as AppImages)
|
|
40
41
|
* `soarpkg` - [Soar User Repository](https://github.com/pkgforge/soarpkgs) packages (portable, distro-independent binaries)
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* **Dual Mode Support**: Works with both `am` (system-wide) and `appman` (user-local). The (`m`) m-key toggles user (local install) and system (non-local install) modes when using `am`.
|
|
20
20
|
* **Multi-Database Support**: Access all of `am`'s app databases including:
|
|
21
21
|
* `am` - Main AppImage database with 2000+ portable Linux applications
|
|
22
|
-
* `busybox` - Minimal Unix utilities as
|
|
22
|
+
* `busybox` - Minimal Unix utilities as binaries
|
|
23
23
|
* `appbundle` - AppBundle format packages (portable application bundles)
|
|
24
24
|
* `python` - Python interpreters (multiple versions available as AppImages)
|
|
25
25
|
* `soarpkg` - [Soar User Repository](https://github.com/pkgforge/soarpkgs) packages (portable, distro-independent binaries)
|
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "vappman"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.1.1"
|
|
8
8
|
description = "A visual wrapper for appman"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Joe Defen", email = "joedef@google.com" }
|
|
@@ -19,7 +19,7 @@ classifiers = [
|
|
|
19
19
|
"Operating System :: POSIX :: Linux"
|
|
20
20
|
]
|
|
21
21
|
dependencies = [
|
|
22
|
-
'console-window
|
|
22
|
+
'console-window == 1.3.2',
|
|
23
23
|
]
|
|
24
24
|
|
|
25
25
|
[project.urls]
|
|
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
|