vantage6 5.0.0a42__tar.gz → 5.0.0a43__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-5.0.0a42 → vantage6-5.0.0a43}/PKG-INFO +3 -3
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/pyproject.toml +3 -3
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/template/node_config.j2 +15 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/.gitignore +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/Makefile +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/README.md +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/tests_cli/__init__.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/tests_cli/test_client_script.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/tests_cli/test_example.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/tests_cli/test_node_cli.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/tests_cli/test_server_cli.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/tests_cli/test_wizard.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/__init__.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algorithm/create.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algorithm/generate_algorithm_json.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algorithm/update.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algostore/attach.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algostore/files.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algostore/list.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algostore/new.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algostore/remove.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algostore/start.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algostore/stop.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/algostore/version.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/auth/attach.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/auth/files.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/auth/list.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/auth/new.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/auth/remove.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/auth/start.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/auth/stop.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/cli.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/common/attach.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/common/decorator.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/common/list.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/common/new.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/common/remove.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/common/start.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/common/stop.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/common/utils.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/common/version.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/config.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/configuration_create.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/configuration_manager.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/context/__init__.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/context/algorithm_store.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/context/auth.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/context/base_server.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/context/node.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/context/server.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/dev/clean.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/dev/common.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/dev/rebuild.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/dev/start.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/dev/stop.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/globals.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/attach.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/common/__init__.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/common/task_cleanup.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/create_private_key.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/files.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/list.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/new.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/remove.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/restart.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/set_api_key.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/start.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/stop.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/node/version.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/prometheus/monitoring_manager.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/prometheus/prometheus.yml +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/config/base.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/config/core.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/config/node.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/data/km_dataset.csv +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/data/olympic_athletes_2016.csv +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/new.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/populate/__init__.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/populate/helpers/connect_store.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/populate/helpers/delete_fixtures.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/populate/helpers/load_fixtures.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/populate/helpers/utils.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/remove.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/start.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/stop.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/attach.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/common/__init__.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/files.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/import_.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/list.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/new.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/remove.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/start.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/stop.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/server/version.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/template/algo_store_config.j2 +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/template/auth_config.j2 +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/template/node_config_nonk8s.j2 +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/template/server_config.j2 +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/test/algo_test_scripts/algo_test_arguments.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/test/algo_test_scripts/algo_test_script.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/test/client_script.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/test/common/diagnostic_runner.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/test/feature_tester.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/test/integration_test.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/use/context.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/use/namespace.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/utils.py +0 -0
- {vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/utils_kubernetes.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vantage6
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.0a43
|
|
4
4
|
Summary: vantage6 command line interface
|
|
5
5
|
Author: Vantage6 Team
|
|
6
6
|
Maintainer-email: Frank Martin <f.martin@iknl.nl>, Bart van Beusekom <b.vanbeusekom@iknl.nl>
|
|
@@ -18,8 +18,8 @@ Requires-Dist: questionary==2.1.1
|
|
|
18
18
|
Requires-Dist: rich==13.5.2
|
|
19
19
|
Requires-Dist: schema==0.7.5
|
|
20
20
|
Requires-Dist: sqlalchemy==2.0.37
|
|
21
|
-
Requires-Dist: vantage6-client==5.0.
|
|
22
|
-
Requires-Dist: vantage6-common==5.0.
|
|
21
|
+
Requires-Dist: vantage6-client==5.0.0a43
|
|
22
|
+
Requires-Dist: vantage6-common==5.0.0a43
|
|
23
23
|
Provides-Extra: dev
|
|
24
24
|
Requires-Dist: black; extra == 'dev'
|
|
25
25
|
Requires-Dist: coverage==7.10.2; extra == 'dev'
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "vantage6"
|
|
7
|
-
version = "5.0.
|
|
7
|
+
version = "5.0.0a43"
|
|
8
8
|
description = "vantage6 command line interface"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -29,8 +29,8 @@ dependencies = [
|
|
|
29
29
|
"rich==13.5.2",
|
|
30
30
|
"schema==0.7.5",
|
|
31
31
|
"sqlalchemy==2.0.37",
|
|
32
|
-
"vantage6-common==5.0.
|
|
33
|
-
"vantage6-client==5.0.
|
|
32
|
+
"vantage6-common==5.0.0a43",
|
|
33
|
+
"vantage6-client==5.0.0a43",
|
|
34
34
|
]
|
|
35
35
|
|
|
36
36
|
[project.optional-dependencies]
|
|
@@ -327,6 +327,21 @@ node:
|
|
|
327
327
|
# report_interval_seconds: 45
|
|
328
328
|
{% endif %}
|
|
329
329
|
|
|
330
|
+
# Provide additional environment variables to the algorithm containers. This can be
|
|
331
|
+
# useful for instance to provide threshold values, database credentials, etc.
|
|
332
|
+
# Note that variable names should consist of only letters, numbers and underscores,
|
|
333
|
+
# and start with a letter.
|
|
334
|
+
{% if node.algorithm_env is defined %}
|
|
335
|
+
algorithm_env:
|
|
336
|
+
{% for key, value in node.algorithm_env.items() %}
|
|
337
|
+
{{ key }}: {{ value }}
|
|
338
|
+
{% endfor %}
|
|
339
|
+
{% endif %}
|
|
340
|
+
{% else %}
|
|
341
|
+
# algorithm_env:
|
|
342
|
+
# threshold_example: 10
|
|
343
|
+
{% endif %}
|
|
344
|
+
|
|
330
345
|
{% if node.debug is defined %}
|
|
331
346
|
# Debug settings
|
|
332
347
|
debug:
|
|
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
|
|
File without changes
|
{vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/populate/helpers/connect_store.py
RENAMED
|
File without changes
|
{vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/populate/helpers/delete_fixtures.py
RENAMED
|
File without changes
|
{vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/sandbox/populate/helpers/load_fixtures.py
RENAMED
|
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
|
{vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/test/algo_test_scripts/algo_test_arguments.py
RENAMED
|
File without changes
|
{vantage6-5.0.0a42 → vantage6-5.0.0a43}/vantage6/cli/test/algo_test_scripts/algo_test_script.py
RENAMED
|
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
|