pyegeria 0.8.4__py3-none-any.whl → 0.8.4.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.
- pyegeria/egeria_client.py +6 -0
- {pyegeria-0.8.4.dist-info → pyegeria-0.8.4.1.dist-info}/METADATA +1 -1
- {pyegeria-0.8.4.dist-info → pyegeria-0.8.4.1.dist-info}/RECORD +6 -6
- {pyegeria-0.8.4.dist-info → pyegeria-0.8.4.1.dist-info}/LICENSE +0 -0
- {pyegeria-0.8.4.dist-info → pyegeria-0.8.4.1.dist-info}/WHEEL +0 -0
- {pyegeria-0.8.4.dist-info → pyegeria-0.8.4.1.dist-info}/entry_points.txt +0 -0
pyegeria/egeria_client.py
CHANGED
@@ -42,6 +42,12 @@ class Egeria(
|
|
42
42
|
RuntimeManager,
|
43
43
|
ServerOps,
|
44
44
|
FullServerConfig,
|
45
|
+
ActionAuthor,
|
46
|
+
AutomatedCuration,
|
47
|
+
ClassificationManager,
|
48
|
+
RegisteredInfo,
|
49
|
+
# TemplateManager,
|
50
|
+
ValidMetadataManager,
|
45
51
|
):
|
46
52
|
"""
|
47
53
|
Client to issue Runtime status requests.
|
@@ -78,7 +78,7 @@ pyegeria/collection_manager_omvs.py,sha256=IgemuKE-DjBkAG7y2kQFO0p3zv7YxpLHW4RU3
|
|
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
|
81
|
-
pyegeria/egeria_client.py,sha256=
|
81
|
+
pyegeria/egeria_client.py,sha256=t1SZcM4aftc86G0ZcU4pk7H4Hd4LfjhlRrDraqOnQBY,3360
|
82
82
|
pyegeria/egeria_config_client.py,sha256=oJ3Q4ts9ZayFJFB2cKGHaTqDyAZmsvx0GUzc35fEhdk,1030
|
83
83
|
pyegeria/egeria_my_client.py,sha256=a-KHdqEwdaTwxrdpSNDy8vjDI26iZDqGSB_UFqvdoME,1340
|
84
84
|
pyegeria/egeria_ops_client.py,sha256=9w9CcYkzXAHZCrq-YuUS30Z13DXVNTdVntpSHBccKBY,2030
|
@@ -96,8 +96,8 @@ pyegeria/runtime_manager_omvs.py,sha256=pXsywkzAO85WCp1bqskmeG6kLHdAg12xVmjGG2WM
|
|
96
96
|
pyegeria/server_operations.py,sha256=mtl3P6D9LdquBrOzvPr1zapDxSJ-97RerPUJn_NiAto,16722
|
97
97
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
98
98
|
pyegeria/valid_metadata_omvs.py,sha256=3NjdRkcKWQclGcELJIJPtz7RuenjoVWOXazgU70uCrY,36115
|
99
|
-
pyegeria-0.8.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
100
|
-
pyegeria-0.8.4.dist-info/METADATA,sha256=
|
101
|
-
pyegeria-0.8.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
102
|
-
pyegeria-0.8.4.dist-info/entry_points.txt,sha256=5Q9bDxIqPgdhd3lDnzdRSCYy9hZtNm_BL49bcmbBpGQ,3808
|
103
|
-
pyegeria-0.8.4.dist-info/RECORD,,
|
99
|
+
pyegeria-0.8.4.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
100
|
+
pyegeria-0.8.4.1.dist-info/METADATA,sha256=1X7E_OEQ-HEoW2HIBDkCYE9RoS4A1o3Y41LC8NlCiBU,2819
|
101
|
+
pyegeria-0.8.4.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
102
|
+
pyegeria-0.8.4.1.dist-info/entry_points.txt,sha256=5Q9bDxIqPgdhd3lDnzdRSCYy9hZtNm_BL49bcmbBpGQ,3808
|
103
|
+
pyegeria-0.8.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|