pyloid 0.9.7__tar.gz → 0.9.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.
- {pyloid-0.9.7 → pyloid-0.9.8}/PKG-INFO +7 -7
- {pyloid-0.9.7 → pyloid-0.9.8}/README.md +6 -6
- {pyloid-0.9.7 → pyloid-0.9.8}/pyproject.toml +1 -1
- {pyloid-0.9.7 → pyloid-0.9.8}/LICENSE +0 -0
- {pyloid-0.9.7 → pyloid-0.9.8}/src/pyloid/__init__.py +0 -0
- {pyloid-0.9.7 → pyloid-0.9.8}/src/pyloid/api.py +0 -0
- {pyloid-0.9.7 → pyloid-0.9.8}/src/pyloid/autostart.py +0 -0
- {pyloid-0.9.7 → pyloid-0.9.8}/src/pyloid/monitor.py +0 -0
- {pyloid-0.9.7 → pyloid-0.9.8}/src/pyloid/pyloid.py +0 -0
- {pyloid-0.9.7 → pyloid-0.9.8}/src/pyloid/tray.py +0 -0
- {pyloid-0.9.7 → pyloid-0.9.8}/src/pyloid/utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyloid
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.8
|
4
4
|
Summary:
|
5
5
|
Author: aesthetics-of-record
|
6
6
|
Author-email: 111675679+aesthetics-of-record@users.noreply.github.com
|
@@ -42,13 +42,13 @@ With Pyloid, you can leverage the full power of Python in your desktop applicati
|
|
42
42
|
|
43
43
|
### Create Project 📦
|
44
44
|
|
45
|
-
#### Creating a HTML/CSS/JS +
|
45
|
+
#### Creating a HTML/CSS/JS + Pyloid Project 🌐
|
46
46
|
|
47
|
-
[https://github.com/pylonic/
|
47
|
+
[https://github.com/pylonic/pyloid_html_boilerplate](https://github.com/Pyloid/pyloid_html_boilerplate)
|
48
48
|
|
49
|
-
#### Creating a React + Vite +
|
49
|
+
#### Creating a React + Vite + Pyloid Project ⚛️
|
50
50
|
|
51
|
-
[https://github.com/pylonic/
|
51
|
+
[https://github.com/pylonic/pyloid_react_boilerplate](https://github.com/Pyloid/yloid_react_boilerplate)
|
52
52
|
|
53
53
|
### Custom Your Boilerplate 🔨
|
54
54
|
|
@@ -75,7 +75,7 @@ else:
|
|
75
75
|
|
76
76
|
# create window
|
77
77
|
window = app.create_window(
|
78
|
-
title="Pyloid
|
78
|
+
title="Pyloid Browser",
|
79
79
|
js_apis=[CustomAPI()],
|
80
80
|
dev_tools=True
|
81
81
|
)
|
@@ -164,7 +164,7 @@ document.addEventListener('pyloidReady', function () {
|
|
164
164
|
});
|
165
165
|
|
166
166
|
function App() {
|
167
|
-
console.log('
|
167
|
+
console.log('Pyloid is ready');
|
168
168
|
|
169
169
|
window.pyloid.CustomAPI.getAppVersion().then((version) => {
|
170
170
|
console.log('App version:', version); // "App version: 1.0.0"
|
@@ -27,13 +27,13 @@ With Pyloid, you can leverage the full power of Python in your desktop applicati
|
|
27
27
|
|
28
28
|
### Create Project 📦
|
29
29
|
|
30
|
-
#### Creating a HTML/CSS/JS +
|
30
|
+
#### Creating a HTML/CSS/JS + Pyloid Project 🌐
|
31
31
|
|
32
|
-
[https://github.com/pylonic/
|
32
|
+
[https://github.com/pylonic/pyloid_html_boilerplate](https://github.com/Pyloid/pyloid_html_boilerplate)
|
33
33
|
|
34
|
-
#### Creating a React + Vite +
|
34
|
+
#### Creating a React + Vite + Pyloid Project ⚛️
|
35
35
|
|
36
|
-
[https://github.com/pylonic/
|
36
|
+
[https://github.com/pylonic/pyloid_react_boilerplate](https://github.com/Pyloid/yloid_react_boilerplate)
|
37
37
|
|
38
38
|
### Custom Your Boilerplate 🔨
|
39
39
|
|
@@ -60,7 +60,7 @@ else:
|
|
60
60
|
|
61
61
|
# create window
|
62
62
|
window = app.create_window(
|
63
|
-
title="Pyloid
|
63
|
+
title="Pyloid Browser",
|
64
64
|
js_apis=[CustomAPI()],
|
65
65
|
dev_tools=True
|
66
66
|
)
|
@@ -149,7 +149,7 @@ document.addEventListener('pyloidReady', function () {
|
|
149
149
|
});
|
150
150
|
|
151
151
|
function App() {
|
152
|
-
console.log('
|
152
|
+
console.log('Pyloid is ready');
|
153
153
|
|
154
154
|
window.pyloid.CustomAPI.getAppVersion().then((version) => {
|
155
155
|
console.log('App version:', version); // "App version: 1.0.0"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|