weeb-gui 0.0.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.
- weeb_gui-0.0.1/PKG-INFO +19 -0
- weeb_gui-0.0.1/README.md +3 -0
- weeb_gui-0.0.1/pyproject.toml +23 -0
- weeb_gui-0.0.1/setup.cfg +4 -0
- weeb_gui-0.0.1/weeb_gui.egg-info/PKG-INFO +19 -0
- weeb_gui-0.0.1/weeb_gui.egg-info/SOURCES.txt +6 -0
- weeb_gui-0.0.1/weeb_gui.egg-info/dependency_links.txt +1 -0
- weeb_gui-0.0.1/weeb_gui.egg-info/top_level.txt +1 -0
weeb_gui-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: weeb-gui
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Official Tauri-based GUI for weeb-cli
|
|
5
|
+
Author-email: ewgsta <ewgst@proton.me>
|
|
6
|
+
License-Expression: GPL-3.0-only
|
|
7
|
+
Project-URL: Homepage, https://weeb-cli.ewgsta.me
|
|
8
|
+
Project-URL: Repository, https://github.com/ewgsta/weeb-gui
|
|
9
|
+
Project-URL: Issues, https://github.com/ewgsta/weeb-gui/issues
|
|
10
|
+
Keywords: anime,weeb,weeb-cli,gui,tauri
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Classifier: Environment :: X11 Applications
|
|
14
|
+
Requires-Python: >=3.12
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# weeb-gui
|
|
18
|
+
|
|
19
|
+
Official GUI for [weeb-cli](https://github.com/ewgsta/weeb-gui). Under development.
|
weeb_gui-0.0.1/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "weeb-gui"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Official Tauri-based GUI for weeb-cli"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
authors = [{ name = "ewgsta", email = "ewgst@proton.me" }]
|
|
11
|
+
license = "GPL-3.0-only"
|
|
12
|
+
requires-python = ">=3.12"
|
|
13
|
+
classifiers = [
|
|
14
|
+
"Programming Language :: Python :: 3",
|
|
15
|
+
"Operating System :: OS Independent",
|
|
16
|
+
"Environment :: X11 Applications",
|
|
17
|
+
]
|
|
18
|
+
keywords = ["anime", "weeb", "weeb-cli", "gui", "tauri"]
|
|
19
|
+
|
|
20
|
+
[project.urls]
|
|
21
|
+
Homepage = "https://weeb-cli.ewgsta.me"
|
|
22
|
+
Repository = "https://github.com/ewgsta/weeb-gui"
|
|
23
|
+
Issues = "https://github.com/ewgsta/weeb-gui/issues"
|
weeb_gui-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: weeb-gui
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Official Tauri-based GUI for weeb-cli
|
|
5
|
+
Author-email: ewgsta <ewgst@proton.me>
|
|
6
|
+
License-Expression: GPL-3.0-only
|
|
7
|
+
Project-URL: Homepage, https://weeb-cli.ewgsta.me
|
|
8
|
+
Project-URL: Repository, https://github.com/ewgsta/weeb-gui
|
|
9
|
+
Project-URL: Issues, https://github.com/ewgsta/weeb-gui/issues
|
|
10
|
+
Keywords: anime,weeb,weeb-cli,gui,tauri
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Classifier: Environment :: X11 Applications
|
|
14
|
+
Requires-Python: >=3.12
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# weeb-gui
|
|
18
|
+
|
|
19
|
+
Official GUI for [weeb-cli](https://github.com/ewgsta/weeb-gui). Under development.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|