vantage6 5.0.0a42__py3-none-any.whl → 5.0.0a43__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.

@@ -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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vantage6
3
- Version: 5.0.0a42
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.0a42
22
- Requires-Dist: vantage6-common==5.0.0a42
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'
@@ -85,7 +85,7 @@ vantage6/cli/server/version.py,sha256=iVYem8Gye4dCChC70s_FTqiWi1AF4VQfvhebnh0jur
85
85
  vantage6/cli/server/common/__init__.py,sha256=Frh_4V8ssoGy8rO3o7mRnlKkpOlNSjA5J6eReN1Yluo,1386
86
86
  vantage6/cli/template/algo_store_config.j2,sha256=dlKiUzZ-zYGdFCBArMMRpXvoQFG7rYz4vmv6rCwp6fM,7470
87
87
  vantage6/cli/template/auth_config.j2,sha256=mFNL7H3plnqN7kpptk2WPXPsnuGddCP_ktbzBZHi5ic,10866
88
- vantage6/cli/template/node_config.j2,sha256=jRpvbIFP1l5xQtMvYZrhsF0XyhYR1-GrN4rigR63UI8,14329
88
+ vantage6/cli/template/node_config.j2,sha256=uiZSGuo6lGokCqd6fOc0SRsJOQgFWWSsNrJa4oFsFdc,14858
89
89
  vantage6/cli/template/node_config_nonk8s.j2,sha256=J4r-ZtGX_PGSqnPBcobSjKUaWlDd-WjMz93kHs9OPW0,693
90
90
  vantage6/cli/template/server_config.j2,sha256=0uksEkCf4lRcBD39brOGdwoF_vCtieA-FjTiSUxNvo0,10195
91
91
  vantage6/cli/test/client_script.py,sha256=AHQ4fhzbtD-VcJAm0rxUDteepXNa4Bef9SKWnzobTd0,4825
@@ -96,7 +96,7 @@ vantage6/cli/test/algo_test_scripts/algo_test_script.py,sha256=jfzXPmpL0HlE_eq1j
96
96
  vantage6/cli/test/common/diagnostic_runner.py,sha256=jFFHqlj3v0WRpVEBa7Ovek3DL6RX6W5cQd9w5hWHtZA,6597
97
97
  vantage6/cli/use/context.py,sha256=cTp9kwC4hhq4FkPz1wYAeYWUGK4054S19FxpZYLF7lM,1665
98
98
  vantage6/cli/use/namespace.py,sha256=ev22EuixwW7ZWqhGo8SiSKgtGq4yy8gEXmMhR31khkE,1729
99
- vantage6-5.0.0a42.dist-info/METADATA,sha256=Ecjz0Bcao7wxuV7z5R3OTRk-yCoyBxNtjtg3ted-KtY,1778
100
- vantage6-5.0.0a42.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
101
- vantage6-5.0.0a42.dist-info/entry_points.txt,sha256=RKVCMsD70s_Gp6If89uDlCphsZ9uLIOMt1gciv8EMDQ,53
102
- vantage6-5.0.0a42.dist-info/RECORD,,
99
+ vantage6-5.0.0a43.dist-info/METADATA,sha256=U-Tw-Up8VO7WXhb-W4zmz5goWxF558yNbIDwjzZeyZk,1778
100
+ vantage6-5.0.0a43.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
101
+ vantage6-5.0.0a43.dist-info/entry_points.txt,sha256=RKVCMsD70s_Gp6If89uDlCphsZ9uLIOMt1gciv8EMDQ,53
102
+ vantage6-5.0.0a43.dist-info/RECORD,,