MEDfl 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Medfl
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Python Open-source package for simulating federated learning and differential privacy
5
5
  Home-page: https://github.com/HaithemLamri/MEDfl
6
6
  Author: MEDomics consortium
@@ -33,6 +33,7 @@ Requires-Dist: sphinx-rtd-dark-mode ==1.2.4
33
33
  Requires-Dist: plotly ==5.19.0
34
34
  Requires-Dist: optuna ==3.5.0
35
35
  Requires-Dist: mysql
36
+ Requires-Dist: mysql-connector-python
36
37
 
37
38
  # MEDfl : Federated Learning and Differential Privacy Simulation Tool for Tabular Data
38
39
  ![Python Versions](https://img.shields.io/badge/python-3.9-blue)
@@ -17,13 +17,13 @@ Medfl/NetManager/net_helper.py,sha256=r4I3ZwhjEHweV5DaYc4lamucCe_OdB-gevteVeTiui
17
17
  Medfl/NetManager/net_manager_queries.py,sha256=2jEIJ6qWLJv8AgusqTnRjJwq_keU6M3V0v09Azwf9fs,4190
18
18
  Medfl/NetManager/network.py,sha256=nRvdrNheE5gi84wNbVS09T1jMEq9YADYbV9M_DryP3A,5091
19
19
  Medfl/NetManager/node.py,sha256=c3DxcOXGfVmQvz-tzT2GKFWW7V2rcFuuw44uKOvdm_k,6153
20
- Medfl-0.1.4.data/scripts/setup_mysql.sh,sha256=r4ygRl7zdasUSZT-ccC1Tjtt6GKDS5Puza9hCec2Cns,538
20
+ Medfl-0.1.5.data/scripts/setup_mysql.sh,sha256=r4ygRl7zdasUSZT-ccC1Tjtt6GKDS5Puza9hCec2Cns,538
21
21
  alembic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  alembic/env.py,sha256=-aSZ6SlJeK1ZeqHgM-54hOi9LhJRFP0SZGjut-JnY-4,1588
23
23
  scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  scripts/base.py,sha256=xyiLkJ46nVrs3rNHP39LIH_03bmn5FU_gqpSTGJ_nVE,923
25
25
  scripts/create_db.py,sha256=NYysjkiMWNjEawpOJL8iLAwNGUk4YITUMudiJgLQIGA,3364
26
- Medfl-0.1.4.dist-info/METADATA,sha256=eSK0g_9_z0TJYQsBURopolN1JijwgHJOdxsuPziOzak,5411
27
- Medfl-0.1.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
28
- Medfl-0.1.4.dist-info/top_level.txt,sha256=CmLt1TC7PJj-V55rhffMZ9LSOiuSaaEbz9FJm_zOw_E,22
29
- Medfl-0.1.4.dist-info/RECORD,,
26
+ Medfl-0.1.5.dist-info/METADATA,sha256=cHTpOMjD_71wFQmlV5gycFhfg-Im-qqGLgWCII2PHg4,5449
27
+ Medfl-0.1.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
28
+ Medfl-0.1.5.dist-info/top_level.txt,sha256=CmLt1TC7PJj-V55rhffMZ9LSOiuSaaEbz9FJm_zOw_E,22
29
+ Medfl-0.1.5.dist-info/RECORD,,
File without changes