pyegeria 5.4.0.dev13__py3-none-any.whl → 5.4.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- commands/cat/__init__.py +1 -17
- commands/cat/debug_log +2802 -2
- commands/cat/debug_log.2025-07-15_14-28-38_087378.zip +0 -0
- commands/cat/debug_log.2025-07-16_15-48-50_037087.zip +0 -0
- commands/cat/dr_egeria_md.py +30 -6
- md_processing/__init__.py +16 -3
- md_processing/data/commands.json +18541 -171
- md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json +1 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json +1 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json +31 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json +177 -0
- md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md +474 -0
- md_processing/family_docs/Data Designer/Create_Data_Class.md +164 -0
- md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +30 -0
- md_processing/family_docs/Data Designer/Create_Data_Field.md +162 -0
- md_processing/family_docs/Data Designer/Create_Data_Specification.md +36 -0
- md_processing/family_docs/Data Designer/Create_Data_Structure.md +38 -0
- md_processing/family_docs/Data Designer/View_Data_Classes.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Fields.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Specifications.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Structures.md +78 -0
- md_processing/family_docs/Data Designer.md +842 -0
- md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +42 -0
- md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +36 -0
- md_processing/family_docs/Digital Product Manager/Create_Agreement.md +96 -0
- md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +72 -0
- md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +102 -0
- md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +134 -0
- md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +60 -0
- md_processing/family_docs/Digital Product Manager/Link_Contracts.md +26 -0
- md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +30 -0
- md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +48 -0
- md_processing/family_docs/Digital Product Manager.md +668 -0
- md_processing/family_docs/Glossary/Attach_Category_Parent.md +18 -0
- md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +26 -0
- md_processing/family_docs/Glossary/Create_Category.md +38 -0
- md_processing/family_docs/Glossary/Create_Glossary.md +42 -0
- md_processing/family_docs/Glossary/Create_Term.md +70 -0
- md_processing/family_docs/Glossary.md +206 -0
- md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Certification_Type.md +112 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +128 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Process.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +106 -0
- md_processing/family_docs/Governance Officer/Create_License_Type.md +112 -0
- md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +118 -0
- md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Security_Group.md +120 -0
- md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +106 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +32 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +32 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +32 -0
- md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +82 -0
- md_processing/family_docs/Governance Officer.md +2412 -0
- md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +70 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +44 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Component.md +96 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Role.md +66 -0
- md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +32 -0
- md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +32 -0
- md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Components.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Roles.md +32 -0
- md_processing/family_docs/Solution Architect.md +490 -0
- md_processing/md_commands/data_designer_commands.py +9 -10
- md_processing/md_commands/glossary_commands.py +16 -2
- md_processing/md_commands/governance_officer_commands.py +420 -0
- md_processing/md_commands/product_manager_commands.py +186 -752
- md_processing/md_commands/project_commands.py +5 -2
- md_processing/md_commands/solution_architect_commands.py +9 -8
- md_processing/md_processing_utils/common_md_proc_utils.py +15 -10
- md_processing/md_processing_utils/common_md_utils.py +194 -2
- md_processing/md_processing_utils/debug_log +574 -0
- md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +2065 -0
- md_processing/md_processing_utils/extraction_utils.py +1 -1
- md_processing/md_processing_utils/generate_dr_help.py +20 -5
- md_processing/md_processing_utils/generate_md_cmd_templates.py +143 -0
- md_processing/md_processing_utils/md_processing_constants.py +56 -4
- pyegeria/governance_officer_omvs.py +14 -99
- pyegeria/output_formatter.py +3 -2
- pyegeria/utils.py +7 -0
- {pyegeria-5.4.0.dev13.dist-info → pyegeria-5.4.0.1.dist-info}/METADATA +2 -1
- {pyegeria-5.4.0.dev13.dist-info → pyegeria-5.4.0.1.dist-info}/RECORD +104 -30
- commands/cat/debug_log.2025-07-01_15-22-20_102237.zip +0 -0
- commands/cat/debug_log.2025-07-04_15-43-28_460900.zip +0 -0
- commands/cat/debug_log.2025-07-06_20-48-04_338314.zip +0 -0
- commands/cat/debug_log.2025-07-09_10-17-09_526262.zip +0 -0
- commands/cat/debug_log.2025-07-10_10-25-47_958331.zip +0 -0
- pyegeria/m_test.py +0 -118
- {pyegeria-5.4.0.dev13.dist-info → pyegeria-5.4.0.1.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.dev13.dist-info → pyegeria-5.4.0.1.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.dev13.dist-info → pyegeria-5.4.0.1.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{}
|
@@ -0,0 +1 @@
|
|
1
|
+
{}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"file-explorer": true,
|
3
|
+
"global-search": true,
|
4
|
+
"switcher": true,
|
5
|
+
"graph": true,
|
6
|
+
"backlink": true,
|
7
|
+
"canvas": true,
|
8
|
+
"outgoing-link": true,
|
9
|
+
"tag-pane": true,
|
10
|
+
"properties": false,
|
11
|
+
"page-preview": true,
|
12
|
+
"daily-notes": true,
|
13
|
+
"templates": true,
|
14
|
+
"note-composer": true,
|
15
|
+
"command-palette": true,
|
16
|
+
"slash-command": false,
|
17
|
+
"editor-status": true,
|
18
|
+
"bookmarks": true,
|
19
|
+
"markdown-importer": false,
|
20
|
+
"zk-prefixer": false,
|
21
|
+
"random-note": false,
|
22
|
+
"outline": true,
|
23
|
+
"word-count": true,
|
24
|
+
"slides": false,
|
25
|
+
"audio-recorder": false,
|
26
|
+
"workspaces": false,
|
27
|
+
"file-recovery": true,
|
28
|
+
"publish": false,
|
29
|
+
"sync": true,
|
30
|
+
"webviewer": false
|
31
|
+
}
|
@@ -0,0 +1,177 @@
|
|
1
|
+
{
|
2
|
+
"main": {
|
3
|
+
"id": "655d46226dc22322",
|
4
|
+
"type": "split",
|
5
|
+
"children": [
|
6
|
+
{
|
7
|
+
"id": "4920d4cb798f1fd4",
|
8
|
+
"type": "tabs",
|
9
|
+
"children": [
|
10
|
+
{
|
11
|
+
"id": "21860ec8f02c79c3",
|
12
|
+
"type": "leaf",
|
13
|
+
"state": {
|
14
|
+
"type": "markdown",
|
15
|
+
"state": {
|
16
|
+
"file": "thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md",
|
17
|
+
"mode": "preview",
|
18
|
+
"source": false
|
19
|
+
},
|
20
|
+
"icon": "lucide-file",
|
21
|
+
"title": "processed-2025-07-17 20:14-Derive-Dr-Gov-Defs"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
]
|
25
|
+
}
|
26
|
+
],
|
27
|
+
"direction": "vertical"
|
28
|
+
},
|
29
|
+
"left": {
|
30
|
+
"id": "2a54c28074a89f96",
|
31
|
+
"type": "split",
|
32
|
+
"children": [
|
33
|
+
{
|
34
|
+
"id": "7935f801ca0c2c79",
|
35
|
+
"type": "tabs",
|
36
|
+
"children": [
|
37
|
+
{
|
38
|
+
"id": "8bb53e02e7e45f3b",
|
39
|
+
"type": "leaf",
|
40
|
+
"state": {
|
41
|
+
"type": "file-explorer",
|
42
|
+
"state": {
|
43
|
+
"sortOrder": "alphabetical",
|
44
|
+
"autoReveal": false
|
45
|
+
},
|
46
|
+
"icon": "lucide-folder-closed",
|
47
|
+
"title": "Files"
|
48
|
+
}
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"id": "75c096e907109ea1",
|
52
|
+
"type": "leaf",
|
53
|
+
"state": {
|
54
|
+
"type": "search",
|
55
|
+
"state": {
|
56
|
+
"query": "",
|
57
|
+
"matchingCase": false,
|
58
|
+
"explainSearch": false,
|
59
|
+
"collapseAll": false,
|
60
|
+
"extraContext": false,
|
61
|
+
"sortOrder": "alphabetical"
|
62
|
+
},
|
63
|
+
"icon": "lucide-search",
|
64
|
+
"title": "Search"
|
65
|
+
}
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"id": "052a02a996375f5e",
|
69
|
+
"type": "leaf",
|
70
|
+
"state": {
|
71
|
+
"type": "bookmarks",
|
72
|
+
"state": {},
|
73
|
+
"icon": "lucide-bookmark",
|
74
|
+
"title": "Bookmarks"
|
75
|
+
}
|
76
|
+
}
|
77
|
+
]
|
78
|
+
}
|
79
|
+
],
|
80
|
+
"direction": "horizontal",
|
81
|
+
"width": 300
|
82
|
+
},
|
83
|
+
"right": {
|
84
|
+
"id": "a9317ae3f93e2657",
|
85
|
+
"type": "split",
|
86
|
+
"children": [
|
87
|
+
{
|
88
|
+
"id": "f166cb9f549c1534",
|
89
|
+
"type": "tabs",
|
90
|
+
"children": [
|
91
|
+
{
|
92
|
+
"id": "aa1fe71c73b9b175",
|
93
|
+
"type": "leaf",
|
94
|
+
"state": {
|
95
|
+
"type": "backlink",
|
96
|
+
"state": {
|
97
|
+
"file": "thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md",
|
98
|
+
"collapseAll": false,
|
99
|
+
"extraContext": false,
|
100
|
+
"sortOrder": "alphabetical",
|
101
|
+
"showSearch": false,
|
102
|
+
"searchQuery": "",
|
103
|
+
"backlinkCollapsed": false,
|
104
|
+
"unlinkedCollapsed": true
|
105
|
+
},
|
106
|
+
"icon": "links-coming-in",
|
107
|
+
"title": "Backlinks for processed-2025-07-17 20:14-Derive-Dr-Gov-Defs"
|
108
|
+
}
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"id": "31461ac27577999a",
|
112
|
+
"type": "leaf",
|
113
|
+
"state": {
|
114
|
+
"type": "outgoing-link",
|
115
|
+
"state": {
|
116
|
+
"file": "thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md",
|
117
|
+
"linksCollapsed": false,
|
118
|
+
"unlinkedCollapsed": true
|
119
|
+
},
|
120
|
+
"icon": "links-going-out",
|
121
|
+
"title": "Outgoing links from processed-2025-07-17 20:14-Derive-Dr-Gov-Defs"
|
122
|
+
}
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"id": "621105ead5bcca0c",
|
126
|
+
"type": "leaf",
|
127
|
+
"state": {
|
128
|
+
"type": "tag",
|
129
|
+
"state": {
|
130
|
+
"sortOrder": "frequency",
|
131
|
+
"useHierarchy": true,
|
132
|
+
"showSearch": false,
|
133
|
+
"searchQuery": ""
|
134
|
+
},
|
135
|
+
"icon": "lucide-tags",
|
136
|
+
"title": "Tags"
|
137
|
+
}
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"id": "438632d44a019a92",
|
141
|
+
"type": "leaf",
|
142
|
+
"state": {
|
143
|
+
"type": "outline",
|
144
|
+
"state": {
|
145
|
+
"file": "thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md",
|
146
|
+
"followCursor": false,
|
147
|
+
"showSearch": false,
|
148
|
+
"searchQuery": ""
|
149
|
+
},
|
150
|
+
"icon": "lucide-list",
|
151
|
+
"title": "Outline of processed-2025-07-17 20:14-Derive-Dr-Gov-Defs"
|
152
|
+
}
|
153
|
+
}
|
154
|
+
]
|
155
|
+
}
|
156
|
+
],
|
157
|
+
"direction": "horizontal",
|
158
|
+
"width": 300,
|
159
|
+
"collapsed": true
|
160
|
+
},
|
161
|
+
"left-ribbon": {
|
162
|
+
"hiddenItems": {
|
163
|
+
"switcher:Open quick switcher": false,
|
164
|
+
"graph:Open graph view": false,
|
165
|
+
"canvas:Create new canvas": false,
|
166
|
+
"daily-notes:Open today's daily note": false,
|
167
|
+
"templates:Insert template": false,
|
168
|
+
"command-palette:Open command palette": false
|
169
|
+
}
|
170
|
+
},
|
171
|
+
"active": "21860ec8f02c79c3",
|
172
|
+
"lastOpenFiles": [
|
173
|
+
"thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md",
|
174
|
+
"thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md",
|
175
|
+
"thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md"
|
176
|
+
]
|
177
|
+
}
|