pyegeria 5.3.10__py3-none-any.whl → 5.4.0__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.
Files changed (163) hide show
  1. commands/cat/debug_log +2806 -0
  2. commands/cat/debug_log.2025-07-15_14-28-38_087378.zip +0 -0
  3. commands/cat/debug_log.2025-07-16_15-48-50_037087.zip +0 -0
  4. commands/cat/dr_egeria_command_help.py +273 -0
  5. commands/cat/dr_egeria_md.py +90 -20
  6. commands/cat/glossary_actions.py +2 -2
  7. commands/cat/list_collections.py +24 -10
  8. commands/cat/list_data_designer.py +183 -0
  9. md_processing/__init__.py +28 -5
  10. md_processing/data/commands.json +31474 -1096
  11. md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json +1 -0
  12. md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json +1 -0
  13. md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json +31 -0
  14. md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json +177 -0
  15. md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  16. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  17. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  18. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  19. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  20. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  21. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  22. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md +474 -0
  23. md_processing/family_docs/Data Designer/Create_Data_Class.md +164 -0
  24. md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +30 -0
  25. md_processing/family_docs/Data Designer/Create_Data_Field.md +162 -0
  26. md_processing/family_docs/Data Designer/Create_Data_Specification.md +36 -0
  27. md_processing/family_docs/Data Designer/Create_Data_Structure.md +38 -0
  28. md_processing/family_docs/Data Designer/View_Data_Classes.md +78 -0
  29. md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +78 -0
  30. md_processing/family_docs/Data Designer/View_Data_Fields.md +78 -0
  31. md_processing/family_docs/Data Designer/View_Data_Specifications.md +78 -0
  32. md_processing/family_docs/Data Designer/View_Data_Structures.md +78 -0
  33. md_processing/family_docs/Data Designer.md +842 -0
  34. md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +42 -0
  35. md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +36 -0
  36. md_processing/family_docs/Digital Product Manager/Create_Agreement.md +96 -0
  37. md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +72 -0
  38. md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +102 -0
  39. md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +134 -0
  40. md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +60 -0
  41. md_processing/family_docs/Digital Product Manager/Link_Contracts.md +26 -0
  42. md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +30 -0
  43. md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +48 -0
  44. md_processing/family_docs/Digital Product Manager.md +668 -0
  45. md_processing/family_docs/Glossary/Attach_Category_Parent.md +18 -0
  46. md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +26 -0
  47. md_processing/family_docs/Glossary/Create_Category.md +38 -0
  48. md_processing/family_docs/Glossary/Create_Glossary.md +42 -0
  49. md_processing/family_docs/Glossary/Create_Term.md +70 -0
  50. md_processing/family_docs/Glossary.md +206 -0
  51. md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +106 -0
  52. md_processing/family_docs/Governance Officer/Create_Certification_Type.md +112 -0
  53. md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +114 -0
  54. md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +114 -0
  55. md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +114 -0
  56. md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +128 -0
  57. md_processing/family_docs/Governance Officer/Create_Governance_Process.md +122 -0
  58. md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +106 -0
  59. md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +122 -0
  60. md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +122 -0
  61. md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +106 -0
  62. md_processing/family_docs/Governance Officer/Create_License_Type.md +112 -0
  63. md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +122 -0
  64. md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +106 -0
  65. md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +118 -0
  66. md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +114 -0
  67. md_processing/family_docs/Governance Officer/Create_Security_Group.md +120 -0
  68. md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +122 -0
  69. md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +106 -0
  70. md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +32 -0
  71. md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +32 -0
  72. md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +32 -0
  73. md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +82 -0
  74. md_processing/family_docs/Governance Officer.md +2412 -0
  75. md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +70 -0
  76. md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +44 -0
  77. md_processing/family_docs/Solution Architect/Create_Solution_Component.md +96 -0
  78. md_processing/family_docs/Solution Architect/Create_Solution_Role.md +66 -0
  79. md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +32 -0
  80. md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +32 -0
  81. md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +32 -0
  82. md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +32 -0
  83. md_processing/family_docs/Solution Architect/View_Solution_Components.md +32 -0
  84. md_processing/family_docs/Solution Architect/View_Solution_Roles.md +32 -0
  85. md_processing/family_docs/Solution Architect.md +490 -0
  86. md_processing/md_commands/data_designer_commands.py +1192 -710
  87. md_processing/md_commands/glossary_commands.py +19 -32
  88. md_processing/md_commands/governance_officer_commands.py +420 -0
  89. md_processing/md_commands/product_manager_commands.py +1180 -0
  90. md_processing/md_commands/project_commands.py +5 -2
  91. md_processing/md_commands/solution_architect_commands.py +1140 -0
  92. md_processing/md_processing_utils/common_md_proc_utils.py +288 -96
  93. md_processing/md_processing_utils/common_md_utils.py +205 -6
  94. md_processing/md_processing_utils/debug_log +574 -0
  95. md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +2065 -0
  96. md_processing/md_processing_utils/extraction_utils.py +1 -1
  97. md_processing/md_processing_utils/generate_dr_help.py +165 -0
  98. md_processing/md_processing_utils/generate_md_cmd_templates.py +143 -0
  99. md_processing/md_processing_utils/generate_md_templates.py +92 -0
  100. md_processing/md_processing_utils/generated_help_terms.md +842 -0
  101. md_processing/md_processing_utils/md_processing_constants.py +94 -17
  102. pyegeria/__init__.py +1 -0
  103. pyegeria/_client.py +39 -1
  104. pyegeria/classification_manager_omvs.py +1 -1
  105. pyegeria/collection_manager_omvs.py +4667 -1178
  106. pyegeria/data_designer_omvs.py +348 -31
  107. pyegeria/egeria_tech_client.py +9 -25
  108. pyegeria/glossary_browser_omvs.py +5 -6
  109. pyegeria/glossary_manager_omvs.py +2 -2
  110. pyegeria/governance_officer_omvs.py +2367 -0
  111. pyegeria/output_formatter.py +157 -32
  112. pyegeria/solution_architect_omvs.py +5063 -1110
  113. pyegeria/utils.py +22 -2
  114. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dist-info}/METADATA +3 -1
  115. pyegeria-5.4.0.dist-info/RECORD +243 -0
  116. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dist-info}/entry_points.txt +5 -0
  117. commands/cat/.DS_Store +0 -0
  118. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
  119. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
  120. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
  121. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
  122. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
  123. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
  124. md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
  125. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
  126. md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
  127. md_processing/dr_egeria_inbox/cat_test.md +0 -100
  128. md_processing/dr_egeria_inbox/data_field.md +0 -54
  129. md_processing/dr_egeria_inbox/data_spec.md +0 -77
  130. md_processing/dr_egeria_inbox/data_spec_test.md +0 -2406
  131. md_processing/dr_egeria_inbox/data_test.md +0 -86
  132. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
  133. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
  134. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -313
  135. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
  136. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
  137. md_processing/dr_egeria_inbox/glossary_test1.md +0 -324
  138. md_processing/dr_egeria_inbox/rel.md +0 -8
  139. md_processing/dr_egeria_inbox/sb.md +0 -119
  140. md_processing/dr_egeria_inbox/search_test.md +0 -39
  141. md_processing/dr_egeria_inbox/solution-components.md +0 -154
  142. md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
  143. md_processing/dr_egeria_inbox/synonym_test.md +0 -42
  144. md_processing/dr_egeria_inbox/t1.md +0 -0
  145. md_processing/dr_egeria_inbox/t2.md +0 -268
  146. md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
  147. md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
  148. md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
  149. md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
  150. md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
  151. md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
  152. md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
  153. md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
  154. md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
  155. md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
  156. md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
  157. md_processing/md_commands/blueprint_commands.py +0 -303
  158. pyegeria/.DS_Store +0 -0
  159. pyegeria/m_test.py +0 -118
  160. pyegeria-5.3.10.dist-info/RECORD +0 -196
  161. /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
  162. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dist-info}/LICENSE +0 -0
  163. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dist-info}/WHEEL +0 -0
pyegeria/utils.py CHANGED
@@ -179,6 +179,7 @@ def get_last_guid(guids):
179
179
 
180
180
  def body_slimmer(body: dict) -> dict:
181
181
  """body_slimmer is a little function to remove unused keys from a dict
182
+ and recursively slim embedded dicts
182
183
 
183
184
  Parameters
184
185
  ----------
@@ -187,11 +188,30 @@ def body_slimmer(body: dict) -> dict:
187
188
  Returns
188
189
  -------
189
190
  dict:
190
- a slimmed body
191
+ a slimmed body with all embedded dictionaries also slimmed
191
192
  """
192
- slimmed = {key: value for key, value in body.items() if value}
193
+ if body is None:
194
+ return {}
195
+
196
+ slimmed = {}
197
+ for key, value in body.items():
198
+ if value:
199
+ if isinstance(value, dict):
200
+ # Recursively slim embedded dictionaries
201
+ slimmed_value = body_slimmer(value)
202
+ if slimmed_value: # Only include non-empty dictionaries
203
+ slimmed[key] = slimmed_value
204
+ else:
205
+ slimmed[key] = value
193
206
  return slimmed
194
207
 
208
+ import re
209
+
210
+ def camel_to_title_case(input_string):
211
+ # Add a space before uppercase letters and capitalize each word
212
+ result = re.sub(r'([a-z])([A-Z])', r'\1 \2', input_string).title()
213
+ return result
214
+
195
215
 
196
216
  if __name__ == "__main__":
197
217
  print("Main-Utils")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.3.10
3
+ Version: 5.4.0
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance
@@ -16,7 +16,9 @@ Requires-Dist: click
16
16
  Requires-Dist: httpx
17
17
  Requires-Dist: jupyter
18
18
  Requires-Dist: jupyter-notebook-parser (>=0.1.4,<0.2.0)
19
+ Requires-Dist: loguru (>=0.7.3,<0.8.0)
19
20
  Requires-Dist: mermaid-py
21
+ Requires-Dist: poetry-core (>=2.1.3,<3.0.0)
20
22
  Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
21
23
  Requires-Dist: pytest (>=8.3.5,<9.0.0)
22
24
  Requires-Dist: requests
@@ -0,0 +1,243 @@
1
+ commands/cat/Dr-Egeria_md-orig.py,sha256=ZX20BvRo0fIFisvy5Z-VJDLVyKbQoud89-CUV2S66tU,7336
2
+ commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
3
+ commands/cat/__init__.py,sha256=Ps4MxYlYN-ZX1qaSTFwnqgDZTaqUkN35JTOpZ1TBD1Q,451
4
+ commands/cat/debug_log,sha256=RBX3wRsEvAf7UooJH7b5ZOunB1kybcUS8j7o_f5CyGc,207486
5
+ commands/cat/debug_log.2025-07-15_14-28-38_087378.zip,sha256=t6QupKD0n2fJZ1Z2vOOmZsm_1J7YboY7DIs-yx_h3Lg,93224
6
+ commands/cat/debug_log.2025-07-16_15-48-50_037087.zip,sha256=AphxJYBdvZohX6x9X5Q_cdy4-W8yYjpYFzLmYAO6OVk,21136
7
+ commands/cat/dr_egeria_command_help.py,sha256=RIxLNIva3_8ofWG_q-tvuIwHY8OZzoOxu6T8CdYZDdU,11101
8
+ commands/cat/dr_egeria_jupyter.py,sha256=rfLVV_84Q8Pqcq1flmijKvZ7sEZFy7JAcAP_NAbb46Y,5656
9
+ commands/cat/dr_egeria_md.py,sha256=TbePCNMW9fkzdrvBpPloquLbetbHCcBQMXwJ3nYfDdk,19193
10
+ commands/cat/exp_list_glossaries.py,sha256=dC6Bnfm3YSMTKPP146qeslIFRiZnGu5b7iDYE07p4iU,5817
11
+ commands/cat/get_asset_graph.py,sha256=xnXJfpDTVH1TJ2TwE3dtjaXU36Di6-N6JAyhothzz2o,12461
12
+ commands/cat/get_collection.py,sha256=kXPcP8u-SMWfrVyyBhNoxG8mcgB7EV_5i9N9w_IBU7o,5379
13
+ commands/cat/get_project_dependencies.py,sha256=XwstxuDxDDuP2uN1oJi0PTDZVLbqgcc_3lxh_prBZvY,5987
14
+ commands/cat/get_project_structure.py,sha256=5uxWMqNve592OT73GRCO2KoBkgLWRNuQv_emWpS-Fw8,5975
15
+ commands/cat/get_tech_type_elements.py,sha256=IznytHXwDOFriGM6mypV9wuEeM-vT2s66cUzf-IROog,6147
16
+ commands/cat/glossary_actions.py,sha256=D-jeQ3YnsC7fYbMtUwlXLokvZygLNM1ITxfa-jxy1Ks,19608
17
+ commands/cat/list_assets.py,sha256=CdJ2coKvvQv2VwJO0Sp9Eg9Fu_uvpC21tgjrdtT9Yz4,6315
18
+ commands/cat/list_categories.py,sha256=DTKE3yrt3N2EIjCGscxrz-pSREqmch7aFqsVFm-3u7o,7841
19
+ commands/cat/list_cert_types.py,sha256=HmrTks0SSYgSMsYz3LqfX5kwDQ6D9KMcynoR_xlWtnE,7137
20
+ commands/cat/list_collections.py,sha256=OQ27XnhrdpZn1tKbyHDnFsU5E_zOABMUZr7A3jW0b4U,8591
21
+ commands/cat/list_data_designer.py,sha256=Bpix52CVdV1xZFo-07N8W30vdoDcHYT91jKVRTxQgQ0,6720
22
+ commands/cat/list_data_structures_full.py,sha256=E9PY_AU1lzGSqUwy711Bjd5uMfV41kpmNPzhdf0nZjs,8642
23
+ commands/cat/list_deployed_catalogs.py,sha256=VdN6R9kRVWX-fGIgubOigvMVPzhF-hKQepHHlS-w-D8,8258
24
+ commands/cat/list_deployed_database_schemas.py,sha256=1Qicke1R2_7Xi3Qf5sp8KJ3_reAIt0z1iaz2sG8Z0Qs,9458
25
+ commands/cat/list_deployed_databases.py,sha256=ryrBW1CxJRfOeLP978qQwxb5oImqhIsHghtcpWeBIrw,7587
26
+ commands/cat/list_deployed_servers.py,sha256=_xR7EaaCsxIjTphxmoCZlARoja_vQqZ881pFiEuhw-8,5719
27
+ commands/cat/list_glossaries.py,sha256=pKJdiRMrSBpmPv0yOWoR_CdGZP06MuxfPGwCXc-kSQw,7666
28
+ commands/cat/list_projects.py,sha256=NzWTuepTGUEyxK-eWvuUxtBgCtNWubVwmz2eqm2UN1c,7997
29
+ commands/cat/list_tech_type_elements.py,sha256=-9omj5en9dSP1xMSljYVHyfXsuhuE1bO2IFj_bZPhAs,6873
30
+ commands/cat/list_tech_types.py,sha256=uqZcXHCzAznhEG6WWeM5j-spwUh8ycygFqpVDeXOG-0,4653
31
+ commands/cat/list_terms.py,sha256=ndl99V6NbJtlV3xqIGWhif1R8tW6emEVYYos0dkydwE,12076
32
+ commands/cat/list_todos.py,sha256=NitCw0uyVVjmN1hxb1W-I4FbOsa8wQxW2ICyOElHyc8,6556
33
+ commands/cat/list_user_ids.py,sha256=X5Q-YNEp38saPYDuy9VwdQC5Qpa4HyC3WvAdbyp_P6M,5108
34
+ commands/cli/__init__.py,sha256=E6vPW3P3iuVPyrwtDIWvU9P0JXOGqP8KupeIZdxc6wc,298
35
+ commands/cli/egeria.py,sha256=CKqJiwu44Ya6IgFPgjVpoP2kUZmohrIqXs4SiM1ckHo,52096
36
+ commands/cli/egeria_cat.py,sha256=HqmtUpSX1pXiItVQC0zGEXzHdw_y_-rzy4W8dWJof8M,18143
37
+ commands/cli/egeria_login_tui.py,sha256=bh9MvJcZPpixXkEtWh_4NK4YcRdeHSVDUBTIhQncSyY,9498
38
+ commands/cli/egeria_my.py,sha256=pWFgznhBs34a6ldRExAFGmZ7K-wBYqjTUfvdUtPq_uc,6349
39
+ commands/cli/egeria_ops.py,sha256=0cjvlNj1hbilQ17aIx2OrQgQzhVzGiCPlz4f7XdP1t8,12519
40
+ commands/cli/egeria_tech.py,sha256=etLJOEzO7UQyfY8aRcmXqoYvh_fdi5CGtT9X6KEW8p0,20995
41
+ commands/cli/ops_config.py,sha256=aYpZgC5WgbeVX81DNKS34sOqMx2pc6yqDuSO2CYRiOo,1513
42
+ commands/cli/txt_custom_v2.tcss,sha256=ixkzpFyTZ5i3byFO9EmEAeJgzbEa7nZb_3iTgxNtVPk,232
43
+ commands/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ,844
44
+ commands/my/__init__.py,sha256=0O3kDAlDfx7ohSg_5tZt55B4B3UItgE0noROQLCIUxs,449
45
+ commands/my/list_my_profile.py,sha256=eoWBNNnxUsVFTJOYufs9QsG6BNrra3-Fc9TbrCl-CGE,5731
46
+ commands/my/list_my_roles.py,sha256=jXkIcA71GRBrx556GROML4QrE3JGt-IPuGzVodDhPx0,5190
47
+ commands/my/monitor_my_todos.py,sha256=mM68RH1DJzf38BqmIZZXJrQgpGyAQDO4VimlPYE4osU,7104
48
+ commands/my/monitor_open_todos.py,sha256=Vi6VOcxdHe_94de_ICTHoIOA94KCcTxDCTRb9-4oKRs,5975
49
+ commands/my/todo_actions.py,sha256=daio-D1dVDkAXIcz15bVogJ-nWA_bMGKrpvkK7tc3cQ,8153
50
+ commands/ops/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
51
+ commands/ops/__init__.py,sha256=v7u-zC3gr8soVbYV0Izc2wuEcGCovO00j5v-IhLg3xs,450
52
+ commands/ops/gov_server_actions.py,sha256=OCff2cajMbZOy_nwG6xIiIX1seiu3tLxn-uP_CPrpTM,5685
53
+ commands/ops/list_archives.py,sha256=jKm_easQUjJNRkuasILvuVpQBFuyyBlBHE-L0i0FGgQ,5456
54
+ commands/ops/list_catalog_targets.py,sha256=piru83lRLV7O-HZ2gYTJbZy3nHptGuBJ62QsVrYTLE0,7702
55
+ commands/ops/load_archive.py,sha256=KL9bSqwqPGUPTvB9iLiQCcVH_CzGpdyjG3Mm6NIFt-k,2708
56
+ commands/ops/monitor_asset_events.py,sha256=5XXWt5yvl9mGq1Lve9gdrWT0dvvTWpFr_lFWO-_WdaU,3883
57
+ commands/ops/monitor_engine_activity.py,sha256=yMNR0MI4Vm7IzOFc6jz-De9xDuWPPgUU31LnrLkI-3M,9896
58
+ commands/ops/monitor_engine_activity_c.py,sha256=Jf9Eo-ZtEPminf5gcz4NsT2wDD2AddcbTPJzSYdD5Sc,10773
59
+ commands/ops/monitor_gov_eng_status.py,sha256=gK5HXewXKnLEjCBRkbEyzbGtWs998P-AoFKaMCAQBLs,9917
60
+ commands/ops/monitor_integ_daemon_status.py,sha256=N09KaP1eA3OiGfRS4GgbjKxnkheMYK6oQojNbuO6KRo,11828
61
+ commands/ops/monitor_platform_status.py,sha256=5Vn8C-vDth9qgzEswqwzR2on3Up1mdFp9oVEudMj5PU,7247
62
+ commands/ops/monitor_server_startup.py,sha256=UNws5paaN0VTVLkJp-8MI07oUMdwCRpKcMNM9oUNCW8,3915
63
+ commands/ops/monitor_server_status.py,sha256=w7uFLR6BXgPtuC4L5cp8nWsw3W1Z-5JB2nCo1N_zEF4,7144
64
+ commands/ops/orig_monitor_server_list.py,sha256=EYmvygmrhNmcXORsRHtCniuZ3C9ko8CBRlH34vZRrPg,4651
65
+ commands/ops/orig_monitor_server_status.py,sha256=QCRi5uxrtZvXnZGcMPvlsLHr6P9v-5m12CqqL691lvc,4033
66
+ commands/ops/refresh_integration_daemon.py,sha256=cOgdWQV6pTajIBWNeJy7MJo32JtMxPDHcxivfT72NWc,2981
67
+ commands/ops/restart_integration_daemon.py,sha256=M8vb-SEIGFd4fnZcwFD1rRNYXGe-jySzFGnizB72dSI,2917
68
+ commands/ops/table_integ_daemon_status.py,sha256=XyHM4LzOslWFmH5q9nFa8tpZNylL9JztOavtQacnP7w,8430
69
+ commands/ops/x_engine_actions.py,sha256=sjoyDJD2_0xQkE2tSlFdBxD2d9C3Nzcy9qi69dWC4Rw,2284
70
+ commands/tech/README.md,sha256=nxDnfr3BCiGgW5G1VxWxiwUWJXIe5wreNuUeRyIt_hY,1343
71
+ commands/tech/__init__.py,sha256=0O3kDAlDfx7ohSg_5tZt55B4B3UItgE0noROQLCIUxs,449
72
+ commands/tech/generic_actions.py,sha256=vHwgaADbai61R46QiCvS9pZr4vZXAN1XEtcizaSEidU,2677
73
+ commands/tech/get_element_info.py,sha256=a1msEwL_kKjO8uslJa-tSgrdW6UgKUY4iyLjZqzeG9M,4761
74
+ commands/tech/get_guid_info.py,sha256=7QBMteAd8mbJymkJC8AJW8D2TQ8Roc2zDcNb0tI2l-A,4295
75
+ commands/tech/get_tech_details.py,sha256=m312TXXu5UkJ42g0YopntXWJwSSAil1Udj62erD8cOU,6383
76
+ commands/tech/get_tech_type_template.py,sha256=kyKaqr5gBsmUyxePXM2hfeHCtzef8mQ_e6_rbf4ssYs,6246
77
+ commands/tech/list_all_om_type_elements.py,sha256=xJmI7p4eNWSB09NYANz5wGAg2oqKqs4dv9rfSQA7zuA,5999
78
+ commands/tech/list_all_om_type_elements_x.py,sha256=KkUSWtUWnQEbuK5PwLF5C3whft_V9OOtYD2M-aQfg3c,6570
79
+ commands/tech/list_all_related_elements.py,sha256=2uAYHEuPEjXGM5I_zVblZFOGoyGP02lhR5tPc0u8zog,7782
80
+ commands/tech/list_anchored_elements.py,sha256=OJx3U77QCJadheD0RRiRw-4GvheoqL0gdBqBgHzEKho,7589
81
+ commands/tech/list_asset_types.py,sha256=GbW8Tj9o1wh_qJM6b2oIESyzr9tcYcvjoL-0rnOXViI,4176
82
+ commands/tech/list_elements_by_classification_by_property_value.py,sha256=aCNSpQgyRn6u-8nU9iLCuYzj4kVBKKCnLuBSGKP_w-8,7132
83
+ commands/tech/list_elements_by_property_value.py,sha256=ZObsaQ0jXXN88pVoO68_NVsSXN2CnGjLsOhCuYDzINs,6489
84
+ commands/tech/list_elements_by_property_value_x.py,sha256=rk0cY3fKUE0zEvHe42OYUvXItzl8EqW4euvjbk8vSd0,7011
85
+ commands/tech/list_elements_for_classification.py,sha256=4Opb_dp-p4jR4jO6ZaA3Lc3bapojT95iLkvLN9ehNK0,6216
86
+ commands/tech/list_gov_action_processes.py,sha256=2yhfzlBIJCxciT9AQyfik_-Zkfcca95xjRdaJfMWYRM,4562
87
+ commands/tech/list_information_supply_chains.py,sha256=SydzAK_xp86LL8-IKPTTgVOyM3J5BfwxM2MQqrQILFE,6328
88
+ commands/tech/list_registered_services.py,sha256=yH0C_ge5ZYylrPhKaT0VWFkBMaLJopTzL2ZhJJcAiSE,6548
89
+ commands/tech/list_related_elements_with_prop_value.py,sha256=jNfpfdWmgNsSFKqKfKHTYhrPTu6m0LeOUkmc6DeupdE,8224
90
+ commands/tech/list_related_specification.py,sha256=m72yh1ayud58_BqWhgEgdgnaWIxUYKLxPSulJmCoZ7o,5932
91
+ commands/tech/list_relationship_types.py,sha256=QQZLRhAWUTpu3DCqem6og7sm1W95f3oE-gv5RY5bMnY,5766
92
+ commands/tech/list_relationships.py,sha256=g2Kl6LSvmQ3SCjsaZ3oFk5PuYVVeqRKfEhmD-icJjzo,5940
93
+ commands/tech/list_solution_blueprints.py,sha256=hIW_Q6ess0OKidCEJ_EOb4FDEq2w6eHkxTlQjRE9TAY,7110
94
+ commands/tech/list_solution_components.py,sha256=JxOFyCZ4HFHwg9E2Th7cylGsE7LbzEW3nqRFjoPu2rE,6908
95
+ commands/tech/list_solution_roles.py,sha256=yWjh7_5w2vxFYMycn4kJGKThpQPE8bxnHSp1RwmY2Rk,6680
96
+ commands/tech/list_tech_templates.py,sha256=5hhDJJjrqGyWDPPcFzFeFs-4rsal1M2Bl7EUuJNz8Ns,14144
97
+ commands/tech/list_valid_metadata_values.py,sha256=_zgOdq2N6s7GjLd8iEc5xVfplKfOnKZ-ySM-lSdgYn8,6315
98
+ commands/tech/table_tech_templates.py,sha256=jI1c9YKa3KirArMNXeCRKeaiVdwQSN-ztPqkag6jdZs,9500
99
+ commands/tech/x_list_related_elements.py,sha256=ynaw792VnbMZ9IXBi5mmG7xBfC0kn0esKiFTsjvLGzc,5900
100
+ md_processing/__init__.py,sha256=cm8tBivFjrM8m6cdNCeR-cNVZZ8E_3yIz9oPI8lV9OQ,6521
101
+ md_processing/data/commands.json,sha256=KReN1X0ynPHiloR7g1FK_6_Kl78Dny5uevHFVzT-PSM,1121138
102
+ md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb,sha256=dbzNu90fCKNohOWVSRBOB1GLyd95x8Qw51I5AkaPtso,11552
103
+ md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
104
+ md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
105
+ md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json,sha256=-gH_6-0rhC1vn834F9R2EUN5BDBQ29fKnMrmjRTLlwo,658
106
+ md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json,sha256=N1-TY1SOr_a_WoscNNxvRuyBUa3hcACLuQvDNbV7B6A,5054
107
+ md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md,sha256=IbNpPDd5rYnx7D4ZW6Q_HOBzHsNuMFAlz-wj3-es6i0,17706
108
+ md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md,sha256=GtPpB0F0gQ39Gq3iDFYlSwbWi5zqI6ffpOPln52sXfM,19609
109
+ md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md,sha256=9MnOXSw3Z84Mivwn8grJZTH6sawguwiaandGqbBB77M,1695
110
+ md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md,sha256=939ljAPEULAKIpK9VSL9lF6JjVaOGW55UDhDZyH3l5s,1489
111
+ md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md,sha256=WEGEzV-sPDuYbrh_K6W6ICKEsUNdw5O0BHt9nJ5tsFQ,7906
112
+ md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md,sha256=K4VNkO4QYQSa4H7G3_1IFULG1TwIf5-XC4R7ma5DaJk,7059
113
+ md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md,sha256=VkRqN1qGIbLwJ9Mug8S-Xt2Z_4u8qiww020ZzZdpA00,7059
114
+ md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md,sha256=G2GkJUNSC9cBH4bE0ZD_PljeiKaujMCSH7tOlJ3h7pM,8838
115
+ md_processing/family_docs/Data Designer/Create_Data_Class.md,sha256=eC6JxHiK_uPnUgqCbu4AN8hPWpddlvch_7j1tb8k_B8,3561
116
+ md_processing/family_docs/Data Designer/Create_Data_Dictionary.md,sha256=VVWXQFWJgprYtRTvnDUu--S2mSTNDWu3kSED8U2WnR4,782
117
+ md_processing/family_docs/Data Designer/Create_Data_Field.md,sha256=UENytJOEO8bOo8pDYqA3G_MX5k50UIgkw2H7fMo9bmc,3494
118
+ md_processing/family_docs/Data Designer/Create_Data_Specification.md,sha256=mFWMbPHW_tq1HpbjYmBCrTLxPGAwTooPQbfqYbfjac4,916
119
+ md_processing/family_docs/Data Designer/Create_Data_Structure.md,sha256=r27j-tawxar1ahhGIJ8m0rCr9yKcSBP0AkPIHgYAQ6U,882
120
+ md_processing/family_docs/Data Designer/View_Data_Classes.md,sha256=BjYy4-lKmdcTbsXI_xeijGmaLMQH3rXdNS4bbEDi50c,1833
121
+ md_processing/family_docs/Data Designer/View_Data_Dictionaries.md,sha256=rkk9Kx38AsZtFD4qF_Uz6iED3gFhL46TSwAGWaKcwug,1847
122
+ md_processing/family_docs/Data Designer/View_Data_Fields.md,sha256=0cPhBjD-H_tLyfIdJ_bf6V8LGDuKg29tWRiUkUlLvOI,1831
123
+ md_processing/family_docs/Data Designer/View_Data_Specifications.md,sha256=tCSUfUYDJ2TFBn8_sVIZcdDWTB6YSKVUZt75VZtRHX8,1851
124
+ md_processing/family_docs/Data Designer/View_Data_Structures.md,sha256=oUAHpr-p_JRrQjj81Co7ZG2L09It6esWpe5lgQiS074,1830
125
+ md_processing/family_docs/Data Designer.md,sha256=rsKVZ88niygy1IS_vII0Kbantrwm44a4ugA4Ulzgfg4,19014
126
+ md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md,sha256=XCoDyOipyGdRlExv7zLeve66e611unguewsyNsEcYKo,1014
127
+ md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md,sha256=SnjfStCnrHz8k4lcT76zoDGaMlkHdiILM_r6MsdWpeM,902
128
+ md_processing/family_docs/Digital Product Manager/Create_Agreement.md,sha256=smadCIqruNYEbHDAZ844heHdDHPy_VNuknleFk2CiK0,2254
129
+ md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md,sha256=slwFgcnD9qB79f_30SOHIc8QU9MRz7R2isVMCAArZtA,1618
130
+ md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md,sha256=-As0tJ9JZ5LvtSM_KA2vJthnCiT3tnaO1atebxOm7aw,2282
131
+ md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md,sha256=WlRuCzht8HUoTNtj0vWkwkibas1pqKASjLdLWEUnM-g,3459
132
+ md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md,sha256=XtkZlTNOVV2d7B9jxTbdqtxqF5jEplQS9tMvbes4pYU,1404
133
+ md_processing/family_docs/Digital Product Manager/Link_Contracts.md,sha256=T3G6BxqNGcNowRmB2OL82I0LQL7miGb4bB_K8Hf1nOQ,505
134
+ md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md,sha256=ASuOm2nW36CsWNKkW41QyhhvHZXkFF2uQcnSv4GIYhA,589
135
+ md_processing/family_docs/Digital Product Manager/Link_Subscribers.md,sha256=Odoodc_LdngkpLBvgE_mxtMs6Vl48D7VGgt4CbM49kQ,1182
136
+ md_processing/family_docs/Digital Product Manager.md,sha256=IqrMqAJLgHDDySMNfumTbBNoaKHCUrzO6UHDsY2Mea4,15397
137
+ md_processing/family_docs/Glossary/Attach_Category_Parent.md,sha256=QbJ4Iwubms2s_JN5ylpvdGtAqW3odbNDfPcDLBAqYYg,456
138
+ md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md,sha256=O6xWA6SE_w5Z5p1Zjo3ce-QaeFvvE665nD-sdA9RvI8,699
139
+ md_processing/family_docs/Glossary/Create_Category.md,sha256=K74y33nAM_7zkRVAcOZWZthd1YpNXvmtQSmisYDXPHw,932
140
+ md_processing/family_docs/Glossary/Create_Glossary.md,sha256=JNhdhDO9AdgNdXvjYLpr-Vx-_5FE1WSZShXoSEtBvVM,927
141
+ md_processing/family_docs/Glossary/Create_Term.md,sha256=dlwsqJuH8z0MLH5Jg3JnIEBe_iTMWsB-JWhSWXhhvGc,1294
142
+ md_processing/family_docs/Glossary.md,sha256=ObHA3jEpqc4u0QRgWkFy6_2AT3-oS3AJMci6Jo8vP8I,4384
143
+ md_processing/family_docs/Governance Officer/Create_Business_Imperative.md,sha256=8__ostn8coSWn5OE3wTAMuvuxpJXgWYKISvbtkMc2GA,2169
144
+ md_processing/family_docs/Governance Officer/Create_Certification_Type.md,sha256=VBK9A9kn9ojqsXw6N5r-DergSqn3wXyvSmAD0DtAKFs,2181
145
+ md_processing/family_docs/Governance Officer/Create_Governance_Approach.md,sha256=GBwq_mtNay65uHauVwzXX3JW_8lVNGkUnDZszyHHqKE,2416
146
+ md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md,sha256=MxXMCQeNv_f_5MtH8jWj4eYp_AZvJC0v1jTfecz8UUs,2396
147
+ md_processing/family_docs/Governance Officer/Create_Governance_Principle.md,sha256=TRRi2BQLsId7O4emXL00M1QsI_UTf7oLOHXrpmzNtOM,2415
148
+ md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md,sha256=eeKpJM1L63D0ODiDMGvepi409lnibUcoP4zUkTDGMwU,2591
149
+ md_processing/family_docs/Governance Officer/Create_Governance_Process.md,sha256=_gJDqnmVwWR39xaK_6f-YEmtzM8wxSdo5InvFIL5AT4,2490
150
+ md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md,sha256=9rEo0TDAXVa9xB06pTv0CD6WbIEFAUwlaYE_ugYL8Ps,2188
151
+ md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md,sha256=i3IItmYJyt2PaaezNiokYDg3zASJgvp7KcCR9B20XrI,2613
152
+ md_processing/family_docs/Governance Officer/Create_Governance_Rule.md,sha256=186_61djL8FupxKAAQqfC4LgRICUCjC7BPQc8DnBSsg,2509
153
+ md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md,sha256=fPbHq6G2p13Jn1Yc1-zR1mMiEhyp_xMiw6Nk4pJyfU0,2202
154
+ md_processing/family_docs/Governance Officer/Create_License_Type.md,sha256=3Vk7QJ1JRc6o1buB9uVYb7Y-43wPAnlVBziOxv_OXkE,2163
155
+ md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md,sha256=Iw1rEEw7qGOLjMZU05gkxf8_CkdgIb5P7vo4HhK0KGs,2485
156
+ md_processing/family_docs/Governance Officer/Create_Regulation_Article.md,sha256=8XNINNBo4Mh8M6tuY0JX1Fr2GKr97UbajpCxMC0VxT4,2177
157
+ md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md,sha256=NWv7-ko9N8KqG7Q723thb56E0QNXZ8Y1cKaqwR-0YGI,2444
158
+ md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md,sha256=2edfQTOrdeppehyAgapbE6Abb2BHJB8TJoOtO8PiOlc,2374
159
+ md_processing/family_docs/Governance Officer/Create_Security_Group.md,sha256=q4oE5KhzOZejGgFgFKJV1YTZWiJMEwEHGrdwn7s0vYU,2429
160
+ md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md,sha256=p-ht7nCUvLCD_h91ay2ul4UM42W-13zPXwtg_05-9Sg,2529
161
+ md_processing/family_docs/Governance Officer/Create_Threat_Definition.md,sha256=tZzoq6kFTqWWeVS4-G2_xblYwQvXHQNJPMzaMm6kVJo,2215
162
+ md_processing/family_docs/Governance Officer/Link_Governance_Controls.md,sha256=Aqa_yqTXhhAUYR9PgWt0R49jOrurbDSvfLKAIr5es8Q,860
163
+ md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md,sha256=TSRj-3E9W3ulxq-YqDJF-urfgLqUw1e_npQqC1bthSM,784
164
+ md_processing/family_docs/Governance Officer/Link_Governance_Policies.md,sha256=a_eDGxSoo9hlsb5_SVYaViasnekXXYsAETU4Hngso5g,777
165
+ md_processing/family_docs/Governance Officer/View_Governance_Definitions.md,sha256=uRaTqoruGg48_sqpGUnAG99w87ixojffoQydb5W5OpM,1994
166
+ md_processing/family_docs/Governance Officer.md,sha256=0GZgIsW8UVySkrlJjAUyBndm-zPPeotICqOtmnW1JCQ,49899
167
+ md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md,sha256=js6Uv6H5D9cMqgMr7XSCfbZRXrPdFGnkZHaeKKy4YIw,1629
168
+ md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md,sha256=yAmEOFh0eNw3G4-hxLESAT6r_xlBwYzBgwFELN8711g,1045
169
+ md_processing/family_docs/Solution Architect/Create_Solution_Component.md,sha256=2unCka01CGWNa2f21N6U4mYhh_oXckf8F8hY6JblvQc,2351
170
+ md_processing/family_docs/Solution Architect/Create_Solution_Role.md,sha256=AE6Als41HA4JdADTuI_erj4SVtIBjAfIuwJ6bAsfu8M,1262
171
+ md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md,sha256=VAcwEucS6TkE-nixOiNUWMenI53GtCi3uVuEQ6ZhGyM,783
172
+ md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md,sha256=c74htWlCTJjnii9rDmJs7OzhNbsCetAFMxTayRybjtI,651
173
+ md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md,sha256=xwu-qw_ETroz188tbj5Li3zadzMYdxhgVVro-VIemf8,691
174
+ md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md,sha256=wGMZHR-Vi7uMlmPQU3fXgKCqsnd26py1LctLM3VIYgQ,673
175
+ md_processing/family_docs/Solution Architect/View_Solution_Components.md,sha256=Ch15OpwUiij1WGp-zNK3WMBb4xJeIoaMkaYPHWZrSl8,673
176
+ md_processing/family_docs/Solution Architect/View_Solution_Roles.md,sha256=TN8rHmQpKgF_Prs3bwl3Qjfra5p41l7ho4PBlRp19j8,668
177
+ md_processing/family_docs/Solution Architect.md,sha256=Wu8BSjkZCupBMzjjo4UcuXm_BfVHkfH6RqOgkw90AcU,10572
178
+ md_processing/md_commands/__init__.py,sha256=ssEojzFlSYtY2bHqqOoKo8PFaANZ_kq_gIbtlXnuc2s,93
179
+ md_processing/md_commands/data_designer_commands.py,sha256=fgW6UC9fvcitUyRaFISA-5D3EtgiZI6Xe7-P0HhNpgY,87101
180
+ md_processing/md_commands/glossary_commands.py,sha256=Q-V1PSC5k5o1MPhpMoA6hSsa-npJvutoG1Ty3wifuEE,54005
181
+ md_processing/md_commands/governance_officer_commands.py,sha256=owaJgNZ7V1ym-MEEFP8GdgLtBpuWZGjNoSo-AkPQvD8,18441
182
+ md_processing/md_commands/product_manager_commands.py,sha256=OKZdVhL5QalkkSHDgo1BtYGQiSxvue1BQP4EuPy-Ds0,54911
183
+ md_processing/md_commands/project_commands.py,sha256=GcgKYEUY3Uk41t4frs7kR9oVg95GwaBfNF0hCfjlFsI,8104
184
+ md_processing/md_commands/solution_architect_commands.py,sha256=UAGVPl3LxKUlIILYuzFXxQ7rsrl7DaEpMAZl5C7WhV4,55180
185
+ md_processing/md_processing_utils/__init__.py,sha256=LxAmxlcji26ziKV4gGar01d95gL9vgToRIeJW8N-Ifs,80
186
+ md_processing/md_processing_utils/common_md_proc_utils.py,sha256=ff5kJfSTg-h-2h-afOAPoBhvAKwosyme77m8aF2T9dc,42607
187
+ md_processing/md_processing_utils/common_md_utils.py,sha256=7-mRa5bOn16pNr3YHYTIFQ2QXMSsvcWoZdxX7U_QzjY,16774
188
+ md_processing/md_processing_utils/debug_log,sha256=kIKUWr8tvqpYF59mJHtjtX0ei0wfu6u6LCBK0bi7LSg,82581
189
+ md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md,sha256=rZ6AVB8ydHqdo_hvZ8jeiV_bCxcq_gpiVD2Ah43y6ZM,100899
190
+ md_processing/md_processing_utils/extraction_utils.py,sha256=wzNqSyHyvQzItCkBdBu_bjkLAxugKxTj2Yg1DQzqjnc,20075
191
+ md_processing/md_processing_utils/generate_dr_help.py,sha256=WRPS6eZz8rUUhfVGqazomYnyD4beWDhxk4_h80PzU5w,6344
192
+ md_processing/md_processing_utils/generate_md_cmd_templates.py,sha256=SbWtR3T1Y6VUpdcLzjbPA-601Sg-QzxdDYIXVoqjgCc,5813
193
+ md_processing/md_processing_utils/generate_md_templates.py,sha256=DMnMQ7_LbmQCS8aG-ppHGTu25obOSn4ZzSg7V21k9jo,3547
194
+ md_processing/md_processing_utils/generated_help_terms.md,sha256=9-Qt2_reHLXMb6H1VHtPPQME4_riEgr0CL1yYYwNSFc,35503
195
+ md_processing/md_processing_utils/md_processing_constants.py,sha256=8GtPAvmNYZufmhcVvs0LdpocN1BIa-nUJCzV_o0M9kU,12284
196
+ md_processing/md_processing_utils/message_constants.py,sha256=UBf18obM83umM6zplR7ychre4xLRbBnTzidHDZ2gNvM,548
197
+ pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
198
+ pyegeria/__init__.py,sha256=Lv-XmFk5fJZk_u9c2_wTlBzt0RQoerAH_eRKPsaeRYo,30929
199
+ pyegeria/_client.py,sha256=9emSX-HagABoZszSNtcSnmlihglWJOTrt1vrcmkVaDw,33312
200
+ pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
201
+ pyegeria/_exceptions.py,sha256=1SrnV194V4_YJNnNAU0myTHQ3dhLn4GF2B2gZcj1u90,18153
202
+ pyegeria/_globals.py,sha256=LQftrioc75zTsDUvAu1aRM3-a5hdPNVgTkoVN7GH_kY,1056
203
+ pyegeria/_validators.py,sha256=vP9nuZwucnCo_LrPU7hkitpWzaych5bTZEKE58TaTnQ,12726
204
+ pyegeria/asset_catalog_omvs.py,sha256=P6FceMP0FgakGSOt3ePxpEbsF7nnypzo1aQahjdL_94,29021
205
+ pyegeria/automated_curation_omvs.py,sha256=tzwCyXL0Hx8UjryBBWcPoEuBRajXZpLuwPQ1vuOg2yc,130349
206
+ pyegeria/classification_manager_omvs.py,sha256=EBWjdx_C999bRu2-INL8RZxZ-wz92mzVqVBQ6mkyGM0,187228
207
+ pyegeria/collection_manager_omvs.py,sha256=msHCV4qwe-cmIqv6dGGdbHrlAK7ZSwTMwj5m3KlbLSg,276909
208
+ pyegeria/core_omag_server_config.py,sha256=pNQpocICkZx8sRsTw5DPUe-TFyxlIo1U88qqgci_f7I,97764
209
+ pyegeria/create_tech_guid_lists.py,sha256=hf5q8Xrdsz-bqeIW3yTORZ1XB6_BrKzLDWWwC_bNG2g,4811
210
+ pyegeria/data_designer_omvs.py,sha256=oCXU7O_nFpQKwCX1NkrK7A8IaydnJ5bh2lVHfmWssaA,202910
211
+ pyegeria/dr.egeria spec.md,sha256=QC_z3EqJ0WW18NYQFW_AtqO4SMWH5MJNVmM--54VzX4,959
212
+ pyegeria/egeria_cat_client.py,sha256=d8dQNPLzL4efi99OJfH1T-Rt1N0k9Rf9LX8LpuhiFls,2179
213
+ pyegeria/egeria_client.py,sha256=egGv41eb94P_lWIQ54I_90WT_IukJ_J6ZLOYCHpx2js,4676
214
+ pyegeria/egeria_config_client.py,sha256=3TZUeXSl1f7SQ2WWYTbgOu1Cu1YqApilErAgjZLzbWY,1391
215
+ pyegeria/egeria_my_client.py,sha256=eOKLk2zdI6FHZnhAimfR_0yNdBjpUgD41dJZcJODcqE,1607
216
+ pyegeria/egeria_tech_client.py,sha256=Ga9whlJRMl24LPWksuMgl0GRxSNrzK2Fcg_rf3QqRkU,3420
217
+ pyegeria/feedback_manager_omvs.py,sha256=0xBs0p54vmdfVYYgQ8pOanLC4fxfgTk1Z61Y6D1U7_I,152978
218
+ pyegeria/full_omag_server_config.py,sha256=CQqLCy_3DZFvJZEOcGf50HWdFaWpiAIs6z-kKyjvpDA,47464
219
+ pyegeria/glossary_browser_omvs.py,sha256=Jb2Tt2qNjnoWQNBDMdZiuQffH6nC4lKekZNEJCiW5BE,166966
220
+ pyegeria/glossary_manager_omvs.py,sha256=vXHlBuJxUIAkSI7OKbYcspmcfxxX-L7oe5J0AiEefVI,87991
221
+ pyegeria/governance_officer_omvs.py,sha256=14UnC-fS5LUsWzx-RuzUX_ZNVxldqvVSvZFvJDv980I,91580
222
+ pyegeria/md_processing_helpers.py,sha256=xlQuK5eP_PJqUdy4BScQ97NyBD95jMS3EUg0wK5CsZo,2137
223
+ pyegeria/md_processing_utils.py,sha256=KRESCqAYjCgHRAdhHH49lLDDhaq740CUlqTG0bN-6Oo,99119
224
+ pyegeria/md_processing_utils_orig.py,sha256=SToZtXQiysi2_vmIY4-T2NIELRirzQ1zjkho_2jFsNE,52603
225
+ pyegeria/mermaid_utilities.py,sha256=Zcn8JRrqtf62oHoxuvP9tQ5G-BFxOGMNfr7-peuykgY,54290
226
+ pyegeria/metadata_explorer_omvs.py,sha256=xHnZTQKbd6XwOhYia-RiIisrvZcqHi0SL1l6OCf04Gk,86911
227
+ pyegeria/my_profile_omvs.py,sha256=d0oJYCJG7pS9BINPuGciVa00ac0jwPHNANXDCLginEc,34720
228
+ pyegeria/output_formatter.py,sha256=3UrErm_bZyZaV51xDjyEHWGFocE7s7mG-nMFBQaNNc8,19384
229
+ pyegeria/platform_services.py,sha256=YEpZsGGsbSdesN8ceyFhV0OMzKG6znTZrREMTRimLps,41701
230
+ pyegeria/project_manager_omvs.py,sha256=612rYbu2eLR8Sgv9nBzjkFJ2PuxIBd_b-zwcnpVbXhc,70665
231
+ pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
232
+ pyegeria/runtime_manager_omvs.py,sha256=Z5wY9ignNjil8O6yjihZftxkGoh9A4PQDcXhoIsOIT8,79698
233
+ pyegeria/server_operations.py,sha256=5k0KVz3u8qRLwtz16zT3J86LZY3pkUrMDcps8srmq1A,16831
234
+ pyegeria/solution_architect_omvs.py,sha256=8uux3haRg5oEwrPO4E6uOUv3CmBXqq3k2T4OyPSxZMQ,239700
235
+ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDTM-rQ,42755
236
+ pyegeria/utils.py,sha256=dR6ZNSab1_2w5mMuVOuWbXI4CjXPjOUpGyYGqFxQvXY,6079
237
+ pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
238
+ pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
239
+ pyegeria-5.4.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
240
+ pyegeria-5.4.0.dist-info/METADATA,sha256=R77jnAWTv2vaUKGf61jD_MF8WaYqEDSdEMh8InH0w_w,2838
241
+ pyegeria-5.4.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
242
+ pyegeria-5.4.0.dist-info/entry_points.txt,sha256=mrQADxAkv37zeCb6z2XEX0AXjJaXirTJWfDn0BWYwPg,6303
243
+ pyegeria-5.4.0.dist-info/RECORD,,
@@ -10,6 +10,7 @@ delete_element=commands.tech.generic_actions:delete_element
10
10
  delete_glossary=commands.cat.glossary_actions:delete_glossary
11
11
  delete_term=commands.cat.glossary_actions:delete_term
12
12
  delete_todo=commands.my.todo_actions:delete_todo
13
+ dr_egeria_help=commands.cat.dr_egeria_command_help:main
13
14
  dr_egeria_jupyter=commands.cat.dr_egeria_jupyter:process_jupyter_notebook
14
15
  dr_egeria_md=commands.cat.dr_egeria_md:process_markdown_file
15
16
  egeria_login=commands.cli.egeria_login_tui:login
@@ -37,6 +38,10 @@ list_catalog_targets=commands.ops.list_catalog_targets:main
37
38
  list_categories=commands.cat.list_categories:main
38
39
  list_cert_types=commands.cat.list_cert_types:main
39
40
  list_collections=commands.cat.list_collections:main
41
+ list_data_classes=commands.cat.list_data_designer:main_classes
42
+ list_data_fields=commands.cat.list_data_designer:main_fields
43
+ list_data_structures=commands.cat.list_data_designer:main_structs
44
+ list_data_structures_full=commands.cat.list_data_structures_full:main
40
45
  list_deployed_catalogs=commands.cat.list_deployed_catalogs:main
41
46
  list_deployed_databases=commands.cat.list_deployed_databases:main
42
47
  list_deployed_schemas=commands.cat.list_deployed_database_schemas:main
commands/cat/.DS_Store DELETED
Binary file
@@ -1,254 +0,0 @@
1
-
2
- # Introduction to Dr.Egeria - an Egeria Markdown Processor
3
-
4
-
5
- A constant challenge in managing information is gathering enough metadata about the information to
6
- allow us to manage it. A common approach is to build fancy graphical user interfaces hoping that they
7
- will be attractive enough and easy enough to use that people will do so.
8
-
9
- Unfortunately, however, this ignores the fundamental fact that to use one of these nice GUI
10
- applications, you have to step away from the tools and processes that you were in the midst of performing.
11
- You have to leave your world and enter a new, often less familiar one.
12
-
13
- Dr.Egeria, is an experiment in turning this around. Its not that fancy graphical user
14
- interfaces don't have a role - but rather, to look at what we can do to support the
15
- tools and approaches people already use. And maybe even make their day job a little
16
- easier and a little more enjoyable.
17
-
18
- So this is what we are exploring with Dr.Egeria. An Egeria Markdown language that allows
19
- users to intermix requests to Egeria with other text through the use of standard Markdown. The markdown text
20
- that we process can be in standard markdown (.md) files, in Jupyter notebooks, and perhaps other file formats.
21
-
22
- This markdown file is an example. You will see that we intersperse normal narrative text (such as this)
23
- with Commands to Egeria. We introduce a specific vocabulary to make Egeria requests.
24
-
25
- In the example below we will create a new Egeria glossary to hold definitions related to Dr.Egeria.
26
- We will then show how we can process this file which will record the information into Egeria and create a new
27
- output file that acts as both a receipt showing what was processed as well as a starting point for making updates.
28
-
29
- So here we go! First lets define a new glossary:
30
-
31
- ---
32
-
33
- # Create Glossary
34
-
35
- ## Glossary Name
36
-
37
- Egeria-Markdown
38
-
39
- ## Language
40
-
41
- English
42
-
43
- ## Description
44
-
45
- Glossary to describe the vocabulary of Dr.Egeria - an Egeria Markdown language to support the exchange of metadata in a
46
- Markdown form.
47
- Dr.Egeria allows users to input metadata using any text entry system that supports the entry of standard Markdown
48
- notation and through post-processing
49
- commands, validates the Egeria content and allows the requests to be sent to Egeria.
50
-
51
- ## Usage
52
-
53
- 1. (optional) load an example or template for the type of object from Egeria.
54
- 2. Create a new document (perhaps from a template) and edit it, adding in the content with the Dr.Egeria controlled Markdown language.
55
- 3. Process the document to validate and display it before you submit it, Validation may annotate your document with recommendations and potential issues.
56
- 4. Submit the document to Egeria using the Dr.Egeria commands.
57
-
58
- ## <Qualified Name>
59
-
60
- ## <GUID>
61
-
62
- ---
63
-
64
-
65
-
66
-
67
- # First Walk-Through
68
- The block of markdown above is a request to create a new Egeria Glossary called `Egeria-Markdown`. Let's briefly walk
69
- through. The command starts when we see `# Create Glossary`. This is a known phrase in Dr.Egeria. When we see this
70
- phrase we recognize that this is an Egeria markdown request block. The request block ends if we encounter another `#` or
71
- `---`, or run out of text. Within this request block we note some **attributes** that begin with a `## `. The first that
72
- we encounter is `## Glossary Name`. Not all attributes need to be filled in. Later, we'll process this file and demonstrate
73
- how to tell - but first, lets look at the attributes shown:
74
-
75
- * `## Glossary Name` - this is the display name of the glossary. In this case the name is `Egeria-Markdown` As you can
76
- see, the value of the attribute is the plain text that follows it.
77
- * `## Language` - what language will the terms of the glossary be in (yes there are ways to have mixed language but
78
- Dr.Egeria strives to be as simple as possible).
79
- * `## Description` - a description of the glossary and its purpose.
80
- * `## Usage` - how the glossary is meant to be used and by whom.
81
- * `## <Qualified Name>` - every element in Egeria must have a unique qualified name that we use to distinguish
82
- it from all other elements. The qualified name is meant to be understandable by humans, although it may follow
83
- formatting conventions. This attributes is in angle brackets because at this point we can't fill it in - we are just
84
- in the midst of creating the glossary. A qualified name will be created for us as part of the glossary creation. We'll
85
- see a little later how we get that.
86
- * `## <GUID>` - same story as qualified name except that this is meant for automation and not people.
87
-
88
- And that's it. That's all we need to do to specify the creation of a new glossary (well - mostly - we'll reveal a few
89
- more details a bit later).
90
-
91
- ## Great! That was easy!
92
-
93
- We now have a nice, clean, new...and empty...glossary - guess we better start filling it. Lets create a couple of terms.
94
-
95
- ---
96
-
97
- # Create Term
98
-
99
- ## Term Name
100
-
101
- Command
102
-
103
- ## In Glossary
104
-
105
- Glossary:Egeria-Markdown
106
-
107
-
108
- ## Summary
109
-
110
- Commands are how a user of the Freddie markdown language requests an action.
111
-
112
- ## Description
113
-
114
- Commands are how a user can request Egeria to take an action such as Create or Update an Egeria element. Freddie
115
- provides
116
- a limited (but growing) set of commands. Freddie commands align with the pyegeria 'hey-egeria' command line interface.
117
-
118
- ## Abbreviation
119
-
120
- ## Examples
121
-
122
- Create Glossary or
123
- Update Glossary or
124
- Create Term or
125
- Update Term
126
-
127
- ## Usage
128
-
129
- Commands are used in the Freddie Egeria markdown language.
130
-
131
- ## Version
132
-
133
-
134
-
135
- ## Status
136
-
137
-
138
- ## <Qualified Name>
139
-
140
- ## <GUID>
141
-
142
- ---
143
-
144
- # Create Term
145
-
146
- ## In Glossary
147
-
148
- Glossary:Egeria-Markdown
149
-
150
- ## Term Name
151
-
152
- Source
153
-
154
- ## Summary
155
-
156
- Source of the markdown content.
157
-
158
- ## Description
159
-
160
- Source of the markdown content - could be jupter or plain markdown file.
161
-
162
- ## Abbreviation
163
-
164
- ## Examples
165
-
166
- ## Usage
167
-
168
- ## Version
169
-
170
- 0.1
171
-
172
- ## Status
173
-
174
- DRAFT
175
-
176
-
177
- ---
178
-
179
- # Create Term
180
-
181
- ## In Glossary
182
-
183
- Glossary:Egeria-Markdown
184
-
185
- ## Term Name
186
-
187
- Directive
188
-
189
- ## Summary
190
-
191
- A directive defines how the command is to be processed.
192
-
193
- ## Description
194
-
195
- Directives are one of:
196
-
197
- * display - just display what we've found
198
- * validate - check the validity of the requested action
199
- * process - process the requested action
200
-
201
-
202
- ## Version
203
-
204
- 0.1
205
-
206
- ## Status
207
-
208
- DRAFT
209
-
210
- ---
211
-
212
- # Some terms specified - Now what?
213
-
214
- Ok - we've now defined a glossary and three terms to go into the glossary. A few observations.
215
-
216
- * There is a degree of freedom in writing the definitions. The attributes aren't always in the same
217
- order and optional attributes don't need to be specified at all. We try to make things as easy as possible to use.
218
- * We can run a definition file through a validation process to check our proposed definition and provide feedback.
219
- * When we process a definition we will use the same validation process before trying to update Egeria
220
- with the requested definitions - requests may get rejected or altered - this will be consistent with the feedback we
221
- provide during validation.
222
-
223
- Here is what we'll do next.
224
-
225
- ## Next
226
-
227
- >Note: This is changing - so will be somewhat abstrct
228
-
229
- We will run a small program called `dr.egeria.py` to operate on this markdown file. When we run this program we
230
- tell it not just the name of the file to process but also provide a directive on what to do. Currently we have the
231
- choice of:
232
-
233
- 1. Display - just parse the file, breaking it down into request blocks, and display what we find
234
- 2. Validate - parse the file and validate if the commands can be processed - showing information about what we observe.
235
- 3. Process - parse the request blocks and execute the commands - and produce a new output file to simplify further processing.
236
-
237
-
238
- # Great --> let's give it a try!
239
-
240
- Ok - its processed the file and generated output to the console that shows us what it has done.
241
- We also now have a new file in the designated outbox (specified by an Environment Variable).
242
- If we review that file, we see that it has similar content to this original file except that
243
- the **Create** statements have been replaced with **Update** statements and
244
- attributes such as **Qualified Naame** and **GUID** now contain the known values.
245
-
246
- This means that if we want to make changes to the definitions that we have
247
- created, all we need to do is to make changes to the updatable attributes in this
248
- new document and resubmit it - pretty simple.
249
-
250
- In the next section we'll see how we can update and extend what we have done by creating
251
- some glossary categories and then assigning categories to the terms.
252
- To do this we will copy the output document that we just created and call the
253
- copy dr_egeria_intro_part2.md. The text of the document has also been updated
254
- to reflect the purpose. Let's open that now!