Metadata-Version: 2.4
Name: syft-flwr
Version: 0.1.3
Summary: syft_flwr is an open source framework that facilitate federated learning projects using Flower over the SyftBox protocol
License-File: LICENSE
Requires-Python: >=3.9.2
Requires-Dist: flwr-datasets[vision]>=0.5.0
Requires-Dist: flwr[simulation]==1.17.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: safetensors>=0.5.0
Requires-Dist: syft-core==0.2.3
Requires-Dist: syft-event==0.2.3
Requires-Dist: syft-rds==0.1.3
Requires-Dist: syft-rpc==0.2.2
Requires-Dist: tomli-w>=1.2.0
Requires-Dist: tomli>=2.2.1
Requires-Dist: typing-extensions>=4.13.0
Description-Content-Type: text/markdown

# syft_flwr

`syft_flwr` is an open source framework that facilitate federated learning projects using [Flower](https://github.com/adap/flower) over the [SyftBox](https://github.com/OpenMined/syftbox) protocol

## Installation
- Install uv: `brew install uv`
- Create a virtual environment: `uv venv`
- Install `syft-flwr`: `uv pip install syft-flwr`