pyegeria 5.4.8__py3-none-any.whl → 5.4.8.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.
- md_processing/__init__.py +2 -1
- md_processing/data/commands.json +59579 -52198
- md_processing/dr_egeria.py +7 -5
- md_processing/md_commands/solution_architect_commands.py +54 -10
- md_processing/md_processing_utils/common_md_proc_utils.py +8 -4
- md_processing/md_processing_utils/common_md_utils.py +41 -2
- pyegeria/_base_client.py +1 -17
- pyegeria/_client_new.py +1008 -323
- pyegeria/_client_new_backup.py +5359 -0
- pyegeria/_exceptions_new.py +6 -1
- pyegeria/base_report_formats.py +31 -2
- pyegeria/classification_manager.py +1430 -357
- pyegeria/collection_manager.py +52 -54
- pyegeria/config.py +1 -0
- pyegeria/data_designer.py +41 -41
- pyegeria/external_links.py +26 -26
- pyegeria/feedback_manager_omvs.py +13 -31
- pyegeria/glossary_manager.py +32 -35
- pyegeria/governance_officer.py +31 -31
- pyegeria/output_formatter.py +36 -11
- pyegeria/output_formatter_with_machine_keys.py +1127 -0
- pyegeria/project_manager.py +21 -21
- pyegeria/reference_data.py +2 -2
- pyegeria/solution_architect.py +112 -91
- {pyegeria-5.4.8.dist-info → pyegeria-5.4.8.3.dist-info}/METADATA +6 -5
- {pyegeria-5.4.8.dist-info → pyegeria-5.4.8.3.dist-info}/RECORD +30 -29
- pyegeria/md_processing_utils_orig.py +0 -1103
- {pyegeria-5.4.8.dist-info → pyegeria-5.4.8.3.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.8.dist-info → pyegeria-5.4.8.3.dist-info}/entry_points.txt +0 -0
- {pyegeria-5.4.8.dist-info → pyegeria-5.4.8.3.dist-info}/licenses/LICENSE +0 -0
- {pyegeria-5.4.8.dist-info → pyegeria-5.4.8.3.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyegeria
|
|
3
|
-
Version: 5.4.8
|
|
3
|
+
Version: 5.4.8.3
|
|
4
4
|
Summary: A python client for Egeria
|
|
5
5
|
Author-email: Dan Wolfson <dan.wolfson@pdr-associates.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -11,7 +11,7 @@ Requires-Python: >3.12
|
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
13
|
Requires-Dist: httpx
|
|
14
|
-
Requires-Dist: rich
|
|
14
|
+
Requires-Dist: rich>=14.2
|
|
15
15
|
Requires-Dist: validators
|
|
16
16
|
Requires-Dist: urllib3
|
|
17
17
|
Requires-Dist: requests
|
|
@@ -23,14 +23,15 @@ Requires-Dist: psycopg2-binary>=2.9.11
|
|
|
23
23
|
Requires-Dist: jupyter-notebook-parser
|
|
24
24
|
Requires-Dist: loguru
|
|
25
25
|
Requires-Dist: inflect
|
|
26
|
-
Requires-Dist: pydantic>=2.
|
|
26
|
+
Requires-Dist: pydantic>=2.12.3
|
|
27
27
|
Requires-Dist: pydantic-settings>=2.10.1
|
|
28
|
-
Requires-Dist: pydevd-pycharm>=
|
|
28
|
+
Requires-Dist: pydevd-pycharm>=253.27642.35
|
|
29
29
|
Requires-Dist: wcwidth
|
|
30
30
|
Requires-Dist: altair
|
|
31
31
|
Requires-Dist: modelcontextprotocol
|
|
32
|
-
Requires-Dist: mcp>=1.
|
|
32
|
+
Requires-Dist: mcp>=1.18.0
|
|
33
33
|
Requires-Dist: markers>=0.3.0
|
|
34
|
+
Requires-Dist: pytest-asyncio>=1.2.0
|
|
34
35
|
Provides-Extra: test
|
|
35
36
|
Requires-Dist: pytest; extra == "test"
|
|
36
37
|
Dynamic: license-file
|
|
@@ -90,10 +90,10 @@ commands/tech/list_tech_templates.py,sha256=5hhDJJjrqGyWDPPcFzFeFs-4rsal1M2Bl7EU
|
|
|
90
90
|
commands/tech/list_valid_metadata_values.py,sha256=_zgOdq2N6s7GjLd8iEc5xVfplKfOnKZ-ySM-lSdgYn8,6315
|
|
91
91
|
commands/tech/table_tech_templates.py,sha256=jI1c9YKa3KirArMNXeCRKeaiVdwQSN-ztPqkag6jdZs,9500
|
|
92
92
|
commands/tech/x_list_related_elements.py,sha256=ynaw792VnbMZ9IXBi5mmG7xBfC0kn0esKiFTsjvLGzc,5900
|
|
93
|
-
md_processing/__init__.py,sha256=
|
|
94
|
-
md_processing/dr_egeria.py,sha256=
|
|
93
|
+
md_processing/__init__.py,sha256=Tv2JW-jtlYWUSut4bAqGNfHL9LaKlLgSbj_sM98uX6o,7394
|
|
94
|
+
md_processing/dr_egeria.py,sha256=8TBQOvbvFg8AAWxYHZ__YMwLI3yxNDE6u3R8ld0Ds9o,20811
|
|
95
95
|
md_processing/data/commands-working.json,sha256=uCo_azcuuYqGm7QffJeCGj7PyZuZRGdu7kKf4XWmMoA,1162560
|
|
96
|
-
md_processing/data/commands.json,sha256=
|
|
96
|
+
md_processing/data/commands.json,sha256=AAZepSGa1NF7iSRRhSpUfVO9rv01ylklmI1Z0SfE-6E,1272835
|
|
97
97
|
md_processing/data/generated_format_sets.json,sha256=80Z9yt8ll4x-gODzOQyGIweKoqfSsVIin9esaKUeKsA,98631
|
|
98
98
|
md_processing/data/generated_format_sets.py,sha256=2BfRzb5G5n8Cz6VwirQXlBq1fHBISIh4x7jquXg6QEw,36402
|
|
99
99
|
md_processing/md_commands/__init__.py,sha256=ssEojzFlSYtY2bHqqOoKo8PFaANZ_kq_gIbtlXnuc2s,93
|
|
@@ -103,11 +103,11 @@ md_processing/md_commands/glossary_commands.py,sha256=F8BPFL5GlCQ3oSs8svSL5Pipzm
|
|
|
103
103
|
md_processing/md_commands/governance_officer_commands.py,sha256=drq7H-f9J8j1x9Gw2FKi9M92RsF22oX7cu_9JJdzWJ4,26467
|
|
104
104
|
md_processing/md_commands/product_manager_commands.py,sha256=RPfApQQ4z0dLTBF9jUN1AaxnYAk_Vn6axlzvSiOgMk8,57742
|
|
105
105
|
md_processing/md_commands/project_commands.py,sha256=bgMD93Z87zZZn3hxVOXgPFZ4xYhw7yr-NeNzRsj1DOg,17095
|
|
106
|
-
md_processing/md_commands/solution_architect_commands.py,sha256=
|
|
106
|
+
md_processing/md_commands/solution_architect_commands.py,sha256=FxvLVCln8iD5GEyVQ4wCdYJR1Ds0TsBqTC3pGz7XA28,55178
|
|
107
107
|
md_processing/md_commands/view_commands.py,sha256=AQsjR6whW_mV-_I_Ihq2xCv3dbEXip6EQEpzB0-UiA0,12042
|
|
108
108
|
md_processing/md_processing_utils/__init__.py,sha256=LxAmxlcji26ziKV4gGar01d95gL9vgToRIeJW8N-Ifs,80
|
|
109
|
-
md_processing/md_processing_utils/common_md_proc_utils.py,sha256=
|
|
110
|
-
md_processing/md_processing_utils/common_md_utils.py,sha256=
|
|
109
|
+
md_processing/md_processing_utils/common_md_proc_utils.py,sha256=SzzSuXQ6FhUwasKG-u3mXIqD-OW-H_3oiZb_WkWnJnM,59104
|
|
110
|
+
md_processing/md_processing_utils/common_md_utils.py,sha256=nX6lBP3UxCftU0PX9jMdXDwcC03htHWOTIOfmgB21QM,28468
|
|
111
111
|
md_processing/md_processing_utils/determine_width.py,sha256=nzinSuSF9SeuVOfKXsg-l1cqLkNYKZnF6HYfJpft44A,4236
|
|
112
112
|
md_processing/md_processing_utils/extraction_utils.py,sha256=Hx3OPjMLfChBPwJxHeRNeQaSrZbopoj87iE7poPV4ns,22358
|
|
113
113
|
md_processing/md_processing_utils/gen_format_sets.py,sha256=JoOUT56IEj3jT1StMdMemX0cGZ9bpoX-RvbBcDfYOHU,16434
|
|
@@ -117,63 +117,64 @@ md_processing/md_processing_utils/generate_md_templates.py,sha256=DMnMQ7_LbmQCS8
|
|
|
117
117
|
md_processing/md_processing_utils/md_processing_constants.py,sha256=_j8FSsB1mZ2SsmDaQWaPH8iWKy1ZHYYjzOgcdIoLZPE,21108
|
|
118
118
|
md_processing/md_processing_utils/message_constants.py,sha256=UBf18obM83umM6zplR7ychre4xLRbBnTzidHDZ2gNvM,548
|
|
119
119
|
pyegeria/__init__.py,sha256=CRv1k6EjVlE1l0FzASDbIYhZ2GVMr6LR4r8sZASTYg0,4452
|
|
120
|
-
pyegeria/_base_client.py,sha256=
|
|
120
|
+
pyegeria/_base_client.py,sha256=w2Cid4GZOTwc4dutipk2vy2cs2qj-faMF21eClitFEI,21525
|
|
121
121
|
pyegeria/_client.py,sha256=hJHn5pD8sbelP_M9dK-M5Z2CYqpRXzXfg1UCgAdQ6dQ,33416
|
|
122
|
-
pyegeria/_client_new.py,sha256=
|
|
122
|
+
pyegeria/_client_new.py,sha256=Asq0aaCPdx_l2LL_Tfa3o_8MwzmaJ0R-YInu1icl45A,196409
|
|
123
|
+
pyegeria/_client_new_backup.py,sha256=Kznc1iHG_y1T4D2UlccbgHpczmcQkPSrTut4Wxqq2Rg,187354
|
|
123
124
|
pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
|
|
124
125
|
pyegeria/_exceptions.py,sha256=1SrnV194V4_YJNnNAU0myTHQ3dhLn4GF2B2gZcj1u90,18153
|
|
125
|
-
pyegeria/_exceptions_new.py,sha256=
|
|
126
|
+
pyegeria/_exceptions_new.py,sha256=DthS0OQ6PPOrmQ8-LJA0xhIy_A4i_RZrppFEvL-nn74,19875
|
|
126
127
|
pyegeria/_globals.py,sha256=EY4IR6wnET11GgoxFIllj8fXFrMWBZwl2vsbl1zAfAQ,8520
|
|
127
128
|
pyegeria/_output_format_models.py,sha256=LB5ryEMF0xBFE38ZP9rAKFRof_4_mNBOPHhRJY0ur2M,15448
|
|
128
129
|
pyegeria/_output_formats.py,sha256=u8_7zOI5VCWT-hJM5Bc7eCHQZI4kEfOhjzufINivEtg,384
|
|
129
130
|
pyegeria/_validators.py,sha256=pNxND0dN2qvyuGE52N74l1Ezfrh2p9Hao2ziR_t1ENI,7425
|
|
130
131
|
pyegeria/asset_catalog_omvs.py,sha256=sBXPgkRe_ZFOunZ-xoZe4qndILf9L0dPRHpQb_95bHw,29030
|
|
131
132
|
pyegeria/automated_curation.py,sha256=DaEg_qB2TfgveKm4Y0aEKppoWwyUeY96VqjumVDCYN4,143103
|
|
132
|
-
pyegeria/base_report_formats.py,sha256=
|
|
133
|
-
pyegeria/classification_manager.py,sha256=
|
|
133
|
+
pyegeria/base_report_formats.py,sha256=KSv6jyyhGCuAn70BomdC0mxGJwRE941H9fAWLp2tK1g,194247
|
|
134
|
+
pyegeria/classification_manager.py,sha256=HO5UcSb65FjeKWx8COD4kNYKd3zUfeGG05TiHV2CYis,282275
|
|
134
135
|
pyegeria/classification_manager_omvs.py,sha256=CFFEZv9hBPv0UXIwyu5JyGBg_edGlRn5w6MUkPVC4pY,183952
|
|
135
|
-
pyegeria/collection_manager.py,sha256=
|
|
136
|
+
pyegeria/collection_manager.py,sha256=bfFQQiqOo2cVf5IqkQxFwZJn-SLhBngCGzJdS7KzncY,239812
|
|
136
137
|
pyegeria/collection_models.py,sha256=d3DdWONqDdAeuUQgussiCNfvhKIDFpaI35cdW_Tv4_0,5315
|
|
137
|
-
pyegeria/config.py,sha256=
|
|
138
|
+
pyegeria/config.py,sha256=xTcv5q-O-TkmbL0tKOEN2jXMuIylb1daNHWn664U-Zw,29455
|
|
138
139
|
pyegeria/core_omag_server_config.py,sha256=pNQpocICkZx8sRsTw5DPUe-TFyxlIo1U88qqgci_f7I,97764
|
|
139
140
|
pyegeria/create_tech_guid_lists.py,sha256=hf5q8Xrdsz-bqeIW3yTORZ1XB6_BrKzLDWWwC_bNG2g,4811
|
|
140
|
-
pyegeria/data_designer.py,sha256=
|
|
141
|
+
pyegeria/data_designer.py,sha256=r9GWwbeBGvSDA6jVx6B4AlS-iCygmzSLdI4tXF88peY,188344
|
|
141
142
|
pyegeria/egeria_cat_client.py,sha256=9UsOusNdBg9w8SUBPAoxLmRanDBhE_mVpyGsxpi-XVI,1772
|
|
142
143
|
pyegeria/egeria_client.py,sha256=Tm44rKIPKtzUhZY3nwly2MjFDxL22ui2CTC8LSvY9uM,6106
|
|
143
144
|
pyegeria/egeria_config_client.py,sha256=YkgndiZ6-CfhwVeBW9ErS7l95SIrd0G9--H8kAfeBJY,2479
|
|
144
145
|
pyegeria/egeria_tech_client.py,sha256=Kk9-0gHbPlftZ03W6_IerOnnAjWMiIsi01RhnQxo41o,4853
|
|
145
|
-
pyegeria/external_links.py,sha256=
|
|
146
|
+
pyegeria/external_links.py,sha256=kYruxxwrN75wLq9BAJLV4tUC5ceQUOjm8gWy3QW7MRM,74466
|
|
146
147
|
pyegeria/feedback_manager.py,sha256=Y2lUJrb2_mejlKvmnpgRQbHPiSC7nDTRa7P7lky1Jpc,25911
|
|
147
|
-
pyegeria/feedback_manager_omvs.py,sha256=
|
|
148
|
+
pyegeria/feedback_manager_omvs.py,sha256=FYWE-EIQiJ8B0rUkiqr9_cbGXZLDM4PlGsidgpL_D6o,148801
|
|
148
149
|
pyegeria/format_set_executor.py,sha256=j5q5EU3jBYcvWYZyz9H-qdYv6sOVz6LtxNQi4yQpbXM,12394
|
|
149
150
|
pyegeria/full_omag_server_config.py,sha256=832EiMX7oeTHQxWf_4NQ4gXze9PMA9Vsx1jn9m9a_Mw,47457
|
|
150
|
-
pyegeria/glossary_manager.py,sha256=
|
|
151
|
-
pyegeria/governance_officer.py,sha256=
|
|
151
|
+
pyegeria/glossary_manager.py,sha256=pZYtB-K1WWYEPdlNaPG_qYw5p_Ae6Hu9jQLdWRCwnog,106904
|
|
152
|
+
pyegeria/governance_officer.py,sha256=VOwt6HMxVhbPEfmQNNAs93qXj-x2PLzO9TZ0lrDJ9Ps,109381
|
|
152
153
|
pyegeria/load_config.py,sha256=XDwPAHB3MvGRuoP8kg1lJJAI4BgMWZ3TYxfxYROgJj4,1188
|
|
153
154
|
pyegeria/logging_configuration.py,sha256=BxTQRN-7OOdk5t1f1xSn8gKU8iT-MfWEgbn6cYWrRsY,7674
|
|
154
155
|
pyegeria/mcp_adapter.py,sha256=7I0DjbX5IUG4IpuMUy_buZsZM593xVOb4L9w41JeRmo,4966
|
|
155
156
|
pyegeria/mcp_server.py,sha256=Zw4k9EtuPEg88eHHE9mYMNYqmRqnu_YiLf0UfQqdmVs,8164
|
|
156
157
|
pyegeria/md_processing_utils.py,sha256=U0a07f-yeopDb06PW3G9jwotewm2FJT3yLU64jG2QYc,99106
|
|
157
|
-
pyegeria/md_processing_utils_orig.py,sha256=CCZ7IPdHtf_o1oeGTf8K-yc_tzGwNkxxhTVUEeA_Yno,52599
|
|
158
158
|
pyegeria/mermaid_utilities.py,sha256=G0zPyy_xRBs-3jA6Ws0q6KyvB7N5--IzWSHNjt3htnE,48080
|
|
159
159
|
pyegeria/metadata_explorer_omvs.py,sha256=xHnZTQKbd6XwOhYia-RiIisrvZcqHi0SL1l6OCf04Gk,86911
|
|
160
160
|
pyegeria/models.py,sha256=Ar7Yg26vODjsITT1kxJz26G8m2-W5S9AC0OtczYIT0A,20580
|
|
161
161
|
pyegeria/my_profile_omvs.py,sha256=d0oJYCJG7pS9BINPuGciVa00ac0jwPHNANXDCLginEc,34720
|
|
162
|
-
pyegeria/output_formatter.py,sha256=
|
|
162
|
+
pyegeria/output_formatter.py,sha256=Sr40ztQ9E7wHHXsVWCniJvHTIFuJYH1fqLDZ2oSCovQ,45872
|
|
163
|
+
pyegeria/output_formatter_with_machine_keys.py,sha256=1Bx_SRreOlrkryZEdDX40xpRYvmTIXr3KlqzGdQ1hRo,47315
|
|
163
164
|
pyegeria/platform_services.py,sha256=cvBoFbKJdtBL546LDbhjik6MZl0sm9VE67_HBnlfCWs,41737
|
|
164
|
-
pyegeria/project_manager.py,sha256=
|
|
165
|
-
pyegeria/reference_data.py,sha256=
|
|
165
|
+
pyegeria/project_manager.py,sha256=0duceDInq3bAOe1BeNns1WaJJ81zRkNEEaHUEUyXwRg,66338
|
|
166
|
+
pyegeria/reference_data.py,sha256=l6i4LTdPLkaadmOQqtlHxyDNm9i2AnB-TbaHjn2g0t0,41889
|
|
166
167
|
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
|
167
168
|
pyegeria/runtime_manager_omvs.py,sha256=k0lwSuOrbql_UoJ7Rf4fgh-SQQbiii4CQbvOUlaejyM,80302
|
|
168
169
|
pyegeria/server_operations.py,sha256=dTqUEmX1B77b0x61OSU0aonsW8KwIpfzb3eioRpwaiI,16832
|
|
169
|
-
pyegeria/solution_architect.py,sha256=
|
|
170
|
+
pyegeria/solution_architect.py,sha256=dCMriJfb6Atyg4F36GTmNV0Tj3w55hATNkySNoj78oI,239168
|
|
170
171
|
pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDTM-rQ,42755
|
|
171
172
|
pyegeria/utils.py,sha256=xOTxk9PH8ZGZmgIwz_a6rczTVLADLEjucr10ZJTUnY4,9272
|
|
172
173
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
|
173
174
|
pyegeria/x_action_author_omvs.py,sha256=XyRsUgN-xnWR-cJayzo5RtY4Xv1uBDML4pwaKHrwC1w,6430
|
|
174
|
-
pyegeria-5.4.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
175
|
-
pyegeria-5.4.8.dist-info/METADATA,sha256=
|
|
176
|
-
pyegeria-5.4.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
177
|
-
pyegeria-5.4.8.dist-info/entry_points.txt,sha256=erl7EsY2vrll8DL_wr28FlvoWk7TQ2liioGYej0C2X4,6585
|
|
178
|
-
pyegeria-5.4.8.dist-info/top_level.txt,sha256=48Mt-O3p8yO7jiEv6-Y9bUsryqJn9BQsiyV0BqSn8tk,32
|
|
179
|
-
pyegeria-5.4.8.dist-info/RECORD,,
|
|
175
|
+
pyegeria-5.4.8.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
176
|
+
pyegeria-5.4.8.3.dist-info/METADATA,sha256=VDvJjrIvBOEWL2PdwRx-Av_AZtGMhehjASY3QSx38OY,7334
|
|
177
|
+
pyegeria-5.4.8.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
178
|
+
pyegeria-5.4.8.3.dist-info/entry_points.txt,sha256=erl7EsY2vrll8DL_wr28FlvoWk7TQ2liioGYej0C2X4,6585
|
|
179
|
+
pyegeria-5.4.8.3.dist-info/top_level.txt,sha256=48Mt-O3p8yO7jiEv6-Y9bUsryqJn9BQsiyV0BqSn8tk,32
|
|
180
|
+
pyegeria-5.4.8.3.dist-info/RECORD,,
|