vantage6 4.7.0rc1__py3-none-any.whl → 4.7.0rc2__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/__build__ +1 -1
- vantage6/cli/template/algo_store_config.j2 +23 -0
- {vantage6-4.7.0rc1.dist-info → vantage6-4.7.0rc2.dist-info}/METADATA +4 -3
- {vantage6-4.7.0rc1.dist-info → vantage6-4.7.0rc2.dist-info}/RECORD +7 -6
- {vantage6-4.7.0rc1.dist-info → vantage6-4.7.0rc2.dist-info}/WHEEL +0 -0
- {vantage6-4.7.0rc1.dist-info → vantage6-4.7.0rc2.dist-info}/entry_points.txt +0 -0
- {vantage6-4.7.0rc1.dist-info → vantage6-4.7.0rc2.dist-info}/top_level.txt +0 -0
vantage6/cli/__build__
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
allow_drop_all: 'True'
|
|
2
|
+
description: 'default_algorithm_store'
|
|
3
|
+
ip: 0.0.0.0
|
|
4
|
+
logging:
|
|
5
|
+
backup_count: 5
|
|
6
|
+
datefmt: '%Y-%m-%d %H:%M:%S'
|
|
7
|
+
file: test-server.log
|
|
8
|
+
format: '%(asctime)s - %(name)-14s - %(levelname)-8s - %(message)s'
|
|
9
|
+
level: DEBUG
|
|
10
|
+
max_size: 1024
|
|
11
|
+
use_console: true
|
|
12
|
+
port: {{ port }}
|
|
13
|
+
uri: sqlite:///default.sqlite
|
|
14
|
+
root_user:
|
|
15
|
+
v6_server_uri: http://localhost:{{ server_port }}/api
|
|
16
|
+
username: dev_admin
|
|
17
|
+
dev:
|
|
18
|
+
host_uri: {{ host_uri }}
|
|
19
|
+
disable_review: true
|
|
20
|
+
policies:
|
|
21
|
+
algorithm_view: public
|
|
22
|
+
allow_localhost: true
|
|
23
|
+
{{ user_provided_config }}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vantage6
|
|
3
|
-
Version: 4.7.
|
|
3
|
+
Version: 4.7.0rc2
|
|
4
4
|
Summary: vantage6 command line interface
|
|
5
5
|
Home-page: https://github.com/vantage6/vantage6
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -11,12 +11,13 @@ Requires-Dist: copier==9.2.0
|
|
|
11
11
|
Requires-Dist: docker==7.1.0
|
|
12
12
|
Requires-Dist: ipython==8.10.0
|
|
13
13
|
Requires-Dist: jinja2==3.1.4
|
|
14
|
+
Requires-Dist: pandas>=1.5.3
|
|
14
15
|
Requires-Dist: questionary==1.10.0
|
|
15
16
|
Requires-Dist: rich==13.5.2
|
|
16
17
|
Requires-Dist: schema==0.7.5
|
|
17
18
|
Requires-Dist: SQLAlchemy==1.4.46
|
|
18
|
-
Requires-Dist: vantage6-common==4.7.
|
|
19
|
-
Requires-Dist: vantage6-client==4.7.
|
|
19
|
+
Requires-Dist: vantage6-common==4.7.0rc2
|
|
20
|
+
Requires-Dist: vantage6-client==4.7.0rc2
|
|
20
21
|
Provides-Extra: dev
|
|
21
22
|
Requires-Dist: coverage==6.4.4; extra == "dev"
|
|
22
23
|
Requires-Dist: black; extra == "dev"
|
|
@@ -3,7 +3,7 @@ tests_cli/test_example.py,sha256=0fw_v-lgZEacshWSDwLNyLMA1_xc48bKUGM3ll-n1L0,146
|
|
|
3
3
|
tests_cli/test_node_cli.py,sha256=JH3Jv2wPJuz6VBdQXXGg5ebvpUulfJUwY_7qZyg3GeQ,15943
|
|
4
4
|
tests_cli/test_server_cli.py,sha256=61et2WpcVAr4SAsQTLJEeBy1RnewujMvFgFW6N_i7kg,5863
|
|
5
5
|
tests_cli/test_wizard.py,sha256=eoa0WQ9yw7IjtaeAKzbK8-sOCBGow7gLrhhmUx024p8,4881
|
|
6
|
-
vantage6/cli/__build__,sha256=
|
|
6
|
+
vantage6/cli/__build__,sha256=1HNeOiZeFu7gP1lxi5tdAwGcB9i2xR-Q2jpmbuwTqzU,1
|
|
7
7
|
vantage6/cli/__init__.py,sha256=-Ec-Z7ELDveGdSALXda3qdUGpkuKyJQfhN3eIm7koHE,127
|
|
8
8
|
vantage6/cli/_version.py,sha256=20RJIoN9arQboKCYm9q0aOjlxVFIRMNXwWW-ZEp7xtM,700
|
|
9
9
|
vantage6/cli/cli.py,sha256=AecGqgdDI_IaAbedeRN9F8E3hvSpqfbG9Ot7LiAfBTs,6074
|
|
@@ -61,14 +61,15 @@ vantage6/cli/server/start.py,sha256=pPlTKPx1ZOGkJhiPYVv_O2sGE3-jdF9-7vwjoGX4XTE,
|
|
|
61
61
|
vantage6/cli/server/stop.py,sha256=SMMcYGEP1pkDaeN-U33CkVafKLawhw2uDDKrj6RUIlk,4012
|
|
62
62
|
vantage6/cli/server/version.py,sha256=AUYp0CJBnYF8tD3HXqE7kM0RycXipjOYEDkraswUlaA,1306
|
|
63
63
|
vantage6/cli/server/common/__init__.py,sha256=htv0mFYa4GhIHdzA2xqUUgKhHcMh09UQERlIjIgrwOM,2062
|
|
64
|
+
vantage6/cli/template/algo_store_config.j2,sha256=QBGakqMOvUTcOIdAqoR4X6E8eApQ65ggAnQmaUViAV0,554
|
|
64
65
|
vantage6/cli/template/node_config.j2,sha256=XHJm5x5KEwuBAZERzWzzVKJxcw7Px5k-LYSMET_8dqU,743
|
|
65
66
|
vantage6/cli/template/server_config.j2,sha256=hzdL8ksJvb0Hi6cRxS-Q9jZB-4VfB5WRifsd7tigY4o,803
|
|
66
67
|
vantage6/cli/template/server_import_config.j2,sha256=9WT2XeG9-ADoYLb4ahXhof3i9Fcvg0oqwNPyFwLJpvc,1827
|
|
67
68
|
vantage6/cli/test/feature_tester.py,sha256=vTmJrqjA6J_GFWvZDmin4Nx1AO2Mhy21YacTr2vZi2U,2497
|
|
68
69
|
vantage6/cli/test/integration_test.py,sha256=Bx66GLAsSBKERuLZQDCO8M2RbI9J1JXhZztf6dG_MZA,3800
|
|
69
70
|
vantage6/cli/test/common/diagnostic_runner.py,sha256=x_4ikihgoSTKI914pqlgVziBSg5LpV6MheO6O_GBCeA,6657
|
|
70
|
-
vantage6-4.7.
|
|
71
|
-
vantage6-4.7.
|
|
72
|
-
vantage6-4.7.
|
|
73
|
-
vantage6-4.7.
|
|
74
|
-
vantage6-4.7.
|
|
71
|
+
vantage6-4.7.0rc2.dist-info/METADATA,sha256=XDTIgMkMzeGvKX68_AUqg9aeR1_u5wnxDUQyVxERzzg,10328
|
|
72
|
+
vantage6-4.7.0rc2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
73
|
+
vantage6-4.7.0rc2.dist-info/entry_points.txt,sha256=YFBvwjxoeAGxYyPC-YevEgOBBYRGaXkS6jiOGGCLNy0,157
|
|
74
|
+
vantage6-4.7.0rc2.dist-info/top_level.txt,sha256=CYDIBS8jEfFq5YCs_Fuit54K9-3wdosZppTrsymIoUk,19
|
|
75
|
+
vantage6-4.7.0rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|