vantage6 4.8.1__py3-none-any.whl → 4.8.2__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.

Potentially problematic release.


This version of vantage6 might be problematic. Click here for more details.

vantage6/cli/_version.py CHANGED
@@ -7,7 +7,7 @@ with open(os.path.join(here, "__build__")) as fp:
7
7
  __build__ = json.load(fp)
8
8
 
9
9
  # Module version
10
- version_info = (4, 8, 1, "final", __build__, 0)
10
+ version_info = (4, 8, 2, "final", __build__, 0)
11
11
 
12
12
  # Module version stage suffix map
13
13
  _specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vantage6
3
- Version: 4.8.1
3
+ Version: 4.8.2
4
4
  Summary: vantage6 command line interface
5
5
  Home-page: https://github.com/vantage6/vantage6
6
6
  Requires-Python: >=3.10
@@ -16,8 +16,8 @@ Requires-Dist: questionary==1.10.0
16
16
  Requires-Dist: rich==13.5.2
17
17
  Requires-Dist: schema==0.7.5
18
18
  Requires-Dist: SQLAlchemy==1.4.46
19
- Requires-Dist: vantage6-common==4.8.1
20
- Requires-Dist: vantage6-client==4.8.1
19
+ Requires-Dist: vantage6-common==4.8.2
20
+ Requires-Dist: vantage6-client==4.8.2
21
21
  Provides-Extra: dev
22
22
  Requires-Dist: coverage==6.4.4; extra == "dev"
23
23
  Requires-Dist: black; extra == "dev"
@@ -49,14 +49,16 @@ Requires-Dist: pre-commit; extra == "dev"
49
49
  <a href="#books-quickstart">Quickstart</a> •
50
50
  <a href="#project-structure">Project structure</a> •
51
51
  <a href="#gift_heart-join-the-community">Join the community</a> •
52
+ <a href="#scroll-license">License</a> •
53
+ <a href="#black_nib-code-of-conduct">Code of conduct</a> •
52
54
  <a href="#black_nib-references">References</a>
53
55
  </p>
54
56
 
55
57
  ---
56
58
 
57
- This repository is contains all the **vantage6** infrastructure source code. The **vantage6** technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). Please visit our [website (vantage6.ai)](https://vantage6.ai) to learn more!
59
+ This repository is contains all the **vantage6** infrastructure source code. The **vantage6** technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). Please visit our [website](https://vantage6.ai) to learn more!
58
60
 
59
- You can find more (user) documentation at [readthedocs (docs.vantage6.ai)](https://docs.vantage6.ai). If you have any questions, suggestions or just want to chat about federated learning: join our [Discord (https://discord.gg/yAyFf6Y)](https://discord.gg/yAyFf6Y) channel.
61
+ You can find more (user) documentation at [readthedocs](https://docs.vantage6.ai). If you have any questions, suggestions or just want to chat about federated learning: join our [Discord)](https://discord.gg/yAyFf6Y) channel.
60
62
 
61
63
  ## Infrastructure overview
62
64
 
@@ -141,8 +143,7 @@ client.organization.create(
141
143
  )
142
144
  ```
143
145
 
144
- You can find more (user) documentation at
145
- [readthedocs (docs.vantage6.ai)](https://docs.vantage6.ai)
146
+ You can find more (user) documentation at [readthedocs](https://docs.vantage6.ai)
146
147
 
147
148
  ## Project structure
148
149
 
@@ -194,15 +195,24 @@ And finally there are some images released for algorithm development:
194
195
 
195
196
  ## :gift_heart: Join the community!
196
197
 
197
- We hope to continue developing, improving, and supporting **vantage6** with the help of
198
- the federated learning community. If you are interested in contributing, first of all,
199
- thank you! Second, please take a look at our
200
- [contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
198
+ We hope to continue developing, improving, and supporting **vantage6** with the help of
199
+ the federated learning community. If you are interested in contributing, first of all,
200
+ thank you! Second, please take a look at our
201
+ [contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
202
+ and our [code of conduct](CODE_OF_CONDUCT.md).
201
203
 
202
204
  <a href="https://github.com/vantage6/vantage6/graphs/contributors">
203
205
  <img src="https://contrib.rocks/image?repo=vantage6/vantage6" />
204
206
  </a>
205
207
 
208
+ ## :scroll: License
209
+
210
+ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
211
+
212
+ ## :black_nib: Code of Conduct
213
+
214
+ Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). **By participating in any way in this project you agree to abide by its terms.**
215
+
206
216
  ## :black_nib: References
207
217
 
208
218
  If you are using **vantage6**, please cite this repository as well as the accompanying papers as follows:
@@ -217,5 +227,5 @@ If you are using **vantage6**, please cite this repository as well as the accomp
217
227
  <a href="https://vantage6.ai">vantage6.ai</a> •
218
228
  <a href="https://discord.gg/yAyFf6Y">Discord</a> •
219
229
  <a href="https://vantage6.discourse.group/">Discourse</a> •
220
- <a href="https://docs.vantage6.ai">User documentation</a>
230
+ <a href="https://docs.vantage6.ai">User documentation</a>
221
231
  </p>
@@ -5,7 +5,7 @@ tests_cli/test_server_cli.py,sha256=61et2WpcVAr4SAsQTLJEeBy1RnewujMvFgFW6N_i7kg,
5
5
  tests_cli/test_wizard.py,sha256=eoa0WQ9yw7IjtaeAKzbK8-sOCBGow7gLrhhmUx024p8,4881
6
6
  vantage6/cli/__build__,sha256=X-zrZv_IbzjZUnhsbWlsecLbwjndTpG0ZynXOif7V-k,1
7
7
  vantage6/cli/__init__.py,sha256=-Ec-Z7ELDveGdSALXda3qdUGpkuKyJQfhN3eIm7koHE,127
8
- vantage6/cli/_version.py,sha256=ZOo7vf37_jWZSQ09_xVuqV2b88eYH9y7J26yslWZgdc,696
8
+ vantage6/cli/_version.py,sha256=Xt41LiFIQVx6zfbxztkxSnrw5rd9RAlFMcYxqQC8CS4,696
9
9
  vantage6/cli/cli.py,sha256=AecGqgdDI_IaAbedeRN9F8E3hvSpqfbG9Ot7LiAfBTs,6074
10
10
  vantage6/cli/configuration_manager.py,sha256=cN4tQpQjLG5GaGrsjEP-5ed_LqvPApIkNkM1J6ai3n0,3588
11
11
  vantage6/cli/configuration_wizard.py,sha256=sgXKC_bZvZUtOlEQCVA_oe23aUiYHs0ITtHTD7ITcq8,20440
@@ -68,8 +68,8 @@ vantage6/cli/template/server_import_config.j2,sha256=9WT2XeG9-ADoYLb4ahXhof3i9Fc
68
68
  vantage6/cli/test/feature_tester.py,sha256=rdxRvDelVuOceXvbZh5dRc5Pdw4bVNiotj0m__RWN5Q,2563
69
69
  vantage6/cli/test/integration_test.py,sha256=yQVG72XKDNH_eOPTsf3pb65FCBwJzMxn5VNfUGemJBM,3808
70
70
  vantage6/cli/test/common/diagnostic_runner.py,sha256=x_4ikihgoSTKI914pqlgVziBSg5LpV6MheO6O_GBCeA,6657
71
- vantage6-4.8.1.dist-info/METADATA,sha256=kKifrxVVr-Gs6hgk7jGNk8gZryhFu8Nwk1VdcATwADM,10467
72
- vantage6-4.8.1.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
73
- vantage6-4.8.1.dist-info/entry_points.txt,sha256=YFBvwjxoeAGxYyPC-YevEgOBBYRGaXkS6jiOGGCLNy0,157
74
- vantage6-4.8.1.dist-info/top_level.txt,sha256=CYDIBS8jEfFq5YCs_Fuit54K9-3wdosZppTrsymIoUk,19
75
- vantage6-4.8.1.dist-info/RECORD,,
71
+ vantage6-4.8.2.dist-info/METADATA,sha256=SpO1Mj-VxxSlaCgBpVfr16J8DydHzPP1H8qdnSEX-c0,10878
72
+ vantage6-4.8.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
73
+ vantage6-4.8.2.dist-info/entry_points.txt,sha256=YFBvwjxoeAGxYyPC-YevEgOBBYRGaXkS6jiOGGCLNy0,157
74
+ vantage6-4.8.2.dist-info/top_level.txt,sha256=CYDIBS8jEfFq5YCs_Fuit54K9-3wdosZppTrsymIoUk,19
75
+ vantage6-4.8.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5