pyegeria 0.8.4.29__py3-none-any.whl → 0.8.4.31__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.
- commands/ops/load_archive.py +1 -1
- pyegeria/create_tech_guid_lists.py +1 -1
- pyegeria/feedback_manager_omvs.py +577 -576
- pyegeria/platform_services.py +2 -2
- {pyegeria-0.8.4.29.dist-info → pyegeria-0.8.4.31.dist-info}/METADATA +2 -2
- {pyegeria-0.8.4.29.dist-info → pyegeria-0.8.4.31.dist-info}/RECORD +9 -9
- {pyegeria-0.8.4.29.dist-info → pyegeria-0.8.4.31.dist-info}/LICENSE +0 -0
- {pyegeria-0.8.4.29.dist-info → pyegeria-0.8.4.31.dist-info}/WHEEL +0 -0
- {pyegeria-0.8.4.29.dist-info → pyegeria-0.8.4.31.dist-info}/entry_points.txt +0 -0
pyegeria/platform_services.py
CHANGED
@@ -12,7 +12,7 @@ import json
|
|
12
12
|
|
13
13
|
import httpx
|
14
14
|
|
15
|
-
from pyegeria import Client
|
15
|
+
from pyegeria import Client, enable_ssl_check
|
16
16
|
from pyegeria._validators import validate_user_id
|
17
17
|
from pyegeria._exceptions import (
|
18
18
|
OMAGCommonErrorCode,
|
@@ -88,7 +88,7 @@ class Platform(Client):
|
|
88
88
|
|
89
89
|
url = self.admin_command_root + "/origin"
|
90
90
|
|
91
|
-
local_session = httpx.Client(verify=
|
91
|
+
local_session = httpx.Client(verify=enable_ssl_check)
|
92
92
|
response = " "
|
93
93
|
try:
|
94
94
|
response = local_session.get(url)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyegeria
|
3
|
-
Version: 0.8.4.
|
3
|
+
Version: 0.8.4.31
|
4
4
|
Summary: A python client for Egeria
|
5
5
|
Home-page: https://github.com/odpi/egeria-python
|
6
6
|
License: Apache 2.0
|
@@ -21,7 +21,7 @@ Requires-Dist: jupyter (>=1.0.0,<2.0.0)
|
|
21
21
|
Requires-Dist: mermaid-py (>=0.5.3,<0.6.0)
|
22
22
|
Requires-Dist: pytest (>=8.2.2,<9.0.0)
|
23
23
|
Requires-Dist: requests (>=2.32.3,<3.0.0)
|
24
|
-
Requires-Dist: rich (>=13.
|
24
|
+
Requires-Dist: rich (>=13.8.1,<14.0.0)
|
25
25
|
Requires-Dist: textual (>=0.75.1,<0.76.0)
|
26
26
|
Requires-Dist: textual-forms (>=0.3.0,<0.4.0)
|
27
27
|
Requires-Dist: trogon (>=0.5.0,<0.6.0)
|
@@ -34,7 +34,7 @@ commands/ops/__init__.py,sha256=SCfzF3-aMx8EpqLWmH7JQf13gTmMAtHRbg69oseLvi8,480
|
|
34
34
|
commands/ops/engine_actions.py,sha256=00s_wkzs0zlZ6PyZ0J5J9lHhw4Viyzbeox7b1K1lmyc,4609
|
35
35
|
commands/ops/gov_server_actions.py,sha256=xF0QWSP7JtxpcA-L8DfbVjtgHgqBocgBN5qIE5Rmm9A,5631
|
36
36
|
commands/ops/list_catalog_targets.py,sha256=0FIZqZu7DSh7tnrme6EOhNiVvK8wyvN1iTZKEDuwTmw,6620
|
37
|
-
commands/ops/load_archive.py,sha256=
|
37
|
+
commands/ops/load_archive.py,sha256=e04AlrvZbBBtauHTq41NOilAgkAdGpVQkdF0vPVP9lo,2508
|
38
38
|
commands/ops/monitor_asset_events.py,sha256=cjdlVqE0XYnoRW3aorNbsVkjByDXefPBnllaZLelGls,3838
|
39
39
|
commands/ops/monitor_engine_activity.py,sha256=m18OSnRoo5ut0WKKOWNoFGXJW_npjp6hzHK3RUQG8T0,8479
|
40
40
|
commands/ops/monitor_engine_activity_c.py,sha256=rSEUD3elhsiYdUhQRn613OM_R4VecFb0uq39MhYhltQ,9371
|
@@ -71,19 +71,19 @@ pyegeria/automated_curation_omvs.py,sha256=t0o4T3tDK_s3Jc3PvdVNFx0qt6LAZknHlvJ7w
|
|
71
71
|
pyegeria/classification_manager_omvs.py,sha256=hOKYqNWfAFqwwVgvkUok8kzD4g0pOaNI7QxrkjPZDMI,200796
|
72
72
|
pyegeria/collection_manager_omvs.py,sha256=C8cfgGsx6MpG1Nds3JahyqXel8zpb-9iwXsXCAuzmg0,109717
|
73
73
|
pyegeria/core_omag_server_config.py,sha256=T1nx8KGuSPn-l8vVkH_I7qsJ7Bvou9TZUB41G2g_ZWc,93730
|
74
|
-
pyegeria/create_tech_guid_lists.py,sha256=
|
74
|
+
pyegeria/create_tech_guid_lists.py,sha256=HHkC6HW58EN1BiolrYSRqSE0JhPbTepOFzwtdwBxVaU,4640
|
75
75
|
pyegeria/egeria_cat_client.py,sha256=WyxDYklm2eDpsiHLXVJi4WP5BBeXlvWWX5h5CLevdcE,1877
|
76
76
|
pyegeria/egeria_client.py,sha256=8rKu-ACdyBVRw2C114mleCBI4m30YCBi7dPCt5Y-ZTY,3360
|
77
77
|
pyegeria/egeria_config_client.py,sha256=hsfJz_eDlRh0GO9YrCTcvXIC0wKMHtL22QS3j2s_o0U,1183
|
78
78
|
pyegeria/egeria_my_client.py,sha256=VnUQHLdk-Lbzi25UfutSSfKFUs1xP6U5T_2N5EZ0PWU,1404
|
79
79
|
pyegeria/egeria_tech_client.py,sha256=x2Bxkrm8G3M1M1AVcBo_P5YCsABFJAiAQMO-c28VscQ,2440
|
80
|
-
pyegeria/feedback_manager_omvs.py,sha256=
|
80
|
+
pyegeria/feedback_manager_omvs.py,sha256=_zkNo3NsxBIOpFfN7uIq807Q3nmFcix31tvTfOdo_oI,162799
|
81
81
|
pyegeria/full_omag_server_config.py,sha256=UNEhJS-sSLyCHJOyQ_YhfHCCxXqHjA8r8im8i-rXyp8,47012
|
82
82
|
pyegeria/glossary_browser_omvs.py,sha256=PUdZHEc-OKO9z1mBSEb5J0RVszDhsdS6d8OciSAsOHI,103199
|
83
83
|
pyegeria/glossary_manager_omvs.py,sha256=B0BZvDN8Dn-gm8oZ68P405UPehjfmdMvpFCFXdNG8kU,129841
|
84
84
|
pyegeria/mermaid_utilities.py,sha256=GXiS-subb5nJcDqlThZWX2T8WspU1neFfhf4TxRoMh4,8344
|
85
85
|
pyegeria/my_profile_omvs.py,sha256=eDnDK8LQIg7yrmiG8x20xMw-Yu6xuL0yXRm0vSc4T8k,40882
|
86
|
-
pyegeria/platform_services.py,sha256=
|
86
|
+
pyegeria/platform_services.py,sha256=g8x5gF8jNkT29rx5GUSJyJRSKLWkZ5-1i1DR0gFWGnA,41643
|
87
87
|
pyegeria/project_manager_omvs.py,sha256=OCdJKECI0sTZWgXcQ5TcupK5JPxHJG78-kHXyflDu1k,74521
|
88
88
|
pyegeria/registered_info.py,sha256=3PbmqKusFX5m9KYVwbT69PIN1oSL4PhZDbbU_an7dvE,6356
|
89
89
|
pyegeria/runtime_manager_omvs.py,sha256=mrNp6xCstDn7Vf_yidg4IKB37hJlf_ax5QDhPhoUbBM,62226
|
@@ -91,8 +91,8 @@ pyegeria/server_operations.py,sha256=ciH890hYT85YQ6OpByn4w7s3a7TtvWZpIG5rkRqbcI0
|
|
91
91
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
92
92
|
pyegeria/valid_metadata_omvs.py,sha256=6Hc4g9BOS8w1ILfTG3_A1tfIX3HLtpgZZvcC-z9GePU,36185
|
93
93
|
pyegeria/x_action_author_omvs.py,sha256=za472slZ5tN9Pkd-ukyHS5Sn6MlKkJyIlbLlU3bL_Go,6451
|
94
|
-
pyegeria-0.8.4.
|
95
|
-
pyegeria-0.8.4.
|
96
|
-
pyegeria-0.8.4.
|
97
|
-
pyegeria-0.8.4.
|
98
|
-
pyegeria-0.8.4.
|
94
|
+
pyegeria-0.8.4.31.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
95
|
+
pyegeria-0.8.4.31.dist-info/METADATA,sha256=7z_PNTWcQfpSvdJRknY6Jm88VAo4BAyjJZ5uNrnXsMY,2820
|
96
|
+
pyegeria-0.8.4.31.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
97
|
+
pyegeria-0.8.4.31.dist-info/entry_points.txt,sha256=R8sNzclWZN542SufuVlx9HDia23PlSVnJioUkzCWg4I,3349
|
98
|
+
pyegeria-0.8.4.31.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|