flet-desktop-light 0.29.0.dev5039__py3-none-musllinux_1_2_aarch64.whl → 0.70.0.dev5073__py3-none-musllinux_1_2_aarch64.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.
- flet_desktop/__init__.py +8 -5
- flet_desktop/app/flet-linux-arm64.tar.gz +0 -0
- flet_desktop/version.py +1 -1
- {flet_desktop_light-0.29.0.dev5039.dist-info → flet_desktop_light-0.70.0.dev5073.dist-info}/METADATA +3 -3
- flet_desktop_light-0.70.0.dev5073.dist-info/RECORD +7 -0
- flet_desktop_light-0.29.0.dev5039.dist-info/RECORD +0 -7
- {flet_desktop_light-0.29.0.dev5039.dist-info → flet_desktop_light-0.70.0.dev5073.dist-info}/WHEEL +0 -0
- {flet_desktop_light-0.29.0.dev5039.dist-info → flet_desktop_light-0.70.0.dev5073.dist-info}/top_level.txt +0 -0
flet_desktop/__init__.py
CHANGED
@@ -10,8 +10,6 @@ import urllib.request
|
|
10
10
|
import zipfile
|
11
11
|
from pathlib import Path
|
12
12
|
|
13
|
-
import flet_desktop
|
14
|
-
import flet_desktop.version
|
15
13
|
from flet.utils import (
|
16
14
|
get_arch,
|
17
15
|
is_linux,
|
@@ -21,6 +19,9 @@ from flet.utils import (
|
|
21
19
|
safe_tar_extractall,
|
22
20
|
)
|
23
21
|
|
22
|
+
import flet_desktop
|
23
|
+
import flet_desktop.version
|
24
|
+
|
24
25
|
logger = logging.getLogger(flet_desktop.__name__)
|
25
26
|
|
26
27
|
|
@@ -145,10 +146,12 @@ def __locate_and_unpack_flet_view(page_url, assets_dir, hidden):
|
|
145
146
|
for f in os.listdir(temp_flet_dir):
|
146
147
|
if f.endswith(".app"):
|
147
148
|
app_name = f
|
148
|
-
assert (
|
149
|
-
|
150
|
-
)
|
149
|
+
assert app_name is not None, (
|
150
|
+
f"Application bundle not found in {temp_flet_dir}"
|
151
|
+
)
|
151
152
|
app_path = temp_flet_dir.joinpath(app_name)
|
153
|
+
logger.info(f"page_url: {page_url}")
|
154
|
+
logger.info(f"pid_file: {pid_file}")
|
152
155
|
args = ["open", str(app_path), "-n", "-W", "--args", page_url, pid_file]
|
153
156
|
elif is_linux():
|
154
157
|
app_path = None
|
Binary file
|
flet_desktop/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
version = "0.
|
1
|
+
version = "0.70.0.dev5073"
|
{flet_desktop_light-0.29.0.dev5039.dist-info → flet_desktop_light-0.70.0.dev5073.dist-info}/METADATA
RENAMED
@@ -1,15 +1,15 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: flet-desktop-light
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.70.0.dev5073
|
4
4
|
Summary: Flet Desktop client in Flutter
|
5
5
|
Author-email: "Appveyor Systems Inc." <hello@flet.dev>
|
6
6
|
License-Expression: Apache-2.0
|
7
7
|
Project-URL: Homepage, https://flet.dev
|
8
8
|
Project-URL: Repository, https://github.com/flet-dev/flet
|
9
9
|
Project-URL: Documentation, https://flet.dev/docs
|
10
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.10
|
11
11
|
Description-Content-Type: text/markdown
|
12
|
-
Requires-Dist: flet==0.
|
12
|
+
Requires-Dist: flet==0.70.0.dev5073
|
13
13
|
|
14
14
|
# Flet Desktop client in Flutter
|
15
15
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
flet_desktop/__init__.py,sha256=2pstzQStf-glt-aV6t4RDsKgjeZUPi5iuRWUZ5L918A,8636
|
2
|
+
flet_desktop/version.py,sha256=h988f7wJpoBSoZ43wQFRID-1cW11Fi8eOMcxk1iQd5M,27
|
3
|
+
flet_desktop/app/flet-linux-arm64.tar.gz,sha256=18sA42cK-azLw96NGeT2DFEBTc28EPU0cjVeBiQkVsk,24466842
|
4
|
+
flet_desktop_light-0.70.0.dev5073.dist-info/METADATA,sha256=9VsUQUMFaqWMsoK4-E8Wea5Yt64sgd3sA1yL8cdQAcU,542
|
5
|
+
flet_desktop_light-0.70.0.dev5073.dist-info/WHEEL,sha256=ZSkNPB-v8NZgMtJkU0WMH6tWhs7ic1OnfO9t5l6Bh8c,109
|
6
|
+
flet_desktop_light-0.70.0.dev5073.dist-info/top_level.txt,sha256=ugIkH3TGoxP2-XUffs2tqRF1Qi9icFhrR1d1SSzgktc,13
|
7
|
+
flet_desktop_light-0.70.0.dev5073.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
flet_desktop/__init__.py,sha256=3YyHdV_2brog83Dy-15FaIhrUoEoJd8KbAAxhfGX5Qo,8545
|
2
|
-
flet_desktop/version.py,sha256=vRQLJtL9d3y3B596CDz7KHGXfdCQWdw6UZeZOiUi5ik,27
|
3
|
-
flet_desktop/app/flet-linux-arm64.tar.gz,sha256=0NPcmOUJ0EYmzjAVHKyHQ68fD-NO25dPC_9A3bqHPbU,15115746
|
4
|
-
flet_desktop_light-0.29.0.dev5039.dist-info/METADATA,sha256=YtkyeAFm6r8XDGrQb6-tscHrybeKXy_NBpEq440GqBw,541
|
5
|
-
flet_desktop_light-0.29.0.dev5039.dist-info/WHEEL,sha256=ZSkNPB-v8NZgMtJkU0WMH6tWhs7ic1OnfO9t5l6Bh8c,109
|
6
|
-
flet_desktop_light-0.29.0.dev5039.dist-info/top_level.txt,sha256=ugIkH3TGoxP2-XUffs2tqRF1Qi9icFhrR1d1SSzgktc,13
|
7
|
-
flet_desktop_light-0.29.0.dev5039.dist-info/RECORD,,
|
{flet_desktop_light-0.29.0.dev5039.dist-info → flet_desktop_light-0.70.0.dev5073.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|