kigo-gui-framework 2.7__tar.gz → 2.8__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.
- {kigo_gui_framework-2.7/kigo_gui_framework.egg-info → kigo_gui_framework-2.8}/PKG-INFO +4 -3
- kigo_gui_framework-2.8/README.txt +9 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8/kigo_gui_framework.egg-info}/PKG-INFO +4 -3
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/pyproject.toml +2 -2
- kigo_gui_framework-2.7/README.txt +0 -8
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/MANIFEST.in +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/_init_.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/accelerate.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/app.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/fx_gl2d.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/fx_quick.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/gpu.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/hud.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/hwaccel.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/media.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/physics.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/physics_policy.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/platform.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/runtime.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/shader_demo.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/shim.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/skins.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/style.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/tree.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo/widgets.py +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo_gui_framework.egg-info/SOURCES.txt +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo_gui_framework.egg-info/dependency_links.txt +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo_gui_framework.egg-info/requires.txt +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo_gui_framework.egg-info/top_level.txt +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/setup.cfg +0 -0
- {kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/setup.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kigo-gui-framework
|
|
3
|
-
Version: 2.
|
|
4
|
-
Summary: Kigo
|
|
3
|
+
Version: 2.8
|
|
4
|
+
Summary: Kigo has networking and ChromeOS support. And even though Class 5 is tough you will get updates do not worry.
|
|
5
5
|
Author-email: "Anand Kumar, Utkarsh Raghav Roy" <swiss.armyknife@icloud.com>
|
|
6
6
|
License: zlib
|
|
7
7
|
Keywords: gui,qt,pyqt6,physics,pybullet,simulation,robotics,animation
|
|
@@ -23,7 +23,7 @@ Provides-Extra: full
|
|
|
23
23
|
Requires-Dist: markdown; extra == "full"
|
|
24
24
|
Requires-Dist: PyQt6-WebEngine==6.7.0; extra == "full"
|
|
25
25
|
|
|
26
|
-
Kigo now has support for
|
|
26
|
+
Kigo now has support for networking and
|
|
27
27
|
SunOS
|
|
28
28
|
Solaris
|
|
29
29
|
FreeBSD
|
|
@@ -31,3 +31,4 @@ Android
|
|
|
31
31
|
Linux
|
|
32
32
|
Mac
|
|
33
33
|
Windous
|
|
34
|
+
ChromeOS
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kigo-gui-framework
|
|
3
|
-
Version: 2.
|
|
4
|
-
Summary: Kigo
|
|
3
|
+
Version: 2.8
|
|
4
|
+
Summary: Kigo has networking and ChromeOS support. And even though Class 5 is tough you will get updates do not worry.
|
|
5
5
|
Author-email: "Anand Kumar, Utkarsh Raghav Roy" <swiss.armyknife@icloud.com>
|
|
6
6
|
License: zlib
|
|
7
7
|
Keywords: gui,qt,pyqt6,physics,pybullet,simulation,robotics,animation
|
|
@@ -23,7 +23,7 @@ Provides-Extra: full
|
|
|
23
23
|
Requires-Dist: markdown; extra == "full"
|
|
24
24
|
Requires-Dist: PyQt6-WebEngine==6.7.0; extra == "full"
|
|
25
25
|
|
|
26
|
-
Kigo now has support for
|
|
26
|
+
Kigo now has support for networking and
|
|
27
27
|
SunOS
|
|
28
28
|
Solaris
|
|
29
29
|
FreeBSD
|
|
@@ -31,3 +31,4 @@ Android
|
|
|
31
31
|
Linux
|
|
32
32
|
Mac
|
|
33
33
|
Windous
|
|
34
|
+
ChromeOS
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "kigo-gui-framework"
|
|
7
|
-
version = "2.
|
|
8
|
-
description = "Kigo
|
|
7
|
+
version = "2.8"
|
|
8
|
+
description = "Kigo has networking and ChromeOS support. And even though Class 5 is tough you will get updates do not worry."
|
|
9
9
|
readme = "README.txt"
|
|
10
10
|
requires-python = ">=3.8"
|
|
11
11
|
license = { text = "zlib" }
|
|
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
|
{kigo_gui_framework-2.7 → kigo_gui_framework-2.8}/kigo_gui_framework.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|