pyegeria 5.4.0.33__py3-none-any.whl → 5.4.0.35__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 (133) hide show
  1. commands/.DS_Store +0 -0
  2. commands/cat/.DS_Store +0 -0
  3. commands/cat/.env +8 -0
  4. commands/cat/debug_log.2025-08-26_20-04-40_905576.log.zip +0 -0
  5. commands/cat/debug_log.2025-08-27_20-09-41_795022.log.zip +0 -0
  6. commands/cat/debug_log.log +898 -0
  7. commands/cat/list_format_set.py +4 -1
  8. commands/cat/logs/pyegeria.log +90 -0
  9. commands/cli/debug_log.log +0 -0
  10. commands/doc/.DS_Store +0 -0
  11. commands/ops/logs/pyegeria.log +0 -0
  12. md_processing/.DS_Store +0 -0
  13. md_processing/.idea/.gitignore +8 -0
  14. md_processing/.idea/inspectionProfiles/Project_Default.xml +59 -0
  15. md_processing/.idea/md_processing.iml +15 -0
  16. md_processing/.idea/modules.xml +8 -0
  17. md_processing/.idea/sonarlint/issuestore/index.pb +0 -0
  18. md_processing/.idea/sonarlint/securityhotspotstore/index.pb +0 -0
  19. md_processing/.idea/vcs.xml +6 -0
  20. md_processing/.idea/workspace.xml +107 -0
  21. md_processing/__init__.py +3 -2
  22. md_processing/data/commands.json +11496 -10345
  23. md_processing/dr_egeria.py +14 -6
  24. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  25. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  26. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  27. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  28. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  29. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  30. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  31. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  32. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  33. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  34. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  35. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  36. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  37. md_processing/dr_egeria_inbox/collections.md +39 -0
  38. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  39. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  40. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  41. md_processing/dr_egeria_inbox/data_field.md +54 -0
  42. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  43. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  44. md_processing/dr_egeria_inbox/data_test.md +179 -0
  45. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  46. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  47. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  48. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  49. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  50. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +318 -0
  51. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  52. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  53. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  54. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  55. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  56. md_processing/dr_egeria_inbox/glossary_test1.md +363 -0
  57. md_processing/dr_egeria_inbox/gov_def.md +482 -0
  58. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  59. md_processing/dr_egeria_inbox/img.png +0 -0
  60. md_processing/dr_egeria_inbox/output_tests.md +103 -0
  61. md_processing/dr_egeria_inbox/product.md +211 -0
  62. md_processing/dr_egeria_inbox/rel.md +8 -0
  63. md_processing/dr_egeria_inbox/sb.md +119 -0
  64. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  65. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  66. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  67. md_processing/dr_egeria_inbox/t2.md +268 -0
  68. md_processing/dr_egeria_outbox/.DS_Store +0 -0
  69. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  70. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  71. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +7 -0
  72. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +33 -0
  73. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/main.js +5164 -0
  74. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/manifest.json +10 -0
  75. md_processing/dr_egeria_outbox/.obsidian/plugins/buttons/styles.css +624 -0
  76. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  77. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  78. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  79. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  80. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  81. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  82. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  83. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  84. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  85. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  86. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/data.json +38 -0
  87. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  88. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  89. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  90. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  91. md_processing/dr_egeria_outbox/.obsidian/workspace.json +270 -0
  92. md_processing/dr_egeria_outbox/Button Test.md +11 -0
  93. md_processing/dr_egeria_outbox/Scripts/.DS_Store +0 -0
  94. md_processing/dr_egeria_outbox/Scripts/sendRest.js +24 -0
  95. md_processing/dr_egeria_outbox/Templates/sendToApi.md.md +17 -0
  96. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  98. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  99. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  100. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  101. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  102. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  103. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  104. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  105. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  106. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  107. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  108. md_processing/md_commands/glossary_commands.py +2 -2
  109. md_processing/md_commands/old_project_commands.py +164 -0
  110. md_processing/md_commands/product_manager_commands.py +5 -5
  111. md_processing/md_commands/project_commands.py +368 -134
  112. md_processing/md_processing_utils/common_md_proc_utils.py +1 -0
  113. md_processing/md_processing_utils/common_md_utils.py +13 -1
  114. md_processing/md_processing_utils/debug_log +3 -574
  115. md_processing/md_processing_utils/debug_log.log +0 -0
  116. md_processing/md_processing_utils/determine_width.py +103 -0
  117. md_processing/md_processing_utils/generate_dr_help.py +44 -18
  118. md_processing/md_processing_utils/logs/pyegeria.log +56 -0
  119. md_processing/md_processing_utils/md_processing_constants.py +37 -4
  120. pyegeria/.DS_Store +0 -0
  121. pyegeria/_client_new.py +2 -2
  122. pyegeria/_output_formats.py +38 -10
  123. pyegeria/glossary_manager.py +0 -2
  124. pyegeria/output_formatter.py +9 -8
  125. pyegeria/project_manager.py +541 -420
  126. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/METADATA +2 -1
  127. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/RECORD +130 -25
  128. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-30-37.md +0 -163
  129. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-35-58.md +0 -474
  130. md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +0 -2065
  131. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/LICENSE +0 -0
  132. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/WHEEL +0 -0
  133. {pyegeria-5.4.0.33.dist-info → pyegeria-5.4.0.35.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,898 @@
1
+ 2025-08-29T07:07:27.837521-0500 | INFO | process_md_file | 88 |
2
+
3
+ ====================================================
4
+
5
+ | {}
6
+ 2025-08-29T07:07:27.848322-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
7
+ 2025-08-29T07:07:27.850094-0500 | INFO | parse_view_command | 292 | Processing List on Projects
8
+ | {}
9
+ 2025-08-29T07:07:27.850173-0500 | TRACE | parse_view_command | 314 | ___
10
+ Processing `Search String` in `List` on a `Projects`
11
+ with usage level: `Basic` | {}
12
+ 2025-08-29T07:07:27.850366-0500 | TRACE | parse_view_command | 314 | ___
13
+ Processing `Output Format` in `List` on a `Projects`
14
+ with usage level: `Basic` | {}
15
+ 2025-08-29T07:07:27.850514-0500 | TRACE | parse_view_command | 314 | ___
16
+ Processing `Output Format Set` in `List` on a `Projects`
17
+ with usage level: `Basic` | {}
18
+ 2025-08-29T07:07:27.850557-0500 | ERROR | parse_view_command | 426 | Unknown attribute style: SImple | {}
19
+ 2025-08-29T07:18:52.980315-0500 | INFO | process_md_file | 88 |
20
+
21
+ ====================================================
22
+
23
+ | {}
24
+ 2025-08-29T07:18:52.980889-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
25
+ 2025-08-29T07:18:52.982996-0500 | INFO | parse_view_command | 292 | Processing List on Projects
26
+ | {}
27
+ 2025-08-29T07:18:52.983071-0500 | TRACE | parse_view_command | 314 | ___
28
+ Processing `Search String` in `List` on a `Projects`
29
+ with usage level: `Basic` | {}
30
+ 2025-08-29T07:18:52.983307-0500 | TRACE | parse_view_command | 314 | ___
31
+ Processing `Output Format` in `List` on a `Projects`
32
+ with usage level: `Basic` | {}
33
+ 2025-08-29T07:18:52.983407-0500 | TRACE | parse_view_command | 314 | ___
34
+ Processing `Output Format Set` in `List` on a `Projects`
35
+ with usage level: `Basic` | {}
36
+ 2025-08-29T07:18:52.983548-0500 | TRACE | parse_view_command | 314 | ___
37
+ Processing `Starts With` in `List` on a `Projects`
38
+ with usage level: `Basic` | {}
39
+ 2025-08-29T07:18:52.983644-0500 | TRACE | parse_view_command | 314 | ___
40
+ Processing `Ends With` in `List` on a `Projects`
41
+ with usage level: `Basic` | {}
42
+ 2025-08-29T07:18:52.983724-0500 | TRACE | parse_view_command | 314 | ___
43
+ Processing `Ignore Case` in `List` on a `Projects`
44
+ with usage level: `Basic` | {}
45
+ 2025-08-29T07:18:52.983800-0500 | TRACE | parse_view_command | 314 | ___
46
+ Processing `Page Size` in `List` on a `Projects`
47
+ with usage level: `Basic` | {}
48
+ 2025-08-29T07:18:52.983879-0500 | INFO | proc_simple_attribute | 505 | Optional attribute with labels: `{'Page Size'}` missing | {}
49
+ 2025-08-29T07:18:52.983914-0500 | TRACE | parse_view_command | 314 | ___
50
+ Processing `Start From` in `List` on a `Projects`
51
+ with usage level: `Basic` | {}
52
+ 2025-08-29T07:18:53.217271-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
53
+ 2025-08-29T07:20:25.998975-0500 | INFO | process_md_file | 88 |
54
+
55
+ ====================================================
56
+
57
+ | {}
58
+ 2025-08-29T07:20:25.999358-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
59
+ 2025-08-29T07:20:26.003151-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
60
+ 2025-08-29T07:20:26.003463-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
61
+ 2025-08-29T07:24:23.328652-0500 | INFO | process_md_file | 88 |
62
+
63
+ ====================================================
64
+
65
+ | {}
66
+ 2025-08-29T07:24:23.329135-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
67
+ 2025-08-29T07:24:23.333245-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
68
+ 2025-08-29T07:24:23.333781-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
69
+ 2025-08-29T07:25:00.271635-0500 | INFO | process_md_file | 88 |
70
+
71
+ ====================================================
72
+
73
+ | {}
74
+ 2025-08-29T07:25:00.272256-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
75
+ 2025-08-29T07:25:00.275944-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (9729), thread 'MainThread' (8317477056): | {}
76
+ Traceback (most recent call last):
77
+
78
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
79
+ process_markdown_file()
80
+ â”” <Command process_markdown_file>
81
+
82
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
83
+ return self.main(*args, **kwargs)
84
+ │ │ │ └ {}
85
+ │ │ └ ()
86
+ │ └ <function Command.main at 0x1066d58a0>
87
+ â”” <Command process_markdown_file>
88
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
89
+ rv = self.invoke(ctx)
90
+ │ │ └ <click.core.Context object at 0x117340590>
91
+ │ └ <function Command.invoke at 0x1066d5580>
92
+ â”” <Command process_markdown_file>
93
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
94
+ return ctx.invoke(self.callback, **ctx.params)
95
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
96
+ │ │ │ │ └ <click.core.Context object at 0x117340590>
97
+ │ │ │ └ <function process_markdown_file at 0x11744e700>
98
+ │ │ └ <Command process_markdown_file>
99
+ │ └ <function Context.invoke at 0x1066d47c0>
100
+ â”” <click.core.Context object at 0x117340590>
101
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
102
+ return callback(*args, **kwargs)
103
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
104
+ │ └ ()
105
+ â”” <function process_markdown_file at 0x11744e700>
106
+
107
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
108
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
109
+ │ │ │ │ │ │ │ └ 'secret'
110
+ │ │ │ │ │ │ └ 'erinoverview'
111
+ │ │ │ │ │ └ 'https://localhost:9443'
112
+ │ │ │ │ └ 'qs-view-server'
113
+ │ │ │ └ 'process'
114
+ │ │ └ 'Friday'
115
+ │ └ 'output_tests.md'
116
+ â”” <function process_md_file at 0x11744df80>
117
+
118
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
119
+ process_current_block(current_block)
120
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
121
+ â”” <function process_md_file.<locals>.process_current_block at 0x117748f40>
122
+
123
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
124
+ result = process_link_project_hierarchy_command(client, current_block, directive)
125
+  │ │ │ └ 'process'
126
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
127
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x117340440>
128
+  â”” <function process_link_project_hierarchy_command at 0x11768bd80>
129
+
130
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
131
+ parsed_output = parse_view_command(egeria_client, object_type, object_action, txt, directive)
132
+  │ │ │ │ │ └ 'process'
133
+  │ │ │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
134
+  │ │ │ └ 'Link'
135
+  │ │ └ 'Parent Project'
136
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x117340440>
137
+  â”” <function parse_view_command at 0x11730f600>
138
+
139
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 285, in parse_view_command
140
+ attributes = command_spec.get('Attributes', [])
141
+  â”” None
142
+
143
+ AttributeError: 'NoneType' object has no attribute 'get'
144
+ 2025-08-29T07:25:00.282899-0500 | ERROR | process_markdown_file | 60 | An error has been caught in function 'process_markdown_file', process 'MainProcess' (9729), thread 'MainThread' (8317477056): | {}
145
+ Traceback (most recent call last):
146
+
147
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
148
+ process_markdown_file()
149
+ â”” <Command process_markdown_file>
150
+
151
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
152
+ return self.main(*args, **kwargs)
153
+ │ │ │ └ {}
154
+ │ │ └ ()
155
+ │ └ <function Command.main at 0x1066d58a0>
156
+ â”” <Command process_markdown_file>
157
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
158
+ rv = self.invoke(ctx)
159
+ │ │ └ <click.core.Context object at 0x117340590>
160
+ │ └ <function Command.invoke at 0x1066d5580>
161
+ â”” <Command process_markdown_file>
162
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
163
+ return ctx.invoke(self.callback, **ctx.params)
164
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
165
+ │ │ │ │ └ <click.core.Context object at 0x117340590>
166
+ │ │ │ └ <function process_markdown_file at 0x11744e700>
167
+ │ │ └ <Command process_markdown_file>
168
+ │ └ <function Context.invoke at 0x1066d47c0>
169
+ â”” <click.core.Context object at 0x117340590>
170
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
171
+ return callback(*args, **kwargs)
172
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
173
+ │ └ ()
174
+ â”” <function process_markdown_file at 0x11744e700>
175
+
176
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
177
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
178
+ │ │ │ │ │ │ │ └ 'secret'
179
+ │ │ │ │ │ │ └ 'erinoverview'
180
+ │ │ │ │ │ └ 'https://localhost:9443'
181
+ │ │ │ │ └ 'qs-view-server'
182
+ │ │ │ └ 'process'
183
+ │ │ └ 'Friday'
184
+ │ └ 'output_tests.md'
185
+ â”” <function process_md_file at 0x11744df80>
186
+
187
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
188
+ process_current_block(current_block)
189
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
190
+ â”” <function process_md_file.<locals>.process_current_block at 0x117748f40>
191
+
192
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
193
+ result = process_link_project_hierarchy_command(client, current_block, directive)
194
+  │ │ │ └ 'process'
195
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
196
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x117340440>
197
+  â”” <function process_link_project_hierarchy_command at 0x11768bd80>
198
+
199
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 202, in process_link_project_hierarchy_command
200
+ print(Markdown(parsed_output['display']))
201
+ │ │ └ None
202
+ │ └ <class 'rich.markdown.Markdown'>
203
+ â”” <function print at 0x1066da200>
204
+
205
+ TypeError: 'NoneType' object is not subscriptable
206
+ 2025-08-29T07:25:00.284886-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
207
+ 2025-08-29T07:28:20.701479-0500 | INFO | process_md_file | 88 |
208
+
209
+ ====================================================
210
+
211
+ | {}
212
+ 2025-08-29T07:28:20.702135-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
213
+ 2025-08-29T07:28:20.706410-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (9955), thread 'MainThread' (8317477056): | {}
214
+ Traceback (most recent call last):
215
+
216
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
217
+ process_markdown_file()
218
+ â”” <Command process_markdown_file>
219
+
220
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
221
+ return self.main(*args, **kwargs)
222
+ │ │ │ └ {}
223
+ │ │ └ ()
224
+ │ └ <function Command.main at 0x1068d58a0>
225
+ â”” <Command process_markdown_file>
226
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
227
+ rv = self.invoke(ctx)
228
+ │ │ └ <click.core.Context object at 0x10c720590>
229
+ │ └ <function Command.invoke at 0x1068d5580>
230
+ â”” <Command process_markdown_file>
231
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
232
+ return ctx.invoke(self.callback, **ctx.params)
233
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
234
+ │ │ │ │ └ <click.core.Context object at 0x10c720590>
235
+ │ │ │ └ <function process_markdown_file at 0x10c8427a0>
236
+ │ │ └ <Command process_markdown_file>
237
+ │ └ <function Context.invoke at 0x1068d47c0>
238
+ â”” <click.core.Context object at 0x10c720590>
239
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
240
+ return callback(*args, **kwargs)
241
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
242
+ │ └ ()
243
+ â”” <function process_markdown_file at 0x10c8427a0>
244
+
245
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
246
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
247
+ │ │ │ │ │ │ │ └ 'secret'
248
+ │ │ │ │ │ │ └ 'erinoverview'
249
+ │ │ │ │ │ └ 'https://localhost:9443'
250
+ │ │ │ │ └ 'qs-view-server'
251
+ │ │ │ └ 'process'
252
+ │ │ └ 'Friday'
253
+ │ └ 'output_tests.md'
254
+ â”” <function process_md_file at 0x10c842020>
255
+
256
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
257
+ process_current_block(current_block)
258
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
259
+ â”” <function process_md_file.<locals>.process_current_block at 0x10cb499e0>
260
+
261
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
262
+ result = process_link_project_hierarchy_command(client, current_block, directive)
263
+  │ │ │ └ 'process'
264
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
265
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10c720440>
266
+  â”” <function process_link_project_hierarchy_command at 0x10ca8be20>
267
+
268
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
269
+ parsed_output = parse_view_command(egeria_client, object_type, object_action,
270
+  │ │ │ └ 'Link'
271
+  │ │ └ 'Parent Project'
272
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10c720440>
273
+  â”” <function parse_view_command at 0x10c70f600>
274
+
275
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 285, in parse_view_command
276
+ attributes = command_spec.get('Attributes', [])
277
+  â”” None
278
+
279
+ AttributeError: 'NoneType' object has no attribute 'get'
280
+ 2025-08-29T07:28:20.713331-0500 | ERROR | process_link_project_hierarchy_command | 204 | No output for `Link` | {}
281
+ 2025-08-29T07:28:20.715219-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
282
+ 2025-08-29T07:28:20.715282-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
283
+ 2025-08-29T07:29:14.197652-0500 | INFO | process_md_file | 88 |
284
+
285
+ ====================================================
286
+
287
+ | {}
288
+ 2025-08-29T07:29:14.198290-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
289
+ 2025-08-29T07:29:14.202222-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (10024), thread 'MainThread' (8317477056): | {}
290
+ Traceback (most recent call last):
291
+
292
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
293
+ process_markdown_file()
294
+ â”” <Command process_markdown_file>
295
+
296
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
297
+ return self.main(*args, **kwargs)
298
+ │ │ │ └ {}
299
+ │ │ └ ()
300
+ │ └ <function Command.main at 0x1057d58a0>
301
+ â”” <Command process_markdown_file>
302
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
303
+ rv = self.invoke(ctx)
304
+ │ │ └ <click.core.Context object at 0x10f324590>
305
+ │ └ <function Command.invoke at 0x1057d5580>
306
+ â”” <Command process_markdown_file>
307
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
308
+ return ctx.invoke(self.callback, **ctx.params)
309
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
310
+ │ │ │ │ └ <click.core.Context object at 0x10f324590>
311
+ │ │ │ └ <function process_markdown_file at 0x10f4427a0>
312
+ │ │ └ <Command process_markdown_file>
313
+ │ └ <function Context.invoke at 0x1057d47c0>
314
+ â”” <click.core.Context object at 0x10f324590>
315
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
316
+ return callback(*args, **kwargs)
317
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
318
+ │ └ ()
319
+ â”” <function process_markdown_file at 0x10f4427a0>
320
+
321
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
322
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
323
+ │ │ │ │ │ │ │ └ 'secret'
324
+ │ │ │ │ │ │ └ 'erinoverview'
325
+ │ │ │ │ │ └ 'https://localhost:9443'
326
+ │ │ │ │ └ 'qs-view-server'
327
+ │ │ │ └ 'process'
328
+ │ │ └ 'Friday'
329
+ │ └ 'output_tests.md'
330
+ â”” <function process_md_file at 0x10f442020>
331
+
332
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
333
+ process_current_block(current_block)
334
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
335
+ â”” <function process_md_file.<locals>.process_current_block at 0x10f7499e0>
336
+
337
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
338
+ result = process_link_project_hierarchy_command(client, current_block, directive)
339
+  │ │ │ └ 'process'
340
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
341
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10f324440>
342
+  â”” <function process_link_project_hierarchy_command at 0x10f68be20>
343
+
344
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
345
+ parsed_output = parse_view_command(egeria_client, object_type, object_action,
346
+  │ │ │ └ 'Link'
347
+  │ │ └ 'Parent Project'
348
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10f324440>
349
+  â”” <function parse_view_command at 0x10f30f600>
350
+
351
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 285, in parse_view_command
352
+ attributes = command_spec.get('Attributes', [])
353
+  â”” None
354
+
355
+ AttributeError: 'NoneType' object has no attribute 'get'
356
+ 2025-08-29T07:29:14.207815-0500 | ERROR | process_link_project_hierarchy_command | 204 | No output for `Link` | {}
357
+ 2025-08-29T07:29:14.209532-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
358
+ 2025-08-29T07:29:14.209586-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
359
+ 2025-08-29T07:31:03.618766-0500 | INFO | process_md_file | 88 |
360
+
361
+ ====================================================
362
+
363
+ | {}
364
+ 2025-08-29T07:31:03.619349-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
365
+ 2025-08-29T07:34:47.867586-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (10137), thread 'MainThread' (8317477056): | {}
366
+ Traceback (most recent call last):
367
+
368
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2392, in <module>
369
+ main()
370
+ â”” <function main at 0x105c8b6a0>
371
+
372
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2373, in main
373
+ globals = debugger.run(setup['file'], None, None, is_module)
374
+  │ │ │ └ False
375
+  │ │ └ {'port': 51884, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
376
+  │ └ <function PyDB.run at 0x105c8a200>
377
+  â”” <__main__.PyDB object at 0x105c981a0>
378
+
379
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1641, in run
380
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
381
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
382
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
383
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
384
+  │ │ │ │ └ None
385
+  │ │ │ └ ''
386
+  │ │ └ False
387
+  │ └ <function PyDB._exec at 0x105c8a2a0>
388
+  â”” <__main__.PyDB object at 0x105c981a0>
389
+
390
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1648, in _exec
391
+ pydev_imports.execfile(file, globals, locals) # execute the script
392
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
393
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
394
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
395
+ │ └ <function execfile at 0x1040bd4e0>
396
+ â”” <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
397
+
398
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
399
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
400
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
401
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
402
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
403
+  â”” '"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...
404
+
405
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
406
+ process_markdown_file()
407
+ â”” <Command process_markdown_file>
408
+
409
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
410
+ return self.main(*args, **kwargs)
411
+ │ │ │ └ {}
412
+ │ │ └ ()
413
+ │ └ <function Command.main at 0x105eff240>
414
+ â”” <Command process_markdown_file>
415
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
416
+ rv = self.invoke(ctx)
417
+ │ │ └ <click.core.Context object at 0x1111da510>
418
+ │ └ <function Command.invoke at 0x105efef20>
419
+ â”” <Command process_markdown_file>
420
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
421
+ return ctx.invoke(self.callback, **ctx.params)
422
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
423
+ │ │ │ │ └ <click.core.Context object at 0x1111da510>
424
+ │ │ │ └ <function process_markdown_file at 0x1115e8cc0>
425
+ │ │ └ <Command process_markdown_file>
426
+ │ └ <function Context.invoke at 0x105efe160>
427
+ â”” <click.core.Context object at 0x1111da510>
428
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
429
+ return callback(*args, **kwargs)
430
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
431
+ │ └ ()
432
+ â”” <function process_markdown_file at 0x1115e8cc0>
433
+
434
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
435
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
436
+ │ │ │ │ │ │ │ └ 'secret'
437
+ │ │ │ │ │ │ └ 'erinoverview'
438
+ │ │ │ │ │ └ 'https://localhost:9443'
439
+ │ │ │ │ └ 'qs-view-server'
440
+ │ │ │ └ 'process'
441
+ │ │ └ 'Friday'
442
+ │ └ 'output_tests.md'
443
+ â”” <function process_md_file at 0x1115e8540>
444
+
445
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
446
+ process_current_block(current_block)
447
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
448
+ â”” <function process_md_file.<locals>.process_current_block at 0x11185f600>
449
+
450
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
451
+ result = process_link_project_hierarchy_command(client, current_block, directive)
452
+  │ │ │ └ 'process'
453
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
454
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1111da270>
455
+  â”” <function process_link_project_hierarchy_command at 0x11148d300>
456
+
457
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
458
+ parsed_output = parse_view_command(egeria_client, object_type, object_action,
459
+  │ │ │ └ 'Link'
460
+  │ │ └ 'Parent Project'
461
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1111da270>
462
+  â”” <function parse_view_command at 0x11145de40>
463
+
464
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 285, in parse_view_command
465
+ attributes = command_spec.get('Attributes', [])
466
+  â”” None
467
+
468
+ AttributeError: 'NoneType' object has no attribute 'get'
469
+ 2025-08-29T07:34:47.876992-0500 | ERROR | process_link_project_hierarchy_command | 204 | No output for `Link` | {}
470
+ 2025-08-29T07:34:47.886596-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
471
+ 2025-08-29T07:34:47.886754-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
472
+ 2025-08-29T08:29:50.322641-0500 | INFO | process_md_file | 88 |
473
+
474
+ ====================================================
475
+
476
+ | {}
477
+ 2025-08-29T08:29:50.323567-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
478
+ 2025-08-29T08:35:37.402578-0500 | INFO | process_md_file | 88 |
479
+
480
+ ====================================================
481
+
482
+ | {}
483
+ 2025-08-29T08:35:37.403032-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
484
+ 2025-08-29T08:35:37.406663-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (15286), thread 'MainThread' (8317477056): | {}
485
+ Traceback (most recent call last):
486
+
487
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
488
+ process_markdown_file()
489
+ â”” <Command process_markdown_file>
490
+
491
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
492
+ return self.main(*args, **kwargs)
493
+ │ │ │ └ {}
494
+ │ │ └ ()
495
+ │ └ <function Command.main at 0x1056f18a0>
496
+ â”” <Command process_markdown_file>
497
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
498
+ rv = self.invoke(ctx)
499
+ │ │ └ <click.core.Context object at 0x10c3a4590>
500
+ │ └ <function Command.invoke at 0x1056f1580>
501
+ â”” <Command process_markdown_file>
502
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
503
+ return ctx.invoke(self.callback, **ctx.params)
504
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
505
+ │ │ │ │ └ <click.core.Context object at 0x10c3a4590>
506
+ │ │ │ └ <function process_markdown_file at 0x10c36a980>
507
+ │ │ └ <Command process_markdown_file>
508
+ │ └ <function Context.invoke at 0x1056f07c0>
509
+ â”” <click.core.Context object at 0x10c3a4590>
510
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
511
+ return callback(*args, **kwargs)
512
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
513
+ │ └ ()
514
+ â”” <function process_markdown_file at 0x10c36a980>
515
+
516
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
517
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
518
+ │ │ │ │ │ │ │ └ 'secret'
519
+ │ │ │ │ │ │ └ 'erinoverview'
520
+ │ │ │ │ │ └ 'https://localhost:9443'
521
+ │ │ │ │ └ 'qs-view-server'
522
+ │ │ │ └ 'process'
523
+ │ │ └ 'Friday'
524
+ │ └ 'output_tests.md'
525
+ â”” <function process_md_file at 0x10c36a200>
526
+
527
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
528
+ process_current_block(current_block)
529
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
530
+ â”” <function process_md_file.<locals>.process_current_block at 0x10c751a80>
531
+
532
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
533
+ result = process_link_project_hierarchy_command(client, current_block, directive)
534
+  │ │ │ └ 'process'
535
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
536
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10c3a4440>
537
+  â”” <function process_link_project_hierarchy_command at 0x10c33c040>
538
+
539
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
540
+ parsed_output = parse_view_command(egeria_client, object_type, object_action,
541
+  │ │ │ └ 'Link'
542
+  │ │ └ 'Parent Project'
543
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10c3a4440>
544
+  â”” <function parse_view_command at 0x10c30f600>
545
+
546
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 284, in parse_view_command
547
+ command_spec = get_command_spec(f"{object_action} {object_type}")
548
+  │ │ └ 'Parent Project'
549
+  │ └ 'Link'
550
+  â”” <function get_command_spec at 0x10c30e7a0>
551
+
552
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/md_processing_constants.py", line 232, in get_command_spec
553
+ obj = find_alternate_names(command)
554
+  │ └ 'Link Parent Project'
555
+  â”” <function find_alternate_names at 0x10c30e840>
556
+
557
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/md_processing_constants.py", line 244, in find_alternate_names
558
+ if (command in v) or (command in " ".join(s.split()[1:]).strip()):
559
+  │ │ └ 'Link Parent Project'
560
+  │ └ ''
561
+  â”” 'Link Parent Project'
562
+
563
+ NameError: name 's' is not defined
564
+ 2025-08-29T08:35:37.412998-0500 | ERROR | process_link_project_hierarchy_command | 204 | No output for `Link` | {}
565
+ 2025-08-29T08:35:37.415109-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
566
+ 2025-08-29T08:35:37.415349-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
567
+ 2025-08-29T08:37:28.417996-0500 | INFO | process_md_file | 88 |
568
+
569
+ ====================================================
570
+
571
+ | {}
572
+ 2025-08-29T08:37:28.418549-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
573
+ 2025-08-29T08:37:28.422121-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (15371), thread 'MainThread' (8317477056): | {}
574
+ Traceback (most recent call last):
575
+
576
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
577
+ process_markdown_file()
578
+ â”” <Command process_markdown_file>
579
+
580
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
581
+ return self.main(*args, **kwargs)
582
+ │ │ │ └ {}
583
+ │ │ └ ()
584
+ │ └ <function Command.main at 0x1075d58a0>
585
+ â”” <Command process_markdown_file>
586
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
587
+ rv = self.invoke(ctx)
588
+ │ │ └ <click.core.Context object at 0x117b446e0>
589
+ │ └ <function Command.invoke at 0x1075d5580>
590
+ â”” <Command process_markdown_file>
591
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
592
+ return ctx.invoke(self.callback, **ctx.params)
593
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
594
+ │ │ │ │ └ <click.core.Context object at 0x117b446e0>
595
+ │ │ │ └ <function process_markdown_file at 0x117caea20>
596
+ │ │ └ <Command process_markdown_file>
597
+ │ └ <function Context.invoke at 0x1075d47c0>
598
+ â”” <click.core.Context object at 0x117b446e0>
599
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
600
+ return callback(*args, **kwargs)
601
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
602
+ │ └ ()
603
+ â”” <function process_markdown_file at 0x117caea20>
604
+
605
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
606
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
607
+ │ │ │ │ │ │ │ └ 'secret'
608
+ │ │ │ │ │ │ └ 'erinoverview'
609
+ │ │ │ │ │ └ 'https://localhost:9443'
610
+ │ │ │ │ └ 'qs-view-server'
611
+ │ │ │ └ 'process'
612
+ │ │ └ 'Friday'
613
+ │ └ 'output_tests.md'
614
+ â”” <function process_md_file at 0x117cae2a0>
615
+
616
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
617
+ process_current_block(current_block)
618
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
619
+ â”” <function process_md_file.<locals>.process_current_block at 0x117f51260>
620
+
621
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
622
+ result = process_link_project_hierarchy_command(client, current_block, directive)
623
+  │ │ │ └ 'process'
624
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
625
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x117b44590>
626
+  â”” <function process_link_project_hierarchy_command at 0x117c70040>
627
+
628
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
629
+ parsed_output = parse_view_command(egeria_client, object_type, object_action,
630
+  │ │ │ └ 'Link'
631
+  │ │ └ 'Parent Project'
632
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x117b44590>
633
+  â”” <function parse_view_command at 0x117b0f6a0>
634
+
635
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 286, in parse_view_command
636
+ attributes = command_spec.get('Attributes', [])
637
+  â”” None
638
+
639
+ AttributeError: 'NoneType' object has no attribute 'get'
640
+ 2025-08-29T08:37:28.428676-0500 | ERROR | process_link_project_hierarchy_command | 204 | No output for `Link` | {}
641
+ 2025-08-29T08:37:28.430535-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
642
+ 2025-08-29T08:37:28.430789-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
643
+ 2025-08-29T08:38:04.689505-0500 | INFO | process_md_file | 88 |
644
+
645
+ ====================================================
646
+
647
+ | {}
648
+ 2025-08-29T08:38:04.690547-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
649
+ 2025-08-29T08:40:44.917882-0500 | INFO | process_md_file | 88 |
650
+
651
+ ====================================================
652
+
653
+ | {}
654
+ 2025-08-29T08:40:44.918607-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
655
+ 2025-08-29T08:41:01.647613-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (15516), thread 'MainThread' (8317477056): | {}
656
+ Traceback (most recent call last):
657
+
658
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2392, in <module>
659
+ main()
660
+ â”” <function main at 0x10a88b6a0>
661
+
662
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2373, in main
663
+ globals = debugger.run(setup['file'], None, None, is_module)
664
+  │ │ │ └ False
665
+  │ │ └ {'port': 56164, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
666
+  │ └ <function PyDB.run at 0x10a88a200>
667
+  â”” <__main__.PyDB object at 0x10a8981a0>
668
+
669
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1641, in run
670
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
671
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
672
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
673
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
674
+  │ │ │ │ └ None
675
+  │ │ │ └ ''
676
+  │ │ └ False
677
+  │ └ <function PyDB._exec at 0x10a88a2a0>
678
+  â”” <__main__.PyDB object at 0x10a8981a0>
679
+
680
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1648, in _exec
681
+ pydev_imports.execfile(file, globals, locals) # execute the script
682
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
683
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
684
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
685
+ │ └ <function execfile at 0x1076bd4e0>
686
+ â”” <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
687
+
688
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
689
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
690
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
691
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
692
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
693
+  â”” '"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...
694
+
695
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
696
+ process_markdown_file()
697
+ â”” <Command process_markdown_file>
698
+
699
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
700
+ return self.main(*args, **kwargs)
701
+ │ │ │ └ {}
702
+ │ │ └ ()
703
+ │ └ <function Command.main at 0x10abff600>
704
+ â”” <Command process_markdown_file>
705
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
706
+ rv = self.invoke(ctx)
707
+ │ │ └ <click.core.Context object at 0x10dc0a510>
708
+ │ └ <function Command.invoke at 0x10abff2e0>
709
+ â”” <Command process_markdown_file>
710
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
711
+ return ctx.invoke(self.callback, **ctx.params)
712
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
713
+ │ │ │ │ └ <click.core.Context object at 0x10dc0a510>
714
+ │ │ │ └ <function process_markdown_file at 0x10decc5e0>
715
+ │ │ └ <Command process_markdown_file>
716
+ │ └ <function Context.invoke at 0x10abfe520>
717
+ â”” <click.core.Context object at 0x10dc0a510>
718
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
719
+ return callback(*args, **kwargs)
720
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
721
+ │ └ ()
722
+ â”” <function process_markdown_file at 0x10decc5e0>
723
+
724
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
725
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
726
+ │ │ │ │ │ │ │ └ 'secret'
727
+ │ │ │ │ │ │ └ 'erinoverview'
728
+ │ │ │ │ │ └ 'https://localhost:9443'
729
+ │ │ │ │ └ 'qs-view-server'
730
+ │ │ │ └ 'process'
731
+ │ │ └ 'Friday'
732
+ │ └ 'output_tests.md'
733
+ â”” <function process_md_file at 0x10ddffe20>
734
+
735
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
736
+ process_current_block(current_block)
737
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
738
+ â”” <function process_md_file.<locals>.process_current_block at 0x10e162e80>
739
+
740
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
741
+ result = process_link_project_hierarchy_command(client, current_block, directive)
742
+  │ │ │ └ 'process'
743
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
744
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10dc0a270>
745
+  â”” <function process_link_project_hierarchy_command at 0x10dcfa520>
746
+
747
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
748
+ parsed_output = parse_view_command(egeria_client, object_type, object_action,
749
+  │ │ │ └ 'Link'
750
+  │ │ └ 'Parent Project'
751
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10dc0a270>
752
+  â”” <function parse_view_command at 0x10dd314e0>
753
+
754
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 286, in parse_view_command
755
+ attributes = command_spec.get('Attributes', [])
756
+  â”” None
757
+
758
+ AttributeError: 'NoneType' object has no attribute 'get'
759
+ 2025-08-29T08:41:01.656961-0500 | ERROR | process_link_project_hierarchy_command | 204 | No output for `Link` | {}
760
+ 2025-08-29T08:41:01.666846-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
761
+ 2025-08-29T08:41:01.667022-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
762
+ 2025-08-29T08:41:39.622627-0500 | INFO | process_md_file | 88 |
763
+
764
+ ====================================================
765
+
766
+ | {}
767
+ 2025-08-29T08:41:39.623221-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
768
+ 2025-08-29T09:48:05.017275-0500 | INFO | process_md_file | 88 |
769
+
770
+ ====================================================
771
+
772
+ | {}
773
+ 2025-08-29T09:48:05.018275-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
774
+ 2025-08-29T11:51:12.316919-0500 | INFO | process_md_file | 88 |
775
+
776
+ ====================================================
777
+
778
+ | {}
779
+ 2025-08-29T11:51:12.317207-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
780
+ 2025-08-29T14:16:18.222306-0500 | INFO | process_md_file | 88 |
781
+
782
+ ====================================================
783
+
784
+ | {}
785
+ 2025-08-29T14:16:18.223367-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
786
+ 2025-08-29T14:19:44.420751-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (48312), thread 'MainThread' (8317477056): | {}
787
+ Traceback (most recent call last):
788
+
789
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2392, in <module>
790
+ main()
791
+ â”” <function main at 0x111cebba0>
792
+
793
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2373, in main
794
+ globals = debugger.run(setup['file'], None, None, is_module)
795
+  │ │ │ └ False
796
+  │ │ └ {'port': 63796, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
797
+  │ └ <function PyDB.run at 0x111cea700>
798
+  â”” <__main__.PyDB object at 0x111c99160>
799
+
800
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1641, in run
801
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
802
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
803
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
804
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
805
+  │ │ │ │ └ None
806
+  │ │ │ └ ''
807
+  │ │ └ False
808
+  │ └ <function PyDB._exec at 0x111cea7a0>
809
+  â”” <__main__.PyDB object at 0x111c99160>
810
+
811
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1648, in _exec
812
+ pydev_imports.execfile(file, globals, locals) # execute the script
813
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
814
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
815
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
816
+ │ └ <function execfile at 0x107dd9800>
817
+ â”” <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
818
+
819
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
820
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
821
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
822
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
823
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
824
+  â”” '"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...
825
+
826
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
827
+ process_markdown_file()
828
+ â”” <Command process_markdown_file>
829
+
830
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
831
+ return self.main(*args, **kwargs)
832
+ │ │ │ └ {}
833
+ │ │ └ ()
834
+ │ └ <function Command.main at 0x1121179c0>
835
+ â”” <Command process_markdown_file>
836
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
837
+ rv = self.invoke(ctx)
838
+ │ │ └ <click.core.Context object at 0x11650b380>
839
+ │ └ <function Command.invoke at 0x1121176a0>
840
+ â”” <Command process_markdown_file>
841
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
842
+ return ctx.invoke(self.callback, **ctx.params)
843
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
844
+ │ │ │ │ └ <click.core.Context object at 0x11650b380>
845
+ │ │ │ └ <function process_markdown_file at 0x116a10cc0>
846
+ │ │ └ <Command process_markdown_file>
847
+ │ └ <function Context.invoke at 0x1121168e0>
848
+ â”” <click.core.Context object at 0x11650b380>
849
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
850
+ return callback(*args, **kwargs)
851
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
852
+ │ └ ()
853
+ â”” <function process_markdown_file at 0x116a10cc0>
854
+
855
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
856
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
857
+ │ │ │ │ │ │ │ └ 'secret'
858
+ │ │ │ │ │ │ └ 'erinoverview'
859
+ │ │ │ │ │ └ 'https://localhost:9443'
860
+ │ │ │ │ └ 'qs-view-server'
861
+ │ │ │ └ 'process'
862
+ │ │ └ 'Friday'
863
+ │ └ 'output_tests.md'
864
+ â”” <function process_md_file at 0x116a10540>
865
+
866
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
867
+ process_current_block(current_block)
868
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
869
+ â”” <function process_md_file.<locals>.process_current_block at 0x116a83d80>
870
+
871
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
872
+ result = process_link_project_hierarchy_command(client, current_block, directive)
873
+  │ │ │ └ 'process'
874
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
875
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x11650b0e0>
876
+  â”” <function process_link_project_hierarchy_command at 0x116668f40>
877
+
878
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
879
+ parsed_output = parse_view_command(egeria_client, object_type, object_action,
880
+  │ │ │ └ 'Link'
881
+  │ │ └ 'Parent Project'
882
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x11650b0e0>
883
+  â”” <function parse_view_command at 0x116641bc0>
884
+
885
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 286, in parse_view_command
886
+ attributes = command_spec.get('Attributes', [])
887
+  â”” None
888
+
889
+ AttributeError: 'NoneType' object has no attribute 'get'
890
+ 2025-08-29T14:19:44.438679-0500 | ERROR | process_link_project_hierarchy_command | 204 | No output for `Link` | {}
891
+ 2025-08-29T14:19:44.449839-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
892
+ 2025-08-29T14:19:44.450034-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
893
+ 2025-08-29T14:20:17.259797-0500 | INFO | process_md_file | 88 |
894
+
895
+ ====================================================
896
+
897
+ | {}
898
+ 2025-08-29T14:20:17.260314-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}