vantage6 5.0.0a16__tar.gz → 5.0.0a17__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.0a16 → vantage6-5.0.0a17}/PKG-INFO +1 -1
- vantage6-5.0.0a17/vantage6/cli/__build__ +1 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/globals.py +3 -1
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/template/node_config.j2 +1 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6.egg-info/PKG-INFO +1 -1
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6.egg-info/requires.txt +2 -2
- vantage6-5.0.0a16/vantage6/cli/__build__ +0 -1
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/setup.cfg +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/setup.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/tests_cli/__init__.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/tests_cli/test_example.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/tests_cli/test_node_cli.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/tests_cli/test_server_cli.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/tests_cli/test_wizard.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/__init__.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/_version.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/algorithm/create.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/algorithm/update.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/algostore/attach.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/algostore/files.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/algostore/list.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/algostore/new.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/algostore/remove.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/algostore/start.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/algostore/stop.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/cli.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/common/decorator.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/common/start.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/common/utils.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/configuration_manager.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/configuration_wizard.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/context/__init__.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/context/algorithm_store.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/context/base_server.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/context/node.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/context/server.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/dev/create.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/dev/remove.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/attach.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/clean.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/common/__init__.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/create_private_key.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/files.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/list.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/new.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/remove.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/restart.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/set_api_key.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/start.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/stop.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/node/version.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/rabbitmq/__init__.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/rabbitmq/definitions.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/rabbitmq/queue_manager.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/rabbitmq/rabbitmq.config +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/attach.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/common/__init__.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/files.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/import_.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/list.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/new.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/remove.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/shell.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/start.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/stop.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/server/version.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/template/algo_store_config.j2 +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/template/server_config.j2 +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/template/server_import_config.j2 +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/test/common/diagnostic_runner.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/test/feature_tester.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/test/integration_test.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6/cli/utils.py +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6.egg-info/SOURCES.txt +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6.egg-info/dependency_links.txt +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6.egg-info/entry_points.txt +0 -0
- {vantage6-5.0.0a16 → vantage6-5.0.0a17}/vantage6.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
17
|
|
@@ -23,7 +23,9 @@ PACKAGE_FOLDER = Path(__file__).parent.parent.parent
|
|
|
23
23
|
|
|
24
24
|
# FIXME BvB 22-06-28 think this is also defined in the node globals, and this
|
|
25
25
|
# one appears not to be used
|
|
26
|
-
|
|
26
|
+
# TODO Check and remove
|
|
27
|
+
# HCR: This constants is indeed not used, as well as the other defined in node/globals.py
|
|
28
|
+
# NODE_PROXY_SERVER_HOSTNAME = "proxyserver"
|
|
27
29
|
|
|
28
30
|
DATA_FOLDER = PACKAGE_FOLDER / APPNAME / "_data"
|
|
29
31
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
16
|
|
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
|