MEDfl 0.1.6__py3-none-any.whl → 0.1.7__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.6
3
+ Version: 0.1.7
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
@@ -18,13 +18,14 @@ Medfl/NetManager/net_helper.py,sha256=r4I3ZwhjEHweV5DaYc4lamucCe_OdB-gevteVeTiui
18
18
  Medfl/NetManager/net_manager_queries.py,sha256=2jEIJ6qWLJv8AgusqTnRjJwq_keU6M3V0v09Azwf9fs,4190
19
19
  Medfl/NetManager/network.py,sha256=nRvdrNheE5gi84wNbVS09T1jMEq9YADYbV9M_DryP3A,5091
20
20
  Medfl/NetManager/node.py,sha256=c3DxcOXGfVmQvz-tzT2GKFWW7V2rcFuuw44uKOvdm_k,6153
21
- Medfl-0.1.6.data/scripts/setup_mysql.sh,sha256=r4ygRl7zdasUSZT-ccC1Tjtt6GKDS5Puza9hCec2Cns,538
21
+ Medfl-0.1.7.data/scripts/setup_mysql.sh,sha256=r4ygRl7zdasUSZT-ccC1Tjtt6GKDS5Puza9hCec2Cns,538
22
22
  alembic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  alembic/env.py,sha256=-aSZ6SlJeK1ZeqHgM-54hOi9LhJRFP0SZGjut-JnY-4,1588
24
24
  scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  scripts/base.py,sha256=y9yQNC6PkqoEpdrzAW9Qgbc7EAW8yxIOPH2_hQiCdI0,749
26
+ scripts/config.ini,sha256=Nq1eQA7NMN8lcchpnTuC8xMWmc-WSs5ZxMvW6EVrNCE,83
26
27
  scripts/create_db.py,sha256=NYysjkiMWNjEawpOJL8iLAwNGUk4YITUMudiJgLQIGA,3364
27
- Medfl-0.1.6.dist-info/METADATA,sha256=QN8i6QGLbB_Yq6eIfMYqz6j4C4q54-s3JFPP4DLEyXU,5449
28
- Medfl-0.1.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
29
- Medfl-0.1.6.dist-info/top_level.txt,sha256=CmLt1TC7PJj-V55rhffMZ9LSOiuSaaEbz9FJm_zOw_E,22
30
- Medfl-0.1.6.dist-info/RECORD,,
28
+ Medfl-0.1.7.dist-info/METADATA,sha256=FVqlWBZPA1-E0f0Pb2dFE15W0231PL85O5rLl27rBeM,5449
29
+ Medfl-0.1.7.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
30
+ Medfl-0.1.7.dist-info/top_level.txt,sha256=CmLt1TC7PJj-V55rhffMZ9LSOiuSaaEbz9FJm_zOw_E,22
31
+ Medfl-0.1.7.dist-info/RECORD,,
scripts/config.ini ADDED
@@ -0,0 +1,6 @@
1
+ [mysql]
2
+ host = localhost
3
+ port = 3306
4
+ user = ouael
5
+ password = ouael
6
+ database = MEDfl
File without changes