syft-flwr 0.3.1__tar.gz → 0.4.0__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.
Potentially problematic release.
This version of syft-flwr might be problematic. Click here for more details.
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/PKG-INFO +3 -3
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/README.md +1 -1
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/pyproject.toml +2 -2
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/__init__.py +1 -1
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/.gitignore +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/LICENSE +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/bootstrap.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/cli.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/config.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/consts.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/flower_client.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/flower_server.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/grid.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/mounts.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/run.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/run_simulation.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/serde.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/strategy/__init__.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/strategy/fedavg.py +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/templates/main.py.tpl +0 -0
- {syft_flwr-0.3.1 → syft_flwr-0.4.0}/src/syft_flwr/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: syft-flwr
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
4
4
|
Summary: syft_flwr is an open source framework that facilitate federated learning projects using Flower over the SyftBox protocol
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -8,7 +8,7 @@ Requires-Dist: flwr-datasets[vision]>=0.5.0
|
|
|
8
8
|
Requires-Dist: flwr[simulation]==1.21.0
|
|
9
9
|
Requires-Dist: loguru>=0.7.3
|
|
10
10
|
Requires-Dist: safetensors>=0.6.2
|
|
11
|
-
Requires-Dist: syft-rds>=0.
|
|
11
|
+
Requires-Dist: syft-rds>=0.4.0
|
|
12
12
|
Requires-Dist: tomli-w>=1.2.0
|
|
13
13
|
Requires-Dist: tomli>=2.2.1
|
|
14
14
|
Requires-Dist: typing-extensions>=4.13.0
|
|
@@ -18,7 +18,7 @@ Description-Content-Type: text/markdown
|
|
|
18
18
|
|
|
19
19
|
`syft_flwr` is an open source framework that facilitate federated learning (FL) projects using [Flower](https://github.com/adap/flower) over the [SyftBox](https://github.com/OpenMined/syftbox) protocol
|
|
20
20
|
|
|
21
|
-

|
|
21
|
+

|
|
22
22
|
|
|
23
23
|
## Example Usages
|
|
24
24
|
Please look at the `notebooks/` folder for example use cases:
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
`syft_flwr` is an open source framework that facilitate federated learning (FL) projects using [Flower](https://github.com/adap/flower) over the [SyftBox](https://github.com/OpenMined/syftbox) protocol
|
|
4
4
|
|
|
5
|
-

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
## Example Usages
|
|
8
8
|
Please look at the `notebooks/` folder for example use cases:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "syft-flwr"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.4.0"
|
|
4
4
|
description = "syft_flwr is an open source framework that facilitate federated learning projects using Flower over the SyftBox protocol"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
7
7
|
dependencies = [
|
|
8
|
-
"syft-rds>=0.
|
|
8
|
+
"syft-rds>=0.4.0",
|
|
9
9
|
"flwr[simulation]==1.21.0",
|
|
10
10
|
"flwr-datasets[vision]>=0.5.0",
|
|
11
11
|
"loguru>=0.7.3",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|