flet-web 0.83.0__tar.gz → 0.84.0.dev0__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.
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/PKG-INFO +3 -3
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/README.md +1 -1
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/pyproject.toml +2 -2
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/app.py +2 -2
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/flet_app_manager.py +1 -1
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/oauth_state.py +1 -1
- flet_web-0.84.0.dev0/src/flet_web/version.py +1 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web.egg-info/PKG-INFO +3 -3
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web.egg-info/requires.txt +1 -1
- flet_web-0.83.0/src/flet_web/version.py +0 -1
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/setup.cfg +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/__init__.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/__init__.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/flet_app.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/flet_fastapi.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/flet_oauth.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/flet_static_files.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/flet_upload.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/fastapi/serve_fastapi_web_app.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/patch_index.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web/uploads.py +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web.egg-info/SOURCES.txt +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web.egg-info/dependency_links.txt +0 -0
- {flet_web-0.83.0 → flet_web-0.84.0.dev0}/src/flet_web.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-web
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.84.0.dev0
|
|
4
4
|
Summary: Flet web client in Flutter.
|
|
5
5
|
Author-email: "Appveyor Systems Inc." <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -9,13 +9,13 @@ Project-URL: Repository, https://github.com/flet-dev/flet
|
|
|
9
9
|
Project-URL: Documentation, https://flet.dev/docs
|
|
10
10
|
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
|
-
Requires-Dist: flet==0.
|
|
12
|
+
Requires-Dist: flet==0.84.0.dev0
|
|
13
13
|
Requires-Dist: fastapi>=0.115.12
|
|
14
14
|
Requires-Dist: uvicorn[standard]>=0.35.0
|
|
15
15
|
|
|
16
16
|
# Flet Web client in Flutter
|
|
17
17
|
|
|
18
18
|
[](https://pypi.org/project/flet-web)
|
|
19
|
-
[](https://flet.dev/docs/assets/badges/docs-coverage/flet-web.svg)
|
|
20
20
|
|
|
21
21
|
This package contains a compiled Flutter Flet web client.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Flet Web client in Flutter
|
|
2
2
|
|
|
3
3
|
[](https://pypi.org/project/flet-web)
|
|
4
|
-
[](https://flet.dev/docs/assets/badges/docs-coverage/flet-web.svg)
|
|
5
5
|
|
|
6
6
|
This package contains a compiled Flutter Flet web client.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flet-web"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.84.0.dev0"
|
|
4
4
|
description = "Flet web client in Flutter."
|
|
5
5
|
authors = [{ name = "Appveyor Systems Inc.", email = "hello@flet.dev" }]
|
|
6
6
|
license = "Apache-2.0"
|
|
7
7
|
readme = "README.md"
|
|
8
8
|
requires-python = ">=3.10"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"flet==0.
|
|
10
|
+
"flet==0.84.0.dev0",
|
|
11
11
|
"fastapi >=0.115.12",
|
|
12
12
|
"uvicorn[standard] >=0.35.0"
|
|
13
13
|
]
|
|
@@ -43,7 +43,7 @@ def app(
|
|
|
43
43
|
Args:
|
|
44
44
|
main: Application entry point. It is called for newly connected users.
|
|
45
45
|
Handler (function or coroutine) must have 1 parameter of
|
|
46
|
-
instance
|
|
46
|
+
instance :class:`~flet.Page`.
|
|
47
47
|
before_main: Called after `Page` was created, but before calling `main`.
|
|
48
48
|
proxy_path: URL prefix when the app is mounted under a proxy.
|
|
49
49
|
assets_dir: an absolute path to app's assets directory.
|
|
@@ -92,7 +92,7 @@ def app(
|
|
|
92
92
|
"""
|
|
93
93
|
Handles Flet WebSocket session lifecycle for one client connection.
|
|
94
94
|
|
|
95
|
-
The handler creates a new
|
|
95
|
+
The handler creates a new `FletApp`
|
|
96
96
|
instance and delegates message send/receive processing to it.
|
|
97
97
|
"""
|
|
98
98
|
await FletApp(
|
|
@@ -48,7 +48,7 @@ class FletAppManager:
|
|
|
48
48
|
loop: Event loop for new hub creation.
|
|
49
49
|
|
|
50
50
|
Returns:
|
|
51
|
-
Existing or newly created
|
|
51
|
+
Existing or newly created :class:`~flet.pubsub.PubSubHub`.
|
|
52
52
|
"""
|
|
53
53
|
|
|
54
54
|
psh = self.__pubsubhubs.get(session_handler, None)
|
|
@@ -8,7 +8,7 @@ class OAuthState:
|
|
|
8
8
|
"""
|
|
9
9
|
Temporary OAuth flow state persisted between auth start and callback.
|
|
10
10
|
|
|
11
|
-
Instances are stored by
|
|
11
|
+
Instances are stored by `FletAppManager`
|
|
12
12
|
and keyed by the `flet_oauth_state` cookie value.
|
|
13
13
|
"""
|
|
14
14
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
version = "0.84.0.dev0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flet-web
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.84.0.dev0
|
|
4
4
|
Summary: Flet web client in Flutter.
|
|
5
5
|
Author-email: "Appveyor Systems Inc." <hello@flet.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -9,13 +9,13 @@ Project-URL: Repository, https://github.com/flet-dev/flet
|
|
|
9
9
|
Project-URL: Documentation, https://flet.dev/docs
|
|
10
10
|
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
|
-
Requires-Dist: flet==0.
|
|
12
|
+
Requires-Dist: flet==0.84.0.dev0
|
|
13
13
|
Requires-Dist: fastapi>=0.115.12
|
|
14
14
|
Requires-Dist: uvicorn[standard]>=0.35.0
|
|
15
15
|
|
|
16
16
|
# Flet Web client in Flutter
|
|
17
17
|
|
|
18
18
|
[](https://pypi.org/project/flet-web)
|
|
19
|
-
[](https://flet.dev/docs/assets/badges/docs-coverage/flet-web.svg)
|
|
20
20
|
|
|
21
21
|
This package contains a compiled Flutter Flet web client.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = "0.83.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|