pyegeria 5.3.10__py3-none-any.whl → 5.4.0.dev3__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/debug_log.2025-06-05_20-24-18_123924.log.zip +0 -0
- commands/cat/debug_log.2025-06-10_08-45-03_929921.log.zip +0 -0
- commands/cat/debug_log.2025-06-11_09-57-21_247890.log.zip +0 -0
- commands/cat/debug_log.2025-06-12_16-14-31_212042.log.zip +0 -0
- commands/cat/debug_log.log +1267 -0
- commands/cat/dr_egeria_md.py +32 -5
- commands/cat/list_collections.py +10 -4
- commands/cat/list_data_designer.py +172 -0
- commands/cat/solution_architect_log.log +0 -0
- md_processing/__init__.py +7 -2
- md_processing/data/commands.json +4666 -848
- md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
- md_processing/dr_egeria_inbox/data_test.md +106 -13
- md_processing/dr_egeria_inbox/data_test2.md +376 -0
- md_processing/dr_egeria_inbox/{search_test.md → glossary_search_test.md} +1 -0
- md_processing/dr_egeria_inbox/solution-components.md +66 -91
- md_processing/md_commands/data_designer_commands.py +840 -557
- md_processing/md_commands/solution_architect_commands.py +985 -0
- md_processing/md_processing_utils/common_md_proc_utils.py +262 -89
- md_processing/md_processing_utils/common_md_utils.py +11 -4
- md_processing/md_processing_utils/md_processing_constants.py +18 -16
- pyegeria/_client.py +39 -0
- pyegeria/classification_manager_omvs.py +1 -1
- pyegeria/collection_manager_omvs.py +248 -188
- pyegeria/data_designer_omvs.py +217 -9
- pyegeria/governance_officer_omvs.py +2349 -0
- pyegeria/output_formatter.py +24 -12
- pyegeria/solution_architect_omvs.py +4219 -1084
- pyegeria/utils.py +15 -2
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/METADATA +2 -1
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/RECORD +35 -36
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/entry_points.txt +4 -0
- md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
- md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
- md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
- md_processing/md_commands/blueprint_commands.py +0 -303
- /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/WHEEL +0 -0
@@ -8,7 +8,7 @@
|
|
8
8
|
* If this is an update and qualified name and guid provided, then the qualified name can be changed
|
9
9
|
=> This needs work when the upsert methods are done
|
10
10
|
|
11
|
-
#
|
11
|
+
# foo Update Solution Component
|
12
12
|
|
13
13
|
## Display Name
|
14
14
|
|
@@ -16,22 +16,32 @@ Lab Processes
|
|
16
16
|
|
17
17
|
## Description
|
18
18
|
Test to create component that doesn't exist
|
19
|
-
|
20
|
-
1
|
19
|
+
|
21
20
|
## Solution Component Type
|
22
|
-
|
21
|
+
dan-test
|
23
22
|
## Planned Deployed Implementation Type
|
23
|
+
Something
|
24
|
+
## In Solution Blueprints
|
24
25
|
|
25
|
-
##
|
26
|
+
## Sub-Components
|
26
27
|
|
27
|
-
|
28
|
+
___
|
28
29
|
|
29
|
-
|
30
|
+
# foo Update Solution Blueprint
|
30
31
|
|
31
|
-
|
32
|
+
## Display Name
|
33
|
+
dr egerias blueprint
|
32
34
|
|
35
|
+
## Description
|
36
|
+
A quick description3
|
33
37
|
|
34
|
-
|
38
|
+
## Solution Component Type
|
39
|
+
dan-test
|
40
|
+
## Solution Components
|
41
|
+
Lab Processes
|
42
|
+
___
|
43
|
+
|
44
|
+
# foo Update Solution Component
|
35
45
|
|
36
46
|
## Display Name
|
37
47
|
|
@@ -44,111 +54,76 @@ Test to Update a component that exists
|
|
44
54
|
## Solution Component Type
|
45
55
|
Should succeed
|
46
56
|
## Planned Deployed Implementation Type
|
47
|
-
|
57
|
+
somehow
|
48
58
|
## Solution Blueprints
|
49
59
|
|
50
|
-
|
60
|
+
## Merge Update
|
61
|
+
False
|
51
62
|
|
52
|
-
##
|
63
|
+
## Solution SubComponents
|
64
|
+
SolutionComponent::Lab Processes
|
53
65
|
|
54
|
-
|
66
|
+
___
|
55
67
|
|
56
|
-
---
|
57
|
-
|
58
|
-
|
59
|
-
# Update Solution Component
|
60
68
|
|
69
|
+
# foo Update Information Supply Chain
|
61
70
|
## Display Name
|
71
|
+
my supply chain
|
62
72
|
|
63
|
-
|
73
|
+
## Scope
|
74
|
+
universal
|
64
75
|
|
65
|
-
##
|
66
|
-
|
67
|
-
## Version Identifier
|
68
|
-
3
|
69
|
-
## Solution Component Type
|
70
|
-
Should fail
|
71
|
-
## Planned Deployed Implementation Type
|
72
|
-
|
73
|
-
## Solution Blueprints
|
74
|
-
|
75
|
-
SolutionBlueprint:Clinical Trial Management Solution Blueprint:V1.2
|
76
|
+
## Purposes
|
77
|
+
hegemony, betterment of mankind, pranks
|
76
78
|
|
77
|
-
##
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
# Create Solution Component
|
79
|
+
## Description
|
80
|
+
My own personal supply chain
|
81
|
+
___
|
82
82
|
|
83
|
+
# foo Create Information Supply Chain Segment
|
83
84
|
## Display Name
|
84
|
-
|
85
|
-
Create-with-q-name
|
86
|
-
|
85
|
+
first segment
|
87
86
|
## Description
|
88
|
-
|
89
|
-
##
|
90
|
-
|
91
|
-
##
|
92
|
-
|
93
|
-
##
|
94
|
-
|
95
|
-
## Solution Blueprints
|
96
|
-
|
97
|
-
SolutionBlueprint:Clinical Trial Management Solution Blueprint:V1.2
|
87
|
+
A first segment description2
|
88
|
+
## Scope
|
89
|
+
Infinite
|
90
|
+
## Integration Style
|
91
|
+
Wishful Thinking
|
92
|
+
## Information Supply Chain
|
93
|
+
my supply chain
|
98
94
|
|
99
|
-
|
100
|
-
## Qualified Name
|
101
|
-
TEST:Component:Create-with-q-name
|
102
|
-
|
103
|
-
---
|
104
|
-
|
105
|
-
# Update Solution Component
|
95
|
+
___
|
106
96
|
|
97
|
+
# foo Create Information Supply Chain Segment
|
107
98
|
## Display Name
|
108
|
-
|
109
|
-
Update-with-existing-q-name-match
|
110
|
-
|
99
|
+
second segment
|
111
100
|
## Description
|
112
|
-
|
113
|
-
##
|
114
|
-
|
115
|
-
##
|
116
|
-
|
117
|
-
##
|
118
|
-
|
119
|
-
## Solution Blueprints
|
120
|
-
|
121
|
-
SolutionBlueprint:Clinical Trial Management Solution Blueprint:V1.2
|
122
|
-
|
123
|
-
## Parent Components
|
124
|
-
|
125
|
-
## Qualified Name
|
126
|
-
TEST:Component:Create-with-q-name
|
101
|
+
A second segment description
|
102
|
+
## Scope
|
103
|
+
Infinite
|
104
|
+
## Integration Style
|
105
|
+
Wishful
|
106
|
+
## Information Supply Chain
|
107
|
+
my supply chain
|
127
108
|
|
128
|
-
|
109
|
+
# foo Link Segments
|
110
|
+
## Segment1
|
129
111
|
|
130
|
-
|
112
|
+
first segment
|
131
113
|
|
132
|
-
|
114
|
+
## Segment2
|
115
|
+
second segment
|
133
116
|
|
134
|
-
##
|
117
|
+
## Label
|
118
|
+
A link
|
135
119
|
|
136
|
-
|
120
|
+
___
|
137
121
|
|
138
|
-
|
139
|
-
Test to create a new component that does not exist with own qname
|
140
|
-
## Version Identifier
|
141
|
-
6
|
142
|
-
## Solution Component Type
|
143
|
-
Should fail - but need real implementation to know
|
144
|
-
## Planned Deployed Implementation Type
|
122
|
+
# View Information Supply Chains
|
145
123
|
|
146
|
-
##
|
124
|
+
## Output Format
|
125
|
+
REPORT
|
126
|
+
## Search String
|
147
127
|
|
148
|
-
|
128
|
+
*
|
149
129
|
|
150
|
-
## Parent Components
|
151
|
-
TEST:Component:Create-with-q-name
|
152
|
-
## Qualified Name
|
153
|
-
TEST:Component:Create-with-q-name:meow
|
154
|
-
---
|