Metadata-Version: 2.4
Name: syft-client
Version: 0.1.99
Summary: A simple client library for setting up secure communication channels using Google Drive
Author-email: OpenMined <info@openmined.org>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenMined/syft-client
Project-URL: Repository, https://github.com/OpenMined/syft-client
Project-URL: Documentation, https://github.com/OpenMined/syft-client#readme
Project-URL: Bug Tracker, https://github.com/OpenMined/syft-client/issues
Keywords: privacy,federated-learning,google-drive,communication
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Communications :: File Sharing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: google-api-python-client>=2.95.0
Requires-Dist: google-auth>=2.22.0
Requires-Dist: google-auth-oauthlib>=1.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: pydantic-settings>=2.11.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: click>=8.0.0
Requires-Dist: python-daemon>=3.0.0
Requires-Dist: syft-bg
Requires-Dist: syft-job
Requires-Dist: syft-dataset
Provides-Extra: datasets
Requires-Dist: syft-dataset; extra == "datasets"
Provides-Extra: job
Requires-Dist: syft-job; extra == "job"
Provides-Extra: all
Requires-Dist: syft-client[datasets,job]; extra == "all"

# Syft-client

## Install

```
uv pip install -e .
```

## Test

```
just test-unit
just test-integration
```
