From ae5e2de065262fd90300ddc7800683f0b35c5bc4 Mon Sep 17 00:00:00 2001 From: Paul Andrey <paul.andrey@inria.fr> Date: Fri, 26 Jul 2024 11:06:42 +0200 Subject: [PATCH] Update main project one-line description. --- declearn/__init__.py | 6 +++--- pyproject.toml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/declearn/__init__.py b/declearn/__init__.py index 0e52c31..287df3c 100644 --- a/declearn/__init__.py +++ b/declearn/__init__.py @@ -15,15 +15,15 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Declearn - a python package for private decentralized learning. +"""DecLearn - a modular and extensible framework for Federated Learning. -Declearn is a modular framework to set up and run federated learning +DecLearn is a modular framework to set up and run federated learning processes. It is being developed by the MAGNET team of INRIA Lille, with the aim of providing users with a modular and extensible framework to implement federated learning algorithms and apply them to real-world (or simulated) data using any common machine learning framework. -Declearn provides with abstractions that enable algorithms to be written +DecLearn provides with abstractions that enable algorithms to be written agnostic to the actual computation framework as well as with workable interfaces that cover some of the most popular frameworks, such as Scikit-Learn, TensorFlow and PyTorch. diff --git a/pyproject.toml b/pyproject.toml index 13163b5..d524e2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,9 @@ requires = [ [project] name = "declearn" -version = "2.6.0.dev2" -description = "Declearn - a python package for private decentralized learning." +description = """ +DecLearn - a modular and extensible framework for Federated Learning. +""" readme = "README.md" requires-python = ">=3.8" license = {file = "LICENSE"} -- GitLab