vantage6 4.8.0rc3__tar.gz → 4.8.2__tar.gz
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-4.8.0rc3 → vantage6-4.8.2}/PKG-INFO +20 -10
- vantage6-4.8.2/vantage6/cli/__build__ +1 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/_version.py +1 -1
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6.egg-info/PKG-INFO +20 -10
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6.egg-info/requires.txt +2 -2
- vantage6-4.8.0rc3/vantage6/cli/__build__ +0 -1
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/setup.cfg +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/setup.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/tests_cli/__init__.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/tests_cli/test_example.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/tests_cli/test_node_cli.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/tests_cli/test_server_cli.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/tests_cli/test_wizard.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/__init__.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/algorithm/create.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/algorithm/update.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/algostore/attach.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/algostore/files.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/algostore/list.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/algostore/new.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/algostore/remove.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/algostore/start.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/algostore/stop.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/cli.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/common/decorator.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/common/start.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/common/utils.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/configuration_manager.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/configuration_wizard.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/context/__init__.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/context/algorithm_store.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/context/base_server.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/context/node.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/context/server.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/dev/create.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/dev/data/olympic_athletes_2016.csv +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/dev/remove.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/dev/start.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/dev/stop.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/dev/utils.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/globals.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/attach.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/clean.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/common/__init__.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/create_private_key.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/files.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/list.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/new.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/remove.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/set_api_key.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/start.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/stop.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/node/version.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/rabbitmq/__init__.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/rabbitmq/definitions.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/rabbitmq/queue_manager.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/rabbitmq/rabbitmq.config +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/attach.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/common/__init__.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/files.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/import_.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/list.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/new.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/remove.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/shell.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/start.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/stop.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/server/version.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/template/algo_store_config.j2 +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/template/node_config.j2 +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/template/server_config.j2 +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/template/server_import_config.j2 +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/test/common/diagnostic_runner.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/test/feature_tester.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/test/integration_test.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6/cli/utils.py +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6.egg-info/SOURCES.txt +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6.egg-info/dependency_links.txt +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6.egg-info/entry_points.txt +0 -0
- {vantage6-4.8.0rc3 → vantage6-4.8.2}/vantage6.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vantage6
|
|
3
|
-
Version: 4.8.
|
|
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
|
|
@@ -33,14 +33,16 @@ Provides-Extra: dev
|
|
|
33
33
|
<a href="#books-quickstart">Quickstart</a> •
|
|
34
34
|
<a href="#project-structure">Project structure</a> •
|
|
35
35
|
<a href="#gift_heart-join-the-community">Join the community</a> •
|
|
36
|
+
<a href="#scroll-license">License</a> •
|
|
37
|
+
<a href="#black_nib-code-of-conduct">Code of conduct</a> •
|
|
36
38
|
<a href="#black_nib-references">References</a>
|
|
37
39
|
</p>
|
|
38
40
|
|
|
39
41
|
---
|
|
40
42
|
|
|
41
|
-
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
|
|
43
|
+
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!
|
|
42
44
|
|
|
43
|
-
You can find more (user) documentation at [readthedocs
|
|
45
|
+
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.
|
|
44
46
|
|
|
45
47
|
## Infrastructure overview
|
|
46
48
|
|
|
@@ -125,8 +127,7 @@ client.organization.create(
|
|
|
125
127
|
)
|
|
126
128
|
```
|
|
127
129
|
|
|
128
|
-
You can find more (user) documentation at
|
|
129
|
-
[readthedocs (docs.vantage6.ai)](https://docs.vantage6.ai)
|
|
130
|
+
You can find more (user) documentation at [readthedocs](https://docs.vantage6.ai)
|
|
130
131
|
|
|
131
132
|
## Project structure
|
|
132
133
|
|
|
@@ -178,15 +179,24 @@ And finally there are some images released for algorithm development:
|
|
|
178
179
|
|
|
179
180
|
## :gift_heart: Join the community!
|
|
180
181
|
|
|
181
|
-
We hope to continue developing, improving, and supporting **vantage6** with the help of
|
|
182
|
-
the federated learning community. If you are interested in contributing, first of all,
|
|
183
|
-
thank you! Second, please take a look at our
|
|
184
|
-
[contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
|
|
182
|
+
We hope to continue developing, improving, and supporting **vantage6** with the help of
|
|
183
|
+
the federated learning community. If you are interested in contributing, first of all,
|
|
184
|
+
thank you! Second, please take a look at our
|
|
185
|
+
[contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
|
|
186
|
+
and our [code of conduct](CODE_OF_CONDUCT.md).
|
|
185
187
|
|
|
186
188
|
<a href="https://github.com/vantage6/vantage6/graphs/contributors">
|
|
187
189
|
<img src="https://contrib.rocks/image?repo=vantage6/vantage6" />
|
|
188
190
|
</a>
|
|
189
191
|
|
|
192
|
+
## :scroll: License
|
|
193
|
+
|
|
194
|
+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
|
|
195
|
+
|
|
196
|
+
## :black_nib: Code of Conduct
|
|
197
|
+
|
|
198
|
+
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.**
|
|
199
|
+
|
|
190
200
|
## :black_nib: References
|
|
191
201
|
|
|
192
202
|
If you are using **vantage6**, please cite this repository as well as the accompanying papers as follows:
|
|
@@ -201,5 +211,5 @@ If you are using **vantage6**, please cite this repository as well as the accomp
|
|
|
201
211
|
<a href="https://vantage6.ai">vantage6.ai</a> •
|
|
202
212
|
<a href="https://discord.gg/yAyFf6Y">Discord</a> •
|
|
203
213
|
<a href="https://vantage6.discourse.group/">Discourse</a> •
|
|
204
|
-
<a href="https://docs.vantage6.ai">User documentation</a>
|
|
214
|
+
<a href="https://docs.vantage6.ai">User documentation</a>
|
|
205
215
|
</p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0
|
|
@@ -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,
|
|
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.
|
|
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
|
|
@@ -33,14 +33,16 @@ Provides-Extra: dev
|
|
|
33
33
|
<a href="#books-quickstart">Quickstart</a> •
|
|
34
34
|
<a href="#project-structure">Project structure</a> •
|
|
35
35
|
<a href="#gift_heart-join-the-community">Join the community</a> •
|
|
36
|
+
<a href="#scroll-license">License</a> •
|
|
37
|
+
<a href="#black_nib-code-of-conduct">Code of conduct</a> •
|
|
36
38
|
<a href="#black_nib-references">References</a>
|
|
37
39
|
</p>
|
|
38
40
|
|
|
39
41
|
---
|
|
40
42
|
|
|
41
|
-
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
|
|
43
|
+
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!
|
|
42
44
|
|
|
43
|
-
You can find more (user) documentation at [readthedocs
|
|
45
|
+
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.
|
|
44
46
|
|
|
45
47
|
## Infrastructure overview
|
|
46
48
|
|
|
@@ -125,8 +127,7 @@ client.organization.create(
|
|
|
125
127
|
)
|
|
126
128
|
```
|
|
127
129
|
|
|
128
|
-
You can find more (user) documentation at
|
|
129
|
-
[readthedocs (docs.vantage6.ai)](https://docs.vantage6.ai)
|
|
130
|
+
You can find more (user) documentation at [readthedocs](https://docs.vantage6.ai)
|
|
130
131
|
|
|
131
132
|
## Project structure
|
|
132
133
|
|
|
@@ -178,15 +179,24 @@ And finally there are some images released for algorithm development:
|
|
|
178
179
|
|
|
179
180
|
## :gift_heart: Join the community!
|
|
180
181
|
|
|
181
|
-
We hope to continue developing, improving, and supporting **vantage6** with the help of
|
|
182
|
-
the federated learning community. If you are interested in contributing, first of all,
|
|
183
|
-
thank you! Second, please take a look at our
|
|
184
|
-
[contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
|
|
182
|
+
We hope to continue developing, improving, and supporting **vantage6** with the help of
|
|
183
|
+
the federated learning community. If you are interested in contributing, first of all,
|
|
184
|
+
thank you! Second, please take a look at our
|
|
185
|
+
[contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
|
|
186
|
+
and our [code of conduct](CODE_OF_CONDUCT.md).
|
|
185
187
|
|
|
186
188
|
<a href="https://github.com/vantage6/vantage6/graphs/contributors">
|
|
187
189
|
<img src="https://contrib.rocks/image?repo=vantage6/vantage6" />
|
|
188
190
|
</a>
|
|
189
191
|
|
|
192
|
+
## :scroll: License
|
|
193
|
+
|
|
194
|
+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
|
|
195
|
+
|
|
196
|
+
## :black_nib: Code of Conduct
|
|
197
|
+
|
|
198
|
+
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.**
|
|
199
|
+
|
|
190
200
|
## :black_nib: References
|
|
191
201
|
|
|
192
202
|
If you are using **vantage6**, please cite this repository as well as the accompanying papers as follows:
|
|
@@ -201,5 +211,5 @@ If you are using **vantage6**, please cite this repository as well as the accomp
|
|
|
201
211
|
<a href="https://vantage6.ai">vantage6.ai</a> •
|
|
202
212
|
<a href="https://discord.gg/yAyFf6Y">Discord</a> •
|
|
203
213
|
<a href="https://vantage6.discourse.group/">Discourse</a> •
|
|
204
|
-
<a href="https://docs.vantage6.ai">User documentation</a>
|
|
214
|
+
<a href="https://docs.vantage6.ai">User documentation</a>
|
|
205
215
|
</p>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|