Metadata-Version: 2.4
Name: scaleout
Version: 1.0.1
Summary: A client library for the Scaleout Edge
Project-URL: Homepage, https://scaleoutsystems.com
Project-URL: Documentation, https://docs.scaleoutsystems.com/en/latest/
Author: Scaleout Systems AB
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: <3.14,>=3.11
Requires-Dist: click==8.3.1
Requires-Dist: numpy>=1.21.6
Requires-Dist: psutil
Requires-Dist: pyjwt>=2.0.0
Requires-Dist: pyyaml~=6.0
Requires-Dist: scaleoututil==1.0.0
Requires-Dist: urllib3>=2.6.0
Description-Content-Type: text/x-rst

Scaleout Edge Client
--------------------

The Scaleout Edge Client is a Python package that provides the necessary tools and interfaces to create compute packages, generate seed models, and interact with the Scaleout Edge network for federated learning tasks and Edge AI deployments. It allows developers to integrate their local training code with the Scaleout Edge network, enabling seamless communication and coordination for distributed machine learning workflows.

Getting Started
===============

Please refer to the `Quickstart Guide <https://docs.scaleoutsystems.com/en/latest/quickstart.html>`__ for a step-by-step introduction to using the Scaleout Edge Client.

Support
=======

Community support is available in our `Discord
server <https://discord.gg/KMg4VwszAd>`__.

Options are available for `Dedicated/custom support <https://www.scaleoutsystems.com/start#pricing>`__.

Citation
========

If you use Scaleout Edge in your research, please cite:

::

   @article{ekmefjord2021scalable,
     title={Scalable federated machine learning with FEDn},
     author={Ekmefjord, Morgan and Ait-Mlouk, Addi and Alawadi, Sadi and {\\AA}kesson, Mattias and Stoyanova, Desislava and Spjuth, Ola and Toor, Salman and Hellander, Andreas},
     journal={arXiv preprint arXiv:2103.00148},
     year={2021}
   }


License
=======

Scaleout Edge python client is licensed under Apache-2.0 (see `LICENSE <https://github.com/scaleoutsystems/scaleout-client/blob/main/scaleout-client-python/LICENSE>`__ file for
full information).

Use of Scaleout Edge Studio is subject to the `Terms of Use <https://www.scaleoutsystems.com/terms>`__.
