flwr-nightly 1.11.0.dev20240824__py3-none-any.whl → 1.11.0.dev20240826__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.
Potentially problematic release.
This version of flwr-nightly might be problematic. Click here for more details.
- flwr/cli/app.py +0 -2
- {flwr_nightly-1.11.0.dev20240824.dist-info → flwr_nightly-1.11.0.dev20240826.dist-info}/METADATA +1 -1
- {flwr_nightly-1.11.0.dev20240824.dist-info → flwr_nightly-1.11.0.dev20240826.dist-info}/RECORD +6 -6
- {flwr_nightly-1.11.0.dev20240824.dist-info → flwr_nightly-1.11.0.dev20240826.dist-info}/LICENSE +0 -0
- {flwr_nightly-1.11.0.dev20240824.dist-info → flwr_nightly-1.11.0.dev20240826.dist-info}/WHEEL +0 -0
- {flwr_nightly-1.11.0.dev20240824.dist-info → flwr_nightly-1.11.0.dev20240826.dist-info}/entry_points.txt +0 -0
flwr/cli/app.py
CHANGED
|
@@ -18,7 +18,6 @@ import typer
|
|
|
18
18
|
from typer.main import get_command
|
|
19
19
|
|
|
20
20
|
from .build import build
|
|
21
|
-
from .example import example
|
|
22
21
|
from .install import install
|
|
23
22
|
from .new import new
|
|
24
23
|
from .run import run
|
|
@@ -33,7 +32,6 @@ app = typer.Typer(
|
|
|
33
32
|
)
|
|
34
33
|
|
|
35
34
|
app.command()(new)
|
|
36
|
-
app.command()(example)
|
|
37
35
|
app.command()(run)
|
|
38
36
|
app.command()(build)
|
|
39
37
|
app.command()(install)
|
{flwr_nightly-1.11.0.dev20240824.dist-info → flwr_nightly-1.11.0.dev20240826.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
flwr/__init__.py,sha256=VmBWedrCxqmt4QvUHBLqyVEH6p7zaFMD_oCHerXHSVw,937
|
|
2
2
|
flwr/cli/__init__.py,sha256=cZJVgozlkC6Ni2Hd_FAIrqefrkCGOV18fikToq-6iLw,720
|
|
3
|
-
flwr/cli/app.py,sha256=
|
|
3
|
+
flwr/cli/app.py,sha256=v66W3QJ226JUy9y51hRwftX53R3oEKl3oOl1Xx-IwgU,1215
|
|
4
4
|
flwr/cli/build.py,sha256=YrzjnwP1A1WQnyPuxtGy4kylcPoj0lexaF99ST872VQ,5174
|
|
5
5
|
flwr/cli/config_utils.py,sha256=mDGXbcIxG14UpkUplILBYUkSk5M1LeTzZYDGNx-pFpU,7540
|
|
6
6
|
flwr/cli/example.py,sha256=1bGDYll3BXQY2kRqSN-oICqS5n1b9m0g0RvXTopXHl4,2215
|
|
@@ -286,8 +286,8 @@ flwr/superexec/exec_grpc.py,sha256=PhqGoZEpTMxSQmUSV8Wgtzb1Za_pHJ-adZqo5RYnDyE,1
|
|
|
286
286
|
flwr/superexec/exec_servicer.py,sha256=jl0aKVjm0PLQABcTL5c3jdSIzb0Z6hpVOtrAn4Ob7ts,2323
|
|
287
287
|
flwr/superexec/executor.py,sha256=k_adivto6R2U82DADOHNvdtobehBYreRek1gOEBIQnQ,2318
|
|
288
288
|
flwr/superexec/simulation.py,sha256=J6pw-RqCSiUed8I_3MasZH4tl57ZmDebPAHNnbb0-vE,7420
|
|
289
|
-
flwr_nightly-1.11.0.
|
|
290
|
-
flwr_nightly-1.11.0.
|
|
291
|
-
flwr_nightly-1.11.0.
|
|
292
|
-
flwr_nightly-1.11.0.
|
|
293
|
-
flwr_nightly-1.11.0.
|
|
289
|
+
flwr_nightly-1.11.0.dev20240826.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
290
|
+
flwr_nightly-1.11.0.dev20240826.dist-info/METADATA,sha256=OmK8rSpoeTJ0WUZcf-1nAMnPigWTFG4p8gCpd9ek4_Q,15703
|
|
291
|
+
flwr_nightly-1.11.0.dev20240826.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
292
|
+
flwr_nightly-1.11.0.dev20240826.dist-info/entry_points.txt,sha256=3cDQVJEBRCSLzJrVYAgjXpoCjuQ74I3A9NZ61DOHdVo,388
|
|
293
|
+
flwr_nightly-1.11.0.dev20240826.dist-info/RECORD,,
|
{flwr_nightly-1.11.0.dev20240824.dist-info → flwr_nightly-1.11.0.dev20240826.dist-info}/LICENSE
RENAMED
|
File without changes
|
{flwr_nightly-1.11.0.dev20240824.dist-info → flwr_nightly-1.11.0.dev20240826.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|