pyegeria 0.8.4.2__py3-none-any.whl → 0.8.4.3__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.
- pyegeria/collection_manager_omvs.py +8 -1
- {pyegeria-0.8.4.2.dist-info → pyegeria-0.8.4.3.dist-info}/METADATA +1 -1
- {pyegeria-0.8.4.2.dist-info → pyegeria-0.8.4.3.dist-info}/RECORD +6 -6
- {pyegeria-0.8.4.2.dist-info → pyegeria-0.8.4.3.dist-info}/LICENSE +0 -0
- {pyegeria-0.8.4.2.dist-info → pyegeria-0.8.4.3.dist-info}/WHEEL +0 -0
- {pyegeria-0.8.4.2.dist-info → pyegeria-0.8.4.3.dist-info}/entry_points.txt +0 -0
@@ -51,7 +51,14 @@ class CollectionManager(Client):
|
|
51
51
|
token: str = None,
|
52
52
|
):
|
53
53
|
self.command_base: str = f"/api/open-metadata/collection-manager/collections"
|
54
|
-
Client.__init__(
|
54
|
+
Client.__init__(
|
55
|
+
self,
|
56
|
+
server_name,
|
57
|
+
platform_url,
|
58
|
+
user_id=user_id,
|
59
|
+
user_pwd=user_pwd,
|
60
|
+
token=token,
|
61
|
+
)
|
55
62
|
|
56
63
|
#
|
57
64
|
# Retrieving Collections - https://egeria-project.org/concepts/collection
|
@@ -74,7 +74,7 @@ pyegeria/action_author_omvs.py,sha256=QZ2wMkQEvAmnr0mcgO8gnB1k95YghIgI1OBykO76O5
|
|
74
74
|
pyegeria/asset_catalog_omvs.py,sha256=ss_nUCUQA0wixUeUZxZQYLcxJ_FVIhK__jn99qvyq4k,24543
|
75
75
|
pyegeria/automated_curation_omvs.py,sha256=JdHppsoGH8bBvSRar_scEzYSVMqhOnN0Mg3PSkMOycE,150352
|
76
76
|
pyegeria/classification_manager_omvs.py,sha256=XQ6VKz6NHtSMPr5BUnamzCBJKKVnoROoVxgz4f1N7IQ,186133
|
77
|
-
pyegeria/collection_manager_omvs.py,sha256=
|
77
|
+
pyegeria/collection_manager_omvs.py,sha256=VF0Oh1_UAncfaVWtPUJRo7qmJKMbf9bPKImVUVUyjq0,110194
|
78
78
|
pyegeria/core_omag_server_config.py,sha256=qp1mpTm8q6QrP1IOiXIDOpAGGyIG6fJJ0Kqu-XagF88,93659
|
79
79
|
pyegeria/create_tech_guid_lists.py,sha256=jClpvURy20o4UV83LOwhGg3TZdHGzfjZ9y0MNZyG2To,4282
|
80
80
|
pyegeria/egeria_cat_client.py,sha256=zpcYczfSkEL-Nd47Gw6gU2n0Zb_ZKjSAaHkUjo1uRGY,1879
|
@@ -97,8 +97,8 @@ pyegeria/server_operations.py,sha256=mtl3P6D9LdquBrOzvPr1zapDxSJ-97RerPUJn_NiAto
|
|
97
97
|
pyegeria/tech_guids_06-09-2024 11:07.py,sha256=B3fytBw9dmjnlEaCKgt6oQoGh-8HUBG0mFQeyDoUEYQ,6229
|
98
98
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
99
99
|
pyegeria/valid_metadata_omvs.py,sha256=3NjdRkcKWQclGcELJIJPtz7RuenjoVWOXazgU70uCrY,36115
|
100
|
-
pyegeria-0.8.4.
|
101
|
-
pyegeria-0.8.4.
|
102
|
-
pyegeria-0.8.4.
|
103
|
-
pyegeria-0.8.4.
|
104
|
-
pyegeria-0.8.4.
|
100
|
+
pyegeria-0.8.4.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
101
|
+
pyegeria-0.8.4.3.dist-info/METADATA,sha256=iSSrd9U1P9qzLpsaXrDDJ1C0TrOcs0GCiPfMyOtcwe4,2819
|
102
|
+
pyegeria-0.8.4.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
103
|
+
pyegeria-0.8.4.3.dist-info/entry_points.txt,sha256=5Q9bDxIqPgdhd3lDnzdRSCYy9hZtNm_BL49bcmbBpGQ,3808
|
104
|
+
pyegeria-0.8.4.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|