flet-desktop-light 0.26.0.dev3939__py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl → 0.26.0.dev3947__py3-none-manylinux2014_aarch64.manylinux_2_17_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 +5 -3
- flet_desktop/app/flet-linux-arm64.tar.gz +0 -0
- flet_desktop/version.py +1 -1
- {flet_desktop_light-0.26.0.dev3939.dist-info → flet_desktop_light-0.26.0.dev3947.dist-info}/METADATA +2 -2
- flet_desktop_light-0.26.0.dev3947.dist-info/RECORD +6 -0
- flet_desktop_light-0.26.0.dev3939.dist-info/RECORD +0 -6
- {flet_desktop_light-0.26.0.dev3939.dist-info → flet_desktop_light-0.26.0.dev3947.dist-info}/WHEEL +0 -0
flet_desktop/__init__.py
CHANGED
@@ -9,6 +9,8 @@ import urllib.request
|
|
9
9
|
import zipfile
|
10
10
|
from pathlib import Path
|
11
11
|
|
12
|
+
import flet_desktop
|
13
|
+
import flet_desktop.version
|
12
14
|
from flet.utils import (
|
13
15
|
get_arch,
|
14
16
|
is_linux,
|
@@ -18,9 +20,6 @@ from flet.utils import (
|
|
18
20
|
safe_tar_extractall,
|
19
21
|
)
|
20
22
|
|
21
|
-
import flet_desktop
|
22
|
-
import flet_desktop.version
|
23
|
-
|
24
23
|
logger = logging.getLogger(flet_desktop.__name__)
|
25
24
|
|
26
25
|
|
@@ -74,6 +73,7 @@ def __locate_and_unpack_flet_view(page_url, assets_dir, hidden):
|
|
74
73
|
|
75
74
|
# check if flet_view.exe exists in "bin" directory (user mode)
|
76
75
|
flet_path = os.path.join(get_package_bin_dir(), "flet", flet_exe)
|
76
|
+
logger.info(f"Looking for Flet executable at: {flet_path}")
|
77
77
|
if os.path.exists(flet_path):
|
78
78
|
logger.info(f"Flet View found in: {flet_path}")
|
79
79
|
else:
|
@@ -109,6 +109,7 @@ def __locate_and_unpack_flet_view(page_url, assets_dir, hidden):
|
|
109
109
|
# check if flet.tar.gz exists
|
110
110
|
gz_filename = "flet-macos.tar.gz"
|
111
111
|
tar_file = os.path.join(get_package_bin_dir(), gz_filename)
|
112
|
+
logger.info(f"Looking for Flet.app archive at: {tar_file}")
|
112
113
|
if not os.path.exists(tar_file):
|
113
114
|
tar_file = __download_flet_client(gz_filename)
|
114
115
|
|
@@ -145,6 +146,7 @@ def __locate_and_unpack_flet_view(page_url, assets_dir, hidden):
|
|
145
146
|
# check if flet.tar.gz exists
|
146
147
|
gz_filename = f"flet-linux-{get_arch()}.tar.gz"
|
147
148
|
tar_file = os.path.join(get_package_bin_dir(), gz_filename)
|
149
|
+
logger.info(f"Looking for Flet bundle archive at: {tar_file}")
|
148
150
|
if not os.path.exists(tar_file):
|
149
151
|
tar_file = __download_flet_client(gz_filename)
|
150
152
|
|
Binary file
|
flet_desktop/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
version = "0.26.0.
|
1
|
+
version = "0.26.0.dev3947"
|
{flet_desktop_light-0.26.0.dev3939.dist-info → flet_desktop_light-0.26.0.dev3947.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: flet-desktop-light
|
3
|
-
Version: 0.26.0.
|
3
|
+
Version: 0.26.0.dev3947
|
4
4
|
Summary: Flet Desktop client in Flutter
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: Appveyor Systems Inc.
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
16
16
|
Classifier: Programming Language :: Python :: 3.13
|
17
|
-
Requires-Dist: flet (==0.26.0.
|
17
|
+
Requires-Dist: flet (==0.26.0.dev3947)
|
18
18
|
Project-URL: Documentation, https://flet.dev/docs
|
19
19
|
Project-URL: Homepage, https://flet.dev
|
20
20
|
Project-URL: Repository, https://github.com/flet-dev/flet
|
@@ -0,0 +1,6 @@
|
|
1
|
+
flet_desktop/__init__.py,sha256=jgIHwfHykMzu6q0o7OfkGSnlRiFsgKUg4dOWANoDZcY,6760
|
2
|
+
flet_desktop/version.py,sha256=5oRWxJl2TGMQymP_1-OI95ttfiYhKPfyHLoohigNHsc,27
|
3
|
+
flet_desktop/app/flet-linux-arm64.tar.gz,sha256=OC3GnpFGT9NVdIUHWNYXUuh6kdF2drdhOxYz_swdeHs,14778670
|
4
|
+
flet_desktop_light-0.26.0.dev3947.dist-info/METADATA,sha256=r3md6dgTB51ABr7mKsyFJ2CRWHxXPUmnC0l3TY_70vg,957
|
5
|
+
flet_desktop_light-0.26.0.dev3947.dist-info/WHEEL,sha256=024zPDL71K4172Vds09DYeD3PZYPsYtA1JCN2xvQxL4,143
|
6
|
+
flet_desktop_light-0.26.0.dev3947.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
flet_desktop/__init__.py,sha256=CtqPLA0DvZuFidnu_UEE_-F197SviQtjekV7fS82LOw,6538
|
2
|
-
flet_desktop/version.py,sha256=LZFLNDoVoxCD_OzQO8LGAHHyTHNoGLk0AOQ72UpTMU4,27
|
3
|
-
flet_desktop/app/flet-linux-arm64.tar.gz,sha256=o9ZmQSGmhr44F56k6hLFjMztRhuAotx_x1cA--aLY1Q,14778720
|
4
|
-
flet_desktop_light-0.26.0.dev3939.dist-info/METADATA,sha256=ba9yBXAp_r-pR3UBB2Xp1dT1OhlAbuPDAY44QFWqIsM,957
|
5
|
-
flet_desktop_light-0.26.0.dev3939.dist-info/WHEEL,sha256=024zPDL71K4172Vds09DYeD3PZYPsYtA1JCN2xvQxL4,143
|
6
|
-
flet_desktop_light-0.26.0.dev3939.dist-info/RECORD,,
|
{flet_desktop_light-0.26.0.dev3939.dist-info → flet_desktop_light-0.26.0.dev3947.dist-info}/WHEEL
RENAMED
File without changes
|