digitalhub 0.6.0b7__py3-none-any.whl → 0.6.0b10__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 digitalhub might be problematic. Click here for more details.

digitalhub/__init__.py CHANGED
@@ -7,11 +7,15 @@ from digitalhub_core import (
7
7
  delete_task,
8
8
  delete_workflow,
9
9
  get_artifact,
10
+ get_artifact_versions,
10
11
  get_function,
12
+ get_function_versions,
11
13
  get_run,
12
14
  get_secret,
15
+ get_secret_versions,
13
16
  get_task,
14
17
  get_workflow,
18
+ get_workflow_versions,
15
19
  import_artifact,
16
20
  import_function,
17
21
  import_run,
@@ -50,6 +54,7 @@ if not _PROJECT_IMPORTED:
50
54
  from digitalhub_data import (
51
55
  delete_dataitem,
52
56
  get_dataitem,
57
+ get_dataitem_versions,
53
58
  import_dataitem,
54
59
  list_dataitems,
55
60
  log_dataitem,
@@ -59,6 +64,7 @@ if not _PROJECT_IMPORTED:
59
64
  from digitalhub_ml import (
60
65
  delete_model,
61
66
  get_model,
67
+ get_model_versions,
62
68
  get_or_create_project,
63
69
  get_project,
64
70
  import_model,
@@ -80,6 +86,7 @@ if not _PROJECT_IMPORTED:
80
86
  from digitalhub_data import (
81
87
  delete_dataitem,
82
88
  get_dataitem,
89
+ get_dataitem_versions,
83
90
  get_or_create_project,
84
91
  get_project,
85
92
  import_dataitem,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: digitalhub
3
- Version: 0.6.0b7
3
+ Version: 0.6.0b10
4
4
  Summary: Python SDK for DigitalHub
5
5
  Author-email: Fondazione Bruno Kessler <dslab@fbk.eu>, Matteo Martini <mmartini@fbk.eu>
6
6
  License: Apache License
@@ -1,4 +1,4 @@
1
- digitalhub/__init__.py,sha256=pbQcmIzxxFwWySXp-Fnu7QhBHjltgdYVKfd2G67NryY,2311
1
+ digitalhub/__init__.py,sha256=-cfIAC3MzPffMfYGAe-hwsAmGNLacyzCbTg9-xNSDQI,2519
2
2
  test/test_crud_artifacts.py,sha256=yjlY_Bx99LPtMh15ufqFVU3KdogkmMjbbIGFkyVg25I,2511
3
3
  test/test_crud_dataitems.py,sha256=-xAQ4UxSBqWPwsSLDSqy0EXp8uElymh-MAak3NqnOcs,2504
4
4
  test/test_crud_functions.py,sha256=gYIBpPTE0spTVoM8li2N64nCa4zSTgh2CRu0FReWsEg,2769
@@ -7,8 +7,8 @@ test/test_crud_tasks.py,sha256=XhSTj0hQNwJ61MbdSczYKMXYUIf_e6alwls9TnIpEiY,2111
7
7
  test/test_imports.py,sha256=2Uuo-pa0HgA-qASl1ZpUj6tVze8_2PlmBapuyvDgLDQ,1269
8
8
  test/testkfp.py,sha256=JnJkFGRhFAP7DdBVGQEduisNGyR1Eek8SgbK_4wYdF4,1078
9
9
  test/testkfp_pipeline.py,sha256=WceFrCp-avHI7PcwIvnv7Kgs2xK3oQqU6sjaonGamg8,622
10
- digitalhub-0.6.0b7.dist-info/LICENSE.txt,sha256=_yVOtnbW7Ss28mp058UEEc1X4Rgj8-kQBP_kj8_Sc88,11585
11
- digitalhub-0.6.0b7.dist-info/METADATA,sha256=b_74f7QTVBM2oBl-xshr1K7BNh1NDO4ZM93HQNN6Zf8,14666
12
- digitalhub-0.6.0b7.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
13
- digitalhub-0.6.0b7.dist-info/top_level.txt,sha256=ae9pDfCF27ZoaVAxuBKONMP0lm5P-N_I-e-no1WlvD8,16
14
- digitalhub-0.6.0b7.dist-info/RECORD,,
10
+ digitalhub-0.6.0b10.dist-info/LICENSE.txt,sha256=_yVOtnbW7Ss28mp058UEEc1X4Rgj8-kQBP_kj8_Sc88,11585
11
+ digitalhub-0.6.0b10.dist-info/METADATA,sha256=pDkQNj5iSlVzuPTtVoxdLgUPTAFHXzmFpBbnglOi8nk,14667
12
+ digitalhub-0.6.0b10.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
13
+ digitalhub-0.6.0b10.dist-info/top_level.txt,sha256=ae9pDfCF27ZoaVAxuBKONMP0lm5P-N_I-e-no1WlvD8,16
14
+ digitalhub-0.6.0b10.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.3.0)
2
+ Generator: setuptools (71.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5