pyloid 0.9.7__py3-none-any.whl → 0.9.8__py3-none-any.whl
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.
@@ -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"
|
@@ -5,7 +5,7 @@ pyloid/monitor.py,sha256=fqDnZ_7dpxVZLVJ5gCluDRY2USrQ5YL_fw1AnYivhsk,12741
|
|
5
5
|
pyloid/pyloid.py,sha256=vHkXROI6rb4KC_Ij17rkJNtntG7DXwhNH3eOt9fwrX0,32997
|
6
6
|
pyloid/tray.py,sha256=rXgdkvzGxtie_EIcTSA7fjuta4nJk5THhNkGFcfv5Ew,634
|
7
7
|
pyloid/utils.py,sha256=DQerZWU_0o8dHcJ5y3yXf9i5OXn7KQZqU-hVBq3uPUA,711
|
8
|
-
pyloid-0.9.
|
9
|
-
pyloid-0.9.
|
10
|
-
pyloid-0.9.
|
11
|
-
pyloid-0.9.
|
8
|
+
pyloid-0.9.8.dist-info/LICENSE,sha256=F96EzotgWhhpnQTW2TcdoqrMDir1jyEo6H915tGQ-QE,11524
|
9
|
+
pyloid-0.9.8.dist-info/METADATA,sha256=VWsL6TzglQbZ9_AZpnfZhOJXiRBKAy_TCxypE239PTI,6067
|
10
|
+
pyloid-0.9.8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
11
|
+
pyloid-0.9.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|