Metadata-Version: 2.4
Name: syft-client
Version: 0.1.93
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: pydantic-settings>=2.11.0
Requires-Dist: syft-job
Requires-Dist: syft-dataset
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-mock>=3.10.0; extra == "test"
Requires-Dist: pytest-cov>=4.0.0; extra == "test"
Requires-Dist: pytest-xdist>=3.0.0; extra == "test"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
Requires-Dist: black>=23.0.0; extra == "test"
Requires-Dist: flake8>=6.0.0; extra == "test"
Requires-Dist: mypy>=1.0.0; extra == "test"
Requires-Dist: isort>=5.12.0; extra == "test"
Requires-Dist: coverage>=7.0.0; extra == "test"
Provides-Extra: dev
Requires-Dist: jupyter>=1.0.0; extra == "dev"
Requires-Dist: notebook>=6.5.0; extra == "dev"
Requires-Dist: ipython>=8.0.0; extra == "dev"
Requires-Dist: tqdm>=4.64.0; extra == "dev"
Provides-Extra: all
Requires-Dist: syft-client[dev,job,test]; extra == "all"

# Syft-client

## Install

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

## Test

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