pyegeria 5.3.9.9.7__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.9.9.7.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.9.9.7.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.9.9.7.dist-info/RECORD +0 -196
  161. /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
  162. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/LICENSE +0 -0
  163. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/WHEEL +0 -0
@@ -0,0 +1,574 @@
1
+ D 2025-07-17T13:03:33.997105+0100 | ERROR | <module> | 100 | An error has been caught in function '<module>', process 'MainProcess' (96134), thread 'MainThread' (8535482112): | {}
2
+ Traceback (most recent call last):
3
+
4
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 100, in <module>
5
+ main()
6
+ └ <function main at 0x108d58680>
7
+
8
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 88, in main
9
+ output[command_family][attribute] = attr
10
+ │ │ │ └ '\n## Display Name>\tInput Required: True>\tDescription: Name of the definition.>\tAlternative Labels: Name'
11
+ │ │ └ {'Display Name': {'variable_name': 'display_name', 'inUpdate': True, 'attr_labels': 'Name', 'examples': '', 'default_value': ...
12
+ │ └ 'Governance Officer'
13
+ └ {'Governance Officer': {'Create Business Imperative': {'command line': '\n# Create Create Business Imperative\n>\tThe Busines...
14
+
15
+ TypeError: unhashable type: 'dict'
16
+ D 2025-07-17T13:12:02.158151+0100 | ERROR | <module> | 103 | An error has been caught in function '<module>', process 'MainProcess' (96476), thread 'MainThread' (8535482112): | {}
17
+ Traceback (most recent call last):
18
+
19
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 103, in <module>
20
+ main()
21
+ └ <function main at 0x109658680>
22
+
23
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 90, in main
24
+ command_out[attribute] = attr
25
+ │ │ └ '\n## Display Name>\tInput Required: True>\tDescription: Name of the definition.>\tAlternative Labels: Name'
26
+ │ └ {'Display Name': {'variable_name': 'display_name', 'inUpdate': True, 'attr_labels': 'Name', 'examples': '', 'default_value': ...
27
+ └ {}
28
+
29
+ TypeError: unhashable type: 'dict'
30
+ D 2025-07-17T13:12:35.282491+0100 | ERROR | <module> | 103 | An error has been caught in function '<module>', process 'MainProcess' (96511), thread 'MainThread' (8535482112): | {}
31
+ Traceback (most recent call last):
32
+
33
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 103, in <module>
34
+ main()
35
+ └ <function main at 0x106958680>
36
+
37
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 90, in main
38
+ command_out[attribute] = attr
39
+ │ │ └ '\n## Display Name>\tInput Required: True>\tDescription: Name of the definition.>\tAlternative Labels: Name'
40
+ │ └ {'Display Name': {'variable_name': 'display_name', 'inUpdate': True, 'attr_labels': 'Name', 'examples': '', 'default_value': ...
41
+ └ []
42
+
43
+ TypeError: list indices must be integers or slices, not dict
44
+ D 2025-07-17T13:13:16.996237+0100 | ERROR | <module> | 103 | An error has been caught in function '<module>', process 'MainProcess' (96544), thread 'MainThread' (8535482112): | {}
45
+ Traceback (most recent call last):
46
+
47
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 103, in <module>
48
+ main()
49
+ └ <function main at 0x112358680>
50
+
51
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 63, in main
52
+ output[command_family] = { command : {'command line': line}}
53
+ │ │ │ └ '\n# Create Create Business Imperative\n>\tThe BusinessImperative entity defines a business goal that is critical to the succ...
54
+ │ │ └ 'Create Business Imperative'
55
+ │ └ 'Governance Officer'
56
+ └ []
57
+
58
+ TypeError: list indices must be integers or slices, not str
59
+ D 2025-07-17T13:15:34.362114+0100 | ERROR | <module> | 105 | An error has been caught in function '<module>', process 'MainProcess' (96635), thread 'MainThread' (8535482112): | {}
60
+ Traceback (most recent call last):
61
+
62
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 105, in <module>
63
+ main()
64
+ └ <function main at 0x10bf58680>
65
+
66
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 92, in main
67
+ command_out[attribute] = attr
68
+ │ │ └ '\n## Display Name>\tInput Required: True>\tDescription: Name of the definition.>\tAlternative Labels: Name'
69
+ │ └ {'Display Name': {'variable_name': 'display_name', 'inUpdate': True, 'attr_labels': 'Name', 'examples': '', 'default_value': ...
70
+ └ {}
71
+
72
+ TypeError: unhashable type: 'dict'
73
+ D 2025-07-17T13:31:50.927688+0100 | ERROR | <module> | 104 | An error has been caught in function '<module>', process 'MainProcess' (97288), thread 'MainThread' (8535482112): | {}
74
+ Traceback (most recent call last):
75
+
76
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 104, in <module>
77
+ main()
78
+ └ <function main at 0x120158680>
79
+
80
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 63, in main
81
+ output[command_family][command] = cmd_out
82
+ │ │ │ └ '\n# Create Create Business Imperative\n>\tThe BusinessImperative entity defines a business goal that is critical to the succ...
83
+ │ │ └ 'Create Business Imperative'
84
+ │ └ 'Governance Officer'
85
+ └ {}
86
+
87
+ KeyError: 'Governance Officer'
88
+ D 2025-07-17T13:32:15.362247+0100 | ERROR | <module> | 104 | An error has been caught in function '<module>', process 'MainProcess' (97321), thread 'MainThread' (8535482112): | {}
89
+ Traceback (most recent call last):
90
+
91
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2270, in <module>
92
+ main()
93
+ └ <function main at 0x105590720>
94
+
95
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2252, in main
96
+ globals = debugger.run(setup['file'], None, None, is_module)
97
+  │ │ │ └ False
98
+  │ │ └ {'port': 62579, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
99
+  │ └ <function PyDB.run at 0x10558f2e0>
100
+  └ <__main__.PyDB object at 0x10538aba0>
101
+
102
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1563, in run
103
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
104
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
105
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
106
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
107
+  │ │ │ │ └ None
108
+  │ │ │ └ ''
109
+  │ │ └ False
110
+  │ └ <function PyDB._exec at 0x10558f380>
111
+  └ <__main__.PyDB object at 0x10538aba0>
112
+
113
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1570, in _exec
114
+ pydev_imports.execfile(file, globals, locals) # execute the script
115
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
116
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
117
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
118
+ │ └ <function execfile at 0x10325f420>
119
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
120
+
121
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
122
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
123
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
124
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
125
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
126
+  └ '"""\nThis file contains general utility functions for processing Egeria Markdown\n"""\nimport os\nimport sys\nfrom typing im...
127
+
128
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 104, in <module>
129
+ main()
130
+ └ <function main at 0x1071d5940>
131
+
132
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 63, in main
133
+ output[command_family][command] = cmd_out
134
+ │ │ │ └ '\n# Create Create Business Imperative\n>\tThe BusinessImperative entity defines a business goal that is critical to the succ...
135
+ │ │ └ 'Create Business Imperative'
136
+ │ └ 'Governance Officer'
137
+ └ {}
138
+
139
+ KeyError: 'Governance Officer'
140
+ D 2025-07-17T13:32:53.353059+0100 | ERROR | <module> | 104 | An error has been caught in function '<module>', process 'MainProcess' (97332), thread 'MainThread' (8535482112): | {}
141
+ Traceback (most recent call last):
142
+
143
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2270, in <module>
144
+ main()
145
+ └ <function main at 0x111418720>
146
+
147
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2252, in main
148
+ globals = debugger.run(setup['file'], None, None, is_module)
149
+  │ │ │ └ False
150
+  │ │ └ {'port': 62595, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
151
+  │ └ <function PyDB.run at 0x1114132e0>
152
+  └ <__main__.PyDB object at 0x11128eba0>
153
+
154
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1563, in run
155
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
156
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
157
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
158
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
159
+  │ │ │ │ └ None
160
+  │ │ │ └ ''
161
+  │ │ └ False
162
+  │ └ <function PyDB._exec at 0x111413380>
163
+  └ <__main__.PyDB object at 0x11128eba0>
164
+
165
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1570, in _exec
166
+ pydev_imports.execfile(file, globals, locals) # execute the script
167
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
168
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
169
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
170
+ │ └ <function execfile at 0x106683420>
171
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
172
+
173
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
174
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
175
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
176
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
177
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
178
+  └ '"""\nThis file contains general utility functions for processing Egeria Markdown\n"""\nimport os\nimport sys\nfrom typing im...
179
+
180
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 104, in <module>
181
+ main()
182
+ └ <function main at 0x11368d1c0>
183
+
184
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 63, in main
185
+ output[command_family][command] = cmd_out
186
+ │ │ │ └ '\n# Create Create Business Imperative\n>\tThe BusinessImperative entity defines a business goal that is critical to the succ...
187
+ │ │ └ 'Create Business Imperative'
188
+ │ └ 'Governance Officer'
189
+ └ {}
190
+
191
+ KeyError: 'Governance Officer'
192
+ D 2025-07-17T13:35:27.976973+0100 | ERROR | <module> | 105 | An error has been caught in function '<module>', process 'MainProcess' (97426), thread 'MainThread' (8535482112): | {}
193
+ Traceback (most recent call last):
194
+
195
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2270, in <module>
196
+ main()
197
+ └ <function main at 0x105d44720>
198
+
199
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2252, in main
200
+ globals = debugger.run(setup['file'], None, None, is_module)
201
+  │ │ │ └ False
202
+  │ │ └ {'port': 62740, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
203
+  │ └ <function PyDB.run at 0x105d432e0>
204
+  └ <__main__.PyDB object at 0x105c42ba0>
205
+
206
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1563, in run
207
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
208
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
209
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
210
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
211
+  │ │ │ │ └ None
212
+  │ │ │ └ ''
213
+  │ │ └ False
214
+  │ └ <function PyDB._exec at 0x105d43380>
215
+  └ <__main__.PyDB object at 0x105c42ba0>
216
+
217
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1570, in _exec
218
+ pydev_imports.execfile(file, globals, locals) # execute the script
219
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
220
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
221
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
222
+ │ └ <function execfile at 0x104183420>
223
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
224
+
225
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
226
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
227
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
228
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
229
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
230
+  └ '"""\nThis file contains general utility functions for processing Egeria Markdown\n"""\nimport os\nimport sys\nfrom typing im...
231
+
232
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 105, in <module>
233
+ main()
234
+ └ <function main at 0x10788d1c0>
235
+
236
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 63, in main
237
+ output[command_family] = {command, {}}
238
+ │ │ └ 'Create Business Imperative'
239
+ │ └ 'Governance Officer'
240
+ └ {}
241
+
242
+ TypeError: unhashable type: 'dict'
243
+ D 2025-07-17T13:41:08.623588+0100 | ERROR | <module> | 110 | An error has been caught in function '<module>', process 'MainProcess' (97736), thread 'MainThread' (8535482112): | {}
244
+ Traceback (most recent call last):
245
+
246
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 110, in <module>
247
+ main()
248
+ └ <function main at 0x10f958680>
249
+
250
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 56, in main
251
+ command_family = commands[command].get("family","")
252
+  │ └ ('exported', 'Jul 17, 2025 at 12:15:19\u202fPM')
253
+  └ {'exported': 'Jul 17, 2025 at 12:15:19\u202fPM', 'Create Business Imperative': {'display_name': 'Business Imperative', 'qn_pr...
254
+
255
+ KeyError: ('exported', 'Jul 17, 2025 at 12:15:19\u202fPM')
256
+ D 2025-07-17T13:41:43.556203+0100 | ERROR | <module> | 112 | An error has been caught in function '<module>', process 'MainProcess' (97762), thread 'MainThread' (8535482112): | {}
257
+ Traceback (most recent call last):
258
+
259
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 112, in <module>
260
+ main()
261
+ └ <function main at 0x10af58680>
262
+
263
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 58, in main
264
+ command_family = commands[command].get("family","")
265
+  │ └ ('exported', 'Jul 17, 2025 at 12:15:19\u202fPM')
266
+  └ {'exported': 'Jul 17, 2025 at 12:15:19\u202fPM', 'Create Business Imperative': {'display_name': 'Business Imperative', 'qn_pr...
267
+
268
+ KeyError: ('exported', 'Jul 17, 2025 at 12:15:19\u202fPM')
269
+ D 2025-07-17T13:42:39.100517+0100 | ERROR | <module> | 112 | An error has been caught in function '<module>', process 'MainProcess' (97804), thread 'MainThread' (8535482112): | {}
270
+ Traceback (most recent call last):
271
+
272
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2270, in <module>
273
+ main()
274
+ └ <function main at 0x107d18720>
275
+
276
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2252, in main
277
+ globals = debugger.run(setup['file'], None, None, is_module)
278
+  │ │ │ └ False
279
+  │ │ └ {'port': 63071, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
280
+  │ └ <function PyDB.run at 0x107d132e0>
281
+  └ <__main__.PyDB object at 0x107c8eba0>
282
+
283
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1563, in run
284
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
285
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
286
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
287
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
288
+  │ │ │ │ └ None
289
+  │ │ │ └ ''
290
+  │ │ └ False
291
+  │ └ <function PyDB._exec at 0x107d13380>
292
+  └ <__main__.PyDB object at 0x107c8eba0>
293
+
294
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1570, in _exec
295
+ pydev_imports.execfile(file, globals, locals) # execute the script
296
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
297
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
298
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
299
+ │ └ <function execfile at 0x105383420>
300
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
301
+
302
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
303
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
304
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
305
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
306
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
307
+  └ '"""\nThis file contains general utility functions for processing Egeria Markdown\n"""\nimport os\nimport sys\nfrom typing im...
308
+
309
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 112, in <module>
310
+ main()
311
+ └ <function main at 0x10998d1c0>
312
+
313
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 58, in main
314
+ command_family = commands[command].get("family","")
315
+  │ └ ('exported', 'Jul 17, 2025 at 12:15:19\u202fPM')
316
+  └ {'exported': 'Jul 17, 2025 at 12:15:19\u202fPM', 'Create Business Imperative': {'display_name': 'Business Imperative', 'qn_pr...
317
+
318
+ KeyError: ('exported', 'Jul 17, 2025 at 12:15:19\u202fPM')
319
+ D 2025-07-17T13:43:54.904781+0100 | ERROR | <module> | 112 | An error has been caught in function '<module>', process 'MainProcess' (97840), thread 'MainThread' (8535482112): | {}
320
+ Traceback (most recent call last):
321
+
322
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2270, in <module>
323
+ main()
324
+ └ <function main at 0x10b544720>
325
+
326
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2252, in main
327
+ globals = debugger.run(setup['file'], None, None, is_module)
328
+  │ │ │ └ False
329
+  │ │ └ {'port': 63101, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
330
+  │ └ <function PyDB.run at 0x10b5432e0>
331
+  └ <__main__.PyDB object at 0x10b442ba0>
332
+
333
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1563, in run
334
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
335
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
336
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
337
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
338
+  │ │ │ │ └ None
339
+  │ │ │ └ ''
340
+  │ │ └ False
341
+  │ └ <function PyDB._exec at 0x10b543380>
342
+  └ <__main__.PyDB object at 0x10b442ba0>
343
+
344
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1570, in _exec
345
+ pydev_imports.execfile(file, globals, locals) # execute the script
346
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
347
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
348
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
349
+ │ └ <function execfile at 0x10966f420>
350
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
351
+
352
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
353
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
354
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
355
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
356
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py'
357
+  └ '"""\nThis file contains general utility functions for processing Egeria Markdown\n"""\nimport os\nimport sys\nfrom typing im...
358
+
359
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 112, in <module>
360
+ main()
361
+ └ <function main at 0x10d98d260>
362
+
363
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_templates.py", line 58, in main
364
+ command_family = commands[command].get("family","")
365
+  │ └ ('Create Business Imperative', {'display_name': 'Business Imperative', 'qn_prefix': 'BusinessImperative', 'alternate_names': ...
366
+  └ {'exported': 'Jul 17, 2025 at 12:15:19\u202fPM', 'Create Business Imperative': {'display_name': 'Business Imperative', 'qn_pr...
367
+
368
+ TypeError: unhashable type: 'dict'
369
+ D 2025-07-17T13:52:01.965809+0100 | ERROR | <module> | 116 | An error has been caught in function '<module>', process 'MainProcess' (98246), thread 'MainThread' (8535482112): | {}
370
+ Traceback (most recent call last):
371
+
372
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2270, in <module>
373
+ main()
374
+ └ <function main at 0x121218720>
375
+
376
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2252, in main
377
+ globals = debugger.run(setup['file'], None, None, is_module)
378
+  │ │ │ └ False
379
+  │ │ └ {'port': 63441, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
380
+  │ └ <function PyDB.run at 0x1212172e0>
381
+  └ <__main__.PyDB object at 0x12118eba0>
382
+
383
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1563, in run
384
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
385
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
386
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
387
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_cmd_templates.py'
388
+  │ │ │ │ └ None
389
+  │ │ │ └ ''
390
+  │ │ └ False
391
+  │ └ <function PyDB._exec at 0x121217380>
392
+  └ <__main__.PyDB object at 0x12118eba0>
393
+
394
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1570, in _exec
395
+ pydev_imports.execfile(file, globals, locals) # execute the script
396
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
397
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
398
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_cmd_templates.py'
399
+ │ └ <function execfile at 0x1055cf420>
400
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
401
+
402
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
403
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
404
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
405
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis file contains general utility functions for processing Egeria Markdown\n', '__pac...
406
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_cmd_templates.py'
407
+  └ '"""\nThis file contains general utility functions for processing Egeria Markdown\n"""\nimport os\nimport sys\nfrom typing im...
408
+
409
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_cmd_templates.py", line 116, in <module>
410
+ main()
411
+ └ <function main at 0x1250dd580>
412
+
413
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/generate_md_cmd_templates.py", line 55, in main
414
+ restructured = {v["family"]: {k: v for k,v in d.items() if k!= "family"}
415
+
416
+ NameError: name 'v' is not defined
417
+ D 2025-07-17T14:04:59.688346+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer.md | {}
418
+ D 2025-07-17T14:04:59.725070+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager.md | {}
419
+ D 2025-07-17T14:04:59.736536+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary.md | {}
420
+ D 2025-07-17T14:04:59.884645+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer.md | {}
421
+ D 2025-07-17T14:04:59.915802+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect.md | {}
422
+ D 2025-07-17T14:05:31.705332+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer.md | {}
423
+ D 2025-07-17T14:05:31.742395+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager.md | {}
424
+ D 2025-07-17T14:05:31.753725+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary.md | {}
425
+ D 2025-07-17T14:05:31.877243+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer.md | {}
426
+ D 2025-07-17T14:05:31.904093+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect.md | {}
427
+ D 2025-07-17T14:10:30.670353+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer.md | {}
428
+ D 2025-07-17T14:10:30.710819+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager.md | {}
429
+ D 2025-07-17T14:10:30.722870+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary.md | {}
430
+ D 2025-07-17T14:10:30.856455+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer.md | {}
431
+ D 2025-07-17T14:10:30.884611+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect.md | {}
432
+ D 2025-07-17T14:12:48.811020+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer.md | {}
433
+ D 2025-07-17T14:12:48.851788+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager.md | {}
434
+ D 2025-07-17T14:12:48.863295+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary.md | {}
435
+ D 2025-07-17T14:12:48.997241+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer.md | {}
436
+ D 2025-07-17T14:12:49.026065+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect.md | {}
437
+ D 2025-07-17T14:15:20.229693+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer.md | {}
438
+ D 2025-07-17T14:15:20.266605+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager.md | {}
439
+ D 2025-07-17T14:15:20.277439+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary.md | {}
440
+ D 2025-07-17T14:15:20.399999+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer.md | {}
441
+ D 2025-07-17T14:15:20.427284+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect.md | {}
442
+ D 2025-07-17T14:16:41.478754+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer.md | {}
443
+ D 2025-07-17T14:16:41.516368+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager.md | {}
444
+ D 2025-07-17T14:16:41.527944+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary.md | {}
445
+ D 2025-07-17T14:16:41.657252+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer.md | {}
446
+ D 2025-07-17T14:16:41.684576+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect.md | {}
447
+ D 2025-07-17T14:18:08.660723+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer.md | {}
448
+ D 2025-07-17T14:18:08.702353+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager.md | {}
449
+ D 2025-07-17T14:18:08.714132+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary.md | {}
450
+ D 2025-07-17T14:18:08.862172+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer.md | {}
451
+ D 2025-07-17T14:18:08.892015+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect.md | {}
452
+ D 2025-07-17T14:20:56.582569+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer.md | {}
453
+ D 2025-07-17T14:20:56.622629+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager.md | {}
454
+ D 2025-07-17T14:20:56.634967+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary.md | {}
455
+ D 2025-07-17T14:20:56.765283+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer.md | {}
456
+ D 2025-07-17T14:20:56.793205+0100 | INFO | main | 128 | Saved family documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect.md | {}
457
+ D 2025-07-17T14:40:12.342666+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Class.md | {}
458
+ D 2025-07-17T14:40:12.345146+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Dictionary.md | {}
459
+ D 2025-07-17T14:40:12.354342+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Field.md | {}
460
+ D 2025-07-17T14:40:12.356771+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Specification.md | {}
461
+ D 2025-07-17T14:40:12.359401+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Structure.md | {}
462
+ D 2025-07-17T14:40:12.363939+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Classes.md | {}
463
+ D 2025-07-17T14:40:12.368670+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Dictionaries.md | {}
464
+ D 2025-07-17T14:40:12.373280+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Fields.md | {}
465
+ D 2025-07-17T14:40:12.377890+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Specifications.md | {}
466
+ D 2025-07-17T14:40:12.382371+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Structures.md | {}
467
+ D 2025-07-17T14:40:12.385178+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Add_Member->Collection.md | {}
468
+ D 2025-07-17T14:40:12.387485+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Attach_Collection->Resource.md | {}
469
+ D 2025-07-17T14:40:12.393194+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Agreement.md | {}
470
+ D 2025-07-17T14:40:12.397577+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md | {}
471
+ D 2025-07-17T14:40:12.405758+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Digital_Product.md | {}
472
+ D 2025-07-17T14:40:12.411833+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_DigitalSubscription.md | {}
473
+ D 2025-07-17T14:40:12.415584+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Agreement_Items.md | {}
474
+ D 2025-07-17T14:40:12.417116+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Contracts.md | {}
475
+ D 2025-07-17T14:40:12.419140+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md | {}
476
+ D 2025-07-17T14:40:12.422114+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Subscribers.md | {}
477
+ D 2025-07-17T14:40:12.423750+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Attach_Category_Parent.md | {}
478
+ D 2025-07-17T14:40:12.425672+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Attach_Term-Term_Relationship.md | {}
479
+ D 2025-07-17T14:40:12.428137+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Create_Category.md | {}
480
+ D 2025-07-17T14:40:12.430679+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Create_Glossary.md | {}
481
+ D 2025-07-17T14:40:12.434464+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Create_Term.md | {}
482
+ D 2025-07-17T14:40:12.440505+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Business_Imperative.md | {}
483
+ D 2025-07-17T14:40:12.446446+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Certification_Type.md | {}
484
+ D 2025-07-17T14:40:12.452650+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Approach.md | {}
485
+ D 2025-07-17T14:40:12.458901+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Obligation.md | {}
486
+ D 2025-07-17T14:40:12.465366+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Principle.md | {}
487
+ D 2025-07-17T14:40:12.472246+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Procedure.md | {}
488
+ D 2025-07-17T14:40:12.478961+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Process.md | {}
489
+ D 2025-07-17T14:40:12.485020+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Processing_Purpose.md | {}
490
+ D 2025-07-17T14:40:12.491938+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Responsibility.md | {}
491
+ D 2025-07-17T14:40:12.498755+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Rule.md | {}
492
+ D 2025-07-17T14:40:12.504769+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Strategy.md | {}
493
+ D 2025-07-17T14:40:12.510668+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_License_Type.md | {}
494
+ D 2025-07-17T14:40:12.517365+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Naming_Standard_Rule.md | {}
495
+ D 2025-07-17T14:40:12.522843+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Regulation_Article.md | {}
496
+ D 2025-07-17T14:40:12.529550+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Regulation_Definition.md | {}
497
+ D 2025-07-17T14:40:12.536047+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Security_Access_Control.md | {}
498
+ D 2025-07-17T14:40:12.542572+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Security_Group.md | {}
499
+ D 2025-07-17T14:40:12.549729+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Service_Level_Objectives.md | {}
500
+ D 2025-07-17T14:40:12.555606+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Threat_Definition.md | {}
501
+ D 2025-07-17T14:40:12.557769+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Controls.md | {}
502
+ D 2025-07-17T14:40:12.559775+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Drivers.md | {}
503
+ D 2025-07-17T14:40:12.561736+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Policies.md | {}
504
+ D 2025-07-17T14:40:12.566678+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/View_Governance_Definitions.md | {}
505
+ D 2025-07-17T14:40:12.571045+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Information_Supply_Chain.md | {}
506
+ D 2025-07-17T14:40:12.573743+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Solution_Blueprint.md | {}
507
+ D 2025-07-17T14:40:12.579242+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Solution_Component.md | {}
508
+ D 2025-07-17T14:40:12.582782+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Solution_Role.md | {}
509
+ D 2025-07-17T14:40:12.585307+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md | {}
510
+ D 2025-07-17T14:40:12.587690+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Link_Solution_Component_Peers.md | {}
511
+ D 2025-07-17T14:40:12.589748+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Information_Supply_Chains.md | {}
512
+ D 2025-07-17T14:40:12.591662+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Solution_Blueprints.md | {}
513
+ D 2025-07-17T14:40:12.593599+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Solution_Components.md | {}
514
+ D 2025-07-17T14:40:12.595752+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Solution_Roles.md | {}
515
+ D 2025-07-17T14:41:29.296586+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Class.md | {}
516
+ D 2025-07-17T14:41:29.298896+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Dictionary.md | {}
517
+ D 2025-07-17T14:41:29.307825+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Field.md | {}
518
+ D 2025-07-17T14:41:29.310070+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Specification.md | {}
519
+ D 2025-07-17T14:41:29.312324+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Structure.md | {}
520
+ D 2025-07-17T14:41:29.316869+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Classes.md | {}
521
+ D 2025-07-17T14:41:29.321342+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Dictionaries.md | {}
522
+ D 2025-07-17T14:41:29.325886+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Fields.md | {}
523
+ D 2025-07-17T14:41:29.330871+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Specifications.md | {}
524
+ D 2025-07-17T14:41:29.335252+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Structures.md | {}
525
+ D 2025-07-17T14:41:29.338096+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Add_Member->Collection.md | {}
526
+ D 2025-07-17T14:41:29.340687+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Attach_Collection->Resource.md | {}
527
+ D 2025-07-17T14:41:29.346509+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Agreement.md | {}
528
+ D 2025-07-17T14:41:29.350741+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md | {}
529
+ D 2025-07-17T14:41:29.359000+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Digital_Product.md | {}
530
+ D 2025-07-17T14:41:29.364902+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_DigitalSubscription.md | {}
531
+ D 2025-07-17T14:41:29.368464+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Agreement_Items.md | {}
532
+ D 2025-07-17T14:41:29.370017+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Contracts.md | {}
533
+ D 2025-07-17T14:41:29.371831+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md | {}
534
+ D 2025-07-17T14:41:29.374789+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Subscribers.md | {}
535
+ D 2025-07-17T14:41:29.376164+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Attach_Category_Parent.md | {}
536
+ D 2025-07-17T14:41:29.377929+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Attach_Term-Term_Relationship.md | {}
537
+ D 2025-07-17T14:41:29.380250+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Create_Category.md | {}
538
+ D 2025-07-17T14:41:29.382767+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Create_Glossary.md | {}
539
+ D 2025-07-17T14:41:29.386577+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Create_Term.md | {}
540
+ D 2025-07-17T14:41:29.392565+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Business_Imperative.md | {}
541
+ D 2025-07-17T14:41:29.398614+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Certification_Type.md | {}
542
+ D 2025-07-17T14:41:29.404993+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Approach.md | {}
543
+ D 2025-07-17T14:41:29.411259+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Obligation.md | {}
544
+ D 2025-07-17T14:41:29.417436+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Principle.md | {}
545
+ D 2025-07-17T14:41:29.424420+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Procedure.md | {}
546
+ D 2025-07-17T14:41:29.430855+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Process.md | {}
547
+ D 2025-07-17T14:41:29.436527+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Processing_Purpose.md | {}
548
+ D 2025-07-17T14:41:29.442986+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Responsibility.md | {}
549
+ D 2025-07-17T14:41:29.449274+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Rule.md | {}
550
+ D 2025-07-17T14:41:29.454814+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Strategy.md | {}
551
+ D 2025-07-17T14:41:29.460539+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_License_Type.md | {}
552
+ D 2025-07-17T14:41:29.466906+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Naming_Standard_Rule.md | {}
553
+ D 2025-07-17T14:41:29.472633+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Regulation_Article.md | {}
554
+ D 2025-07-17T14:41:29.478867+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Regulation_Definition.md | {}
555
+ D 2025-07-17T14:41:29.485149+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Security_Access_Control.md | {}
556
+ D 2025-07-17T14:41:29.491601+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Security_Group.md | {}
557
+ D 2025-07-17T14:41:29.498359+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Service_Level_Objectives.md | {}
558
+ D 2025-07-17T14:41:29.504027+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Threat_Definition.md | {}
559
+ D 2025-07-17T14:41:29.506155+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Controls.md | {}
560
+ D 2025-07-17T14:41:29.508445+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Drivers.md | {}
561
+ D 2025-07-17T14:41:29.510579+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Policies.md | {}
562
+ D 2025-07-17T14:41:29.515687+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/View_Governance_Definitions.md | {}
563
+ D 2025-07-17T14:41:29.520006+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Information_Supply_Chain.md | {}
564
+ D 2025-07-17T14:41:29.522604+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Solution_Blueprint.md | {}
565
+ D 2025-07-17T14:41:29.528001+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Solution_Component.md | {}
566
+ D 2025-07-17T14:41:29.531785+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Solution_Role.md | {}
567
+ D 2025-07-17T14:41:29.533872+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md | {}
568
+ D 2025-07-17T14:41:29.535750+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Link_Solution_Component_Peers.md | {}
569
+ D 2025-07-17T14:41:29.537880+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Information_Supply_Chains.md | {}
570
+ D 2025-07-17T14:41:29.540084+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Solution_Blueprints.md | {}
571
+ D 2025-07-17T14:41:29.541901+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Solution_Components.md | {}
572
+ D 2025-07-17T14:41:29.543750+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Solution_Roles.md | {}
573
+ D 2025-07-17T16:38:20.551066+0100 | INFO | create_help_terms | 155 | Help documentation saved to ././dr-egeria-help-2025-07-17T16:38:20.md | {}
574
+ D 2025-07-17T17:22:09.296178+0100 | INFO | create_help_terms | 158 | Help documentation saved to ././dr-egeria-help-2025-07-17T17:22:09.md | {}