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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyloid
3
- Version: 0.9.7
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 + Pylon Project 🌐
45
+ #### Creating a HTML/CSS/JS + Pyloid Project 🌐
46
46
 
47
- [https://github.com/pylonic/Pyloid_html_boilerplate](https://github.com/Pyloid/Pyloid_html_boilerplate)
47
+ [https://github.com/pylonic/pyloid_html_boilerplate](https://github.com/Pyloid/pyloid_html_boilerplate)
48
48
 
49
- #### Creating a React + Vite + Pylon Project ⚛️
49
+ #### Creating a React + Vite + Pyloid Project ⚛️
50
50
 
51
- [https://github.com/pylonic/Pyloid_react_boilerplate](https://github.com/Pyloid/Pyloid_react_boilerplate)
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 Browser1",
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('Pylon is ready');
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 + Pylon Project 🌐
30
+ #### Creating a HTML/CSS/JS + Pyloid Project 🌐
31
31
 
32
- [https://github.com/pylonic/Pyloid_html_boilerplate](https://github.com/Pyloid/Pyloid_html_boilerplate)
32
+ [https://github.com/pylonic/pyloid_html_boilerplate](https://github.com/Pyloid/pyloid_html_boilerplate)
33
33
 
34
- #### Creating a React + Vite + Pylon Project ⚛️
34
+ #### Creating a React + Vite + Pyloid Project ⚛️
35
35
 
36
- [https://github.com/pylonic/Pyloid_react_boilerplate](https://github.com/Pyloid/Pyloid_react_boilerplate)
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 Browser1",
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('Pylon is ready');
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"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyloid"
3
- version = "0.9.7"
3
+ version = "0.9.8"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes