vantage6 4.5.0rc3__py3-none-any.whl → 4.5.1__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__ CHANGED
@@ -1 +1 @@
1
- 3
1
+ 0
vantage6/cli/_version.py CHANGED
@@ -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, 5, 0, "candidate", __build__, 0)
10
+ version_info = (4, 5, 1, "final", __build__, 0)
11
11
 
12
12
  # Module version stage suffix map
13
13
  _specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
@@ -34,9 +34,7 @@ class AlgorithmStoreContext(BaseServerContext):
34
34
 
35
35
  def get_database_uri(self) -> str:
36
36
  """
37
- Obtain the database uri from the environment or the configuration. The
38
- `VANTAGE6_DB_URI` environment variable is used by the Docker container,
39
- but can also be set by the user.
37
+ Obtain the database uri from the environment or the configuration.
40
38
 
41
39
  Returns
42
40
  -------
@@ -36,9 +36,7 @@ class ServerContext(BaseServerContext):
36
36
 
37
37
  def get_database_uri(self) -> str:
38
38
  """
39
- Obtain the database uri from the environment or the configuration. The
40
- `VANTAGE6_DB_URI` environment variable is used by the Docker container,
41
- but can also be set by the user.
39
+ Obtain the database uri from the environment or the configuration.
42
40
 
43
41
  Returns
44
42
  -------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vantage6
3
- Version: 4.5.0rc3
3
+ Version: 4.5.1
4
4
  Summary: vantage6 command line interface
5
5
  Home-page: https://github.com/vantage6/vantage6
6
6
  Requires-Python: >=3.10
@@ -15,8 +15,8 @@ Requires-Dist: questionary ==1.10.0
15
15
  Requires-Dist: rich ==13.5.2
16
16
  Requires-Dist: schema ==0.7.5
17
17
  Requires-Dist: SQLAlchemy ==1.4.46
18
- Requires-Dist: vantage6-common ==4.5.0rc3
19
- Requires-Dist: vantage6-client ==4.5.0rc3
18
+ Requires-Dist: vantage6-common ==4.5.1
19
+ Requires-Dist: vantage6-client ==4.5.1
20
20
  Provides-Extra: dev
21
21
  Requires-Dist: coverage ==6.4.4 ; extra == 'dev'
22
22
  Requires-Dist: black ; extra == 'dev'
@@ -3,9 +3,9 @@ tests_cli/test_example.py,sha256=0fw_v-lgZEacshWSDwLNyLMA1_xc48bKUGM3ll-n1L0,146
3
3
  tests_cli/test_node_cli.py,sha256=izMUo9r5GjIvXnDjPtaQTQtd9mbb14Z1HFTgobxLmk4,15937
4
4
  tests_cli/test_server_cli.py,sha256=nilQYLV4GuKdNaYRaMO5y13h6P3mw8Dvvf8H84RS43I,5857
5
5
  tests_cli/test_wizard.py,sha256=NPl3Kp6_Et0GatLfD-p5LagMbkFwEx-vHiOgKoVvxDM,4385
6
- vantage6/cli/__build__,sha256=TgdAhWK-24tgzgXB3s_jrRa3IjCWfeAfZAt-Rym0n84,1
6
+ vantage6/cli/__build__,sha256=X-zrZv_IbzjZUnhsbWlsecLbwjndTpG0ZynXOif7V-k,1
7
7
  vantage6/cli/__init__.py,sha256=-Ec-Z7ELDveGdSALXda3qdUGpkuKyJQfhN3eIm7koHE,127
8
- vantage6/cli/_version.py,sha256=MUALYeqOCppxhBOwzbIP5lcsqpfKOa62OiMDGqpyZVM,700
8
+ vantage6/cli/_version.py,sha256=bH_fCGayhA2S4bq_sLx8b0We9Dq8nY1RVDhPUhN2PSs,696
9
9
  vantage6/cli/cli.py,sha256=b5Gvhn4PL4UWShAJB5lHOf37Q_VRUw3UMNgDECZuHHM,5945
10
10
  vantage6/cli/configuration_manager.py,sha256=cN4tQpQjLG5GaGrsjEP-5ed_LqvPApIkNkM1J6ai3n0,3588
11
11
  vantage6/cli/configuration_wizard.py,sha256=9dfAnBWsvxEEm2HX1_lUURSbSvFoc6d8YkoUYXKDqcI,17949
@@ -23,10 +23,10 @@ vantage6/cli/common/decorator.py,sha256=7Iwlcc_ekgXJco4tNjEV79ul43Q28OrieiGkvDBe
23
23
  vantage6/cli/common/start.py,sha256=x5kVVWNinb5m8UlYy6bzmQrqwAO7F2HA8jDZ64cOUVM,6567
24
24
  vantage6/cli/common/utils.py,sha256=2zp8KfFCNQLfDAhI8pCv35d6hc6xVaBhPyLfwWvJsm8,3992
25
25
  vantage6/cli/context/__init__.py,sha256=e8rfY2tCyu6_SLQ-rbVzEHkDtmbnGCZRHFN_HH-2bnA,2683
26
- vantage6/cli/context/algorithm_store.py,sha256=IyQ8MaaAPI3V73R0NBp3XMJSqYwc0RF83EeILmvuZhY,4063
26
+ vantage6/cli/context/algorithm_store.py,sha256=NsmrgDCTJ10KqQ209Q1sq-hBhuU_4LRqfbj3SZ-ivnU,3938
27
27
  vantage6/cli/context/base_server.py,sha256=paKSzNrKWD-J6eakHAtGELk2cD05A8NqoCAuQfF7c2s,2972
28
28
  vantage6/cli/context/node.py,sha256=8AXnyH5Sk8zI0hd1mnX7e2h8PzCA2MijV1GpfaPP3TM,7409
29
- vantage6/cli/context/server.py,sha256=f19cAc_rjrNctzllrsozZ2O7k2pTS94_oDqzLMsgPj8,4071
29
+ vantage6/cli/context/server.py,sha256=vBGJWNsJoVcIryX5OLiWnFklNRcjOVkhqm2U5tqW5b0,3946
30
30
  vantage6/cli/dev/create.py,sha256=miH73yb3pgeeF_YiJ1_xSOFDENbD0vuTwQlPBWyxOq8,14167
31
31
  vantage6/cli/dev/remove.py,sha256=-qPWY9VTpB11QqxznJWhjkobFMP-gxz8EAZyjfZDP5g,2223
32
32
  vantage6/cli/dev/start.py,sha256=uIxSJGmqUqOVvMmACaGEO-9q9nAmviyv6g4H-SjdMKk,1667
@@ -64,8 +64,8 @@ vantage6/cli/template/server_import_config.j2,sha256=PRB0ym_FYjx9vhkmY9C0xzlv_85
64
64
  vantage6/cli/test/feature_tester.py,sha256=vTmJrqjA6J_GFWvZDmin4Nx1AO2Mhy21YacTr2vZi2U,2497
65
65
  vantage6/cli/test/integration_test.py,sha256=DT3qjl1lq7nVBflT5ed1Yu2aNT1cwHCqh8_hafi4e2k,3802
66
66
  vantage6/cli/test/common/diagnostic_runner.py,sha256=x_4ikihgoSTKI914pqlgVziBSg5LpV6MheO6O_GBCeA,6657
67
- vantage6-4.5.0rc3.dist-info/METADATA,sha256=PhgJSUnrpQe4fbF-Z0PYzRyTWNg0CW08iyJQRSRR32M,10227
68
- vantage6-4.5.0rc3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
69
- vantage6-4.5.0rc3.dist-info/entry_points.txt,sha256=YFBvwjxoeAGxYyPC-YevEgOBBYRGaXkS6jiOGGCLNy0,157
70
- vantage6-4.5.0rc3.dist-info/top_level.txt,sha256=CYDIBS8jEfFq5YCs_Fuit54K9-3wdosZppTrsymIoUk,19
71
- vantage6-4.5.0rc3.dist-info/RECORD,,
67
+ vantage6-4.5.1.dist-info/METADATA,sha256=Ya7AnPNKe-AEAztUQqTnL_pXt0U8GI8EeACs4Bd8hmQ,10218
68
+ vantage6-4.5.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
69
+ vantage6-4.5.1.dist-info/entry_points.txt,sha256=YFBvwjxoeAGxYyPC-YevEgOBBYRGaXkS6jiOGGCLNy0,157
70
+ vantage6-4.5.1.dist-info/top_level.txt,sha256=CYDIBS8jEfFq5YCs_Fuit54K9-3wdosZppTrsymIoUk,19
71
+ vantage6-4.5.1.dist-info/RECORD,,