pyegeria 5.4.0.35__py3-none-any.whl → 5.4.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/debug_log.log +1112 -0
- md_processing/data/commands.json +762 -761
- md_processing/dr_egeria_inbox/data_spec_test.md +0 -18
- md_processing/dr_egeria_inbox/output_tests.md +12 -1
- md_processing/dr_egeria_outbox/friday/processed-2025-08-29 16:30-output_tests.md +103 -0
- md_processing/dr_egeria_outbox/friday/processed-2025-08-29 16:40-output_tests.md +115 -0
- md_processing/md_commands/project_commands.py +9 -7
- md_processing/md_processing_utils/common_md_proc_utils.py +5 -1
- md_processing/md_processing_utils/common_md_utils.py +2 -1
- md_processing/md_processing_utils/md_processing_constants.py +5 -4
- pyegeria/output_formatter.py +3 -1
- pyegeria/project_manager.py +1 -1
- {pyegeria-5.4.0.35.dist-info → pyegeria-5.4.1.dist-info}/METADATA +1 -1
- {pyegeria-5.4.0.35.dist-info → pyegeria-5.4.1.dist-info}/RECORD +17 -15
- {pyegeria-5.4.0.35.dist-info → pyegeria-5.4.1.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.35.dist-info → pyegeria-5.4.1.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.35.dist-info → pyegeria-5.4.1.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
|
3
|
-
# Link Parent Project
|
3
|
+
# Don't Link Parent Project
|
4
4
|
## Parent Project
|
5
5
|
Task::First Task
|
6
6
|
## Child Project
|
@@ -10,6 +10,17 @@ Task::Second Task
|
|
10
10
|
## Description
|
11
11
|
A link from 1 to 2
|
12
12
|
|
13
|
+
____
|
14
|
+
|
15
|
+
# Link Project Dependency
|
16
|
+
## Parent Project
|
17
|
+
Task::First Task
|
18
|
+
## Child Project
|
19
|
+
Task::Second Task
|
20
|
+
## Label
|
21
|
+
1 to 2
|
22
|
+
## Description
|
23
|
+
A link from 1 to 2
|
13
24
|
|
14
25
|
____
|
15
26
|
|
@@ -0,0 +1,103 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
* Parent Project: `Task::First Task`
|
5
|
+
|
6
|
+
* Child Project: `Task::Second Task`
|
7
|
+
|
8
|
+
* Description: `A link from 1 to 2`
|
9
|
+
|
10
|
+
* Label: `1 to 2`
|
11
|
+
|
12
|
+
|
13
|
+
# Don't Create Task
|
14
|
+
## Name
|
15
|
+
Second Task
|
16
|
+
## Description
|
17
|
+
A first task description
|
18
|
+
## Project Type
|
19
|
+
Task
|
20
|
+
## Mission
|
21
|
+
To have a mission
|
22
|
+
## Purposes
|
23
|
+
One, Two, Three
|
24
|
+
## Priority
|
25
|
+
1
|
26
|
+
## Start Date
|
27
|
+
2020-01-01
|
28
|
+
## End Date
|
29
|
+
2020-12-31
|
30
|
+
|
31
|
+
|
32
|
+
# Don't List Terms
|
33
|
+
## Output Format
|
34
|
+
LIST
|
35
|
+
|
36
|
+
## Output Format Set
|
37
|
+
Help-Terms
|
38
|
+
|
39
|
+
## Search String
|
40
|
+
Agreements
|
41
|
+
|
42
|
+
# Don't Create Governance Strategy
|
43
|
+
## Name
|
44
|
+
Excel in a changing world
|
45
|
+
## Summary
|
46
|
+
Change is inevitable. Use judgment and experience to determine how and best to create change and respond to it.
|
47
|
+
## Description
|
48
|
+
Change leads to both threats and opportunities. Use judgment and experience to determine how and best to create change and respond to it.
|
49
|
+
|
50
|
+
## Domain Identifier
|
51
|
+
6
|
52
|
+
## Version Identifier
|
53
|
+
|
54
|
+
## Scope
|
55
|
+
Organizational
|
56
|
+
|
57
|
+
## Importance
|
58
|
+
Stragic imperative
|
59
|
+
|
60
|
+
## Implications
|
61
|
+
Significant in all dimensions
|
62
|
+
## Outcomes
|
63
|
+
Thriving Organization
|
64
|
+
## Results
|
65
|
+
TBD
|
66
|
+
## Status
|
67
|
+
ACTIVE
|
68
|
+
|
69
|
+
____
|
70
|
+
|
71
|
+
# Don't Create Governance Principle
|
72
|
+
## Name
|
73
|
+
Evolvability
|
74
|
+
## Summary
|
75
|
+
Evolvability is the ability to change over time at a reasonable cost and pace.
|
76
|
+
## Description
|
77
|
+
Evolvability is the ability to change over time without significant disruption to the organization and without
|
78
|
+
significant cost and time.
|
79
|
+
|
80
|
+
## Domain Identifier
|
81
|
+
6
|
82
|
+
|
83
|
+
## Importance
|
84
|
+
Essential
|
85
|
+
## Implications
|
86
|
+
Change is life.
|
87
|
+
|
88
|
+
|
89
|
+
____
|
90
|
+
|
91
|
+
# Don't List Projects
|
92
|
+
## Search String
|
93
|
+
*
|
94
|
+
## Output Format
|
95
|
+
LIST
|
96
|
+
## Output Format Set
|
97
|
+
Projects
|
98
|
+
|
99
|
+
|
100
|
+
___
|
101
|
+
# Provenance
|
102
|
+
|
103
|
+
* Results from processing file output_tests.md on 2025-08-29 16:30
|
@@ -0,0 +1,115 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
# Don't Link Parent Project
|
4
|
+
## Parent Project
|
5
|
+
Task::First Task
|
6
|
+
## Child Project
|
7
|
+
Task::Second Task
|
8
|
+
## Label
|
9
|
+
1 to 2
|
10
|
+
## Description
|
11
|
+
A link from 1 to 2
|
12
|
+
|
13
|
+
____
|
14
|
+
|
15
|
+
|
16
|
+
* Parent Project: `Task::First Task`
|
17
|
+
|
18
|
+
* Child Project: `Task::Second Task`
|
19
|
+
|
20
|
+
* Description: `A link from 1 to 2`
|
21
|
+
|
22
|
+
* Label: `1 to 2`
|
23
|
+
|
24
|
+
|
25
|
+
# Don't Create Task
|
26
|
+
## Name
|
27
|
+
Second Task
|
28
|
+
## Description
|
29
|
+
A first task description
|
30
|
+
## Project Type
|
31
|
+
Task
|
32
|
+
## Mission
|
33
|
+
To have a mission
|
34
|
+
## Purposes
|
35
|
+
One, Two, Three
|
36
|
+
## Priority
|
37
|
+
1
|
38
|
+
## Start Date
|
39
|
+
2020-01-01
|
40
|
+
## End Date
|
41
|
+
2020-12-31
|
42
|
+
|
43
|
+
|
44
|
+
# Don't List Terms
|
45
|
+
## Output Format
|
46
|
+
LIST
|
47
|
+
|
48
|
+
## Output Format Set
|
49
|
+
Help-Terms
|
50
|
+
|
51
|
+
## Search String
|
52
|
+
Agreements
|
53
|
+
|
54
|
+
# Don't Create Governance Strategy
|
55
|
+
## Name
|
56
|
+
Excel in a changing world
|
57
|
+
## Summary
|
58
|
+
Change is inevitable. Use judgment and experience to determine how and best to create change and respond to it.
|
59
|
+
## Description
|
60
|
+
Change leads to both threats and opportunities. Use judgment and experience to determine how and best to create change and respond to it.
|
61
|
+
|
62
|
+
## Domain Identifier
|
63
|
+
6
|
64
|
+
## Version Identifier
|
65
|
+
|
66
|
+
## Scope
|
67
|
+
Organizational
|
68
|
+
|
69
|
+
## Importance
|
70
|
+
Stragic imperative
|
71
|
+
|
72
|
+
## Implications
|
73
|
+
Significant in all dimensions
|
74
|
+
## Outcomes
|
75
|
+
Thriving Organization
|
76
|
+
## Results
|
77
|
+
TBD
|
78
|
+
## Status
|
79
|
+
ACTIVE
|
80
|
+
|
81
|
+
____
|
82
|
+
|
83
|
+
# Don't Create Governance Principle
|
84
|
+
## Name
|
85
|
+
Evolvability
|
86
|
+
## Summary
|
87
|
+
Evolvability is the ability to change over time at a reasonable cost and pace.
|
88
|
+
## Description
|
89
|
+
Evolvability is the ability to change over time without significant disruption to the organization and without
|
90
|
+
significant cost and time.
|
91
|
+
|
92
|
+
## Domain Identifier
|
93
|
+
6
|
94
|
+
|
95
|
+
## Importance
|
96
|
+
Essential
|
97
|
+
## Implications
|
98
|
+
Change is life.
|
99
|
+
|
100
|
+
|
101
|
+
____
|
102
|
+
|
103
|
+
# Don't List Projects
|
104
|
+
## Search String
|
105
|
+
*
|
106
|
+
## Output Format
|
107
|
+
LIST
|
108
|
+
## Output Format Set
|
109
|
+
Projects
|
110
|
+
|
111
|
+
|
112
|
+
___
|
113
|
+
# Provenance
|
114
|
+
|
115
|
+
* Results from processing file output_tests.md on 2025-08-29 16:40
|
@@ -268,11 +268,11 @@ def process_link_project_hierarchy_command(egeria_client: EgeriaTech, txt: str,
|
|
268
268
|
return
|
269
269
|
|
270
270
|
else:
|
271
|
-
body = set_rel_request_body_for_type("
|
271
|
+
body = set_rel_request_body_for_type("ProjectHierarchy", attributes)
|
272
272
|
|
273
273
|
egeria_client.set_project_hierarchy(project_guid =child_project_guid,
|
274
|
-
parent_project_guid = parent_project_guid
|
275
|
-
body=body_slimmer(body))
|
274
|
+
parent_project_guid = parent_project_guid)
|
275
|
+
# body=body_slimmer(body))
|
276
276
|
msg = f"==>Created {object_type} link named `{label}`\n"
|
277
277
|
logger.success(msg)
|
278
278
|
out = parsed_output['display'].replace('Link', 'Detach', 1)
|
@@ -297,12 +297,14 @@ def process_link_project_hierarchy_command(egeria_client: EgeriaTech, txt: str,
|
|
297
297
|
|
298
298
|
def process_link_project_dependency_command(egeria_client: EgeriaTech, txt: str, directive: str = "display") -> Optional[str]:
|
299
299
|
|
300
|
-
# """ Set one project
|
300
|
+
# """ Set one project dependence on another."""
|
301
301
|
#
|
302
|
+
|
302
303
|
command, object_type, object_action = extract_command_plus(txt)
|
303
304
|
print(Markdown(f"# {command}\n"))
|
304
305
|
|
305
|
-
parsed_output = parse_view_command(egeria_client, object_type, object_action,
|
306
|
+
parsed_output = parse_view_command(egeria_client, object_type, object_action,
|
307
|
+
txt, directive)
|
306
308
|
|
307
309
|
if not parsed_output:
|
308
310
|
logger.error(f"No output for `{object_action}`")
|
@@ -372,10 +374,10 @@ def process_link_project_dependency_command(egeria_client: EgeriaTech, txt: str,
|
|
372
374
|
return
|
373
375
|
|
374
376
|
else:
|
375
|
-
body = set_rel_request_body_for_type("
|
377
|
+
body = set_rel_request_body_for_type("ProjectDependency", attributes)
|
376
378
|
|
377
379
|
egeria_client.set_project_dependency(project_guid =child_project_guid,
|
378
|
-
|
380
|
+
upstream_project_guid = parent_project_guid,
|
379
381
|
body=body_slimmer(body))
|
380
382
|
msg = f"==>Created {object_type} link named `{label}`\n"
|
381
383
|
logger.success(msg)
|
@@ -282,7 +282,11 @@ def parse_view_command(egeria_client: EgeriaTech, object_type: str, object_actio
|
|
282
282
|
command_spec = get_command_spec(f"Link {object_type}")
|
283
283
|
else:
|
284
284
|
command_spec = get_command_spec(f"{object_action} {object_type}")
|
285
|
-
|
285
|
+
if command_spec is None:
|
286
|
+
msg = f"Parser failed to find `{object_action} {object_type}` command for in the specification"
|
287
|
+
logger.error(msg)
|
288
|
+
print(Markdown("# " + msg))
|
289
|
+
exit(0)
|
286
290
|
attributes = command_spec.get('Attributes', [])
|
287
291
|
command_display_name = command_spec.get('display_name', None)
|
288
292
|
|
@@ -421,7 +421,8 @@ def set_peer_gov_def_request_body(object_type: str, attributes: dict)->dict:
|
|
421
421
|
|
422
422
|
def set_rel_request_body_for_type(object_type: str, attributes: dict)->dict:
|
423
423
|
rel_body = set_rel_request_body(object_type, attributes)
|
424
|
-
class_prop = camel_to_title_case(object_type) + "Properties"
|
424
|
+
# class_prop = camel_to_title_case(object_type) + "Properties"
|
425
|
+
class_prop = f"{object_type}Properties"
|
425
426
|
rel_body["properties"] = {
|
426
427
|
"class" : class_prop,
|
427
428
|
"description": attributes.get('Description', {}).get('value', None),
|
@@ -133,7 +133,7 @@ PROJECT_COMMANDS = ["Create Project", "Update Project", "Create Campaign", "Upda
|
|
133
133
|
command_list = ["Provenance", "Create Glossary", "Update Glossary", "Create Term", "Update Term", "List Terms",
|
134
134
|
"List Term Details", "List Glossary Terms", "List Term History", "List Term Revision History",
|
135
135
|
"List Term Update History", "List Glossary Structure", "List Glossaries", "List Categories",
|
136
|
-
"List Glossary Categories", "
|
136
|
+
"List Glossary Categories", "Link Project Dependency", "Attach Project Dependency",
|
137
137
|
"Detach Project Dependency", "Link Parent Project", "Attach Parent Project", "Detach Parent Project",
|
138
138
|
"Detach Parent Project",
|
139
139
|
"Create Solution Blueprint", "Update Solution Blueprint", "View Solution Blueprint",
|
@@ -262,14 +262,15 @@ def find_alternate_names(command: str) -> str | None:
|
|
262
262
|
for key, value in comm_spec.items():
|
263
263
|
if isinstance(value, dict):
|
264
264
|
v = value.get('alternate_names', "")
|
265
|
+
v = v.split(';') if v else ""
|
265
266
|
verb = command.split()[0] if command else ""
|
266
267
|
normalized_command = " ".join(command.split())
|
267
|
-
normalized_alternates = (" ".join(s.split()) for s in v)
|
268
|
+
# normalized_alternates = (" ".join(s.split()) for s in v)
|
268
269
|
if (command in v):
|
269
270
|
return key
|
270
|
-
elif does_command_match(normalized_command,
|
271
|
+
elif does_command_match(normalized_command, v):
|
271
272
|
return key
|
272
|
-
|
273
|
+
return None
|
273
274
|
|
274
275
|
|
275
276
|
def get_alternate_names(command: str) -> list | None:
|
pyegeria/output_formatter.py
CHANGED
@@ -810,7 +810,9 @@ def generate_output(elements: Union[Dict, List[Dict]],
|
|
810
810
|
Formatted output as string or list of dictionaries
|
811
811
|
"""
|
812
812
|
columns = columns_struct['formats'].get('columns',None) if columns_struct else None
|
813
|
-
target_type = columns_struct.get('target_type') if columns_struct else
|
813
|
+
target_type = columns_struct.get('target_type', entity_type) if columns_struct else entity_type
|
814
|
+
if target_type is None:
|
815
|
+
target_type = entity_type
|
814
816
|
|
815
817
|
# Ensure elements is a list
|
816
818
|
if isinstance(elements, dict):
|
pyegeria/project_manager.py
CHANGED
@@ -1198,7 +1198,7 @@ class ProjectManager(Client2):
|
|
1198
1198
|
logger.info(f"Project {project_guid} depends on -> {upstream_project_guid}")
|
1199
1199
|
|
1200
1200
|
@dynamic_catch
|
1201
|
-
|
1201
|
+
def set_project_dependency(self, project_guid: str,
|
1202
1202
|
upstream_project_guid: str,
|
1203
1203
|
body: dict | NewRelationshipRequestBody = None):
|
1204
1204
|
""" Link two dependent digital products. The linked elements are of type DigitalProduct.
|
@@ -8,7 +8,7 @@ commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
|
|
8
8
|
commands/cat/__init__.py,sha256=l4CImkjEiTQKS7QR-RQwzHIgRpfP032Mn_NZEuIILwg,98
|
9
9
|
commands/cat/debug_log.2025-08-26_20-04-40_905576.log.zip,sha256=HavU7Dgva1LHTUYz5csPmB4Pfw7f426DbfN5vvXPwU8,10238
|
10
10
|
commands/cat/debug_log.2025-08-27_20-09-41_795022.log.zip,sha256=aoPDkfQUPXEIRKfbw-AWoCBr3bFAorUNRSLwuVnDtMI,18135
|
11
|
-
commands/cat/debug_log.log,sha256=
|
11
|
+
commands/cat/debug_log.log,sha256=gYi5mAGML3hgwJt6rPtmsB86twcBlp1i6L_vKh-4AVg,148427
|
12
12
|
commands/cat/dr_egeria_command_help.py,sha256=RIxLNIva3_8ofWG_q-tvuIwHY8OZzoOxu6T8CdYZDdU,11101
|
13
13
|
commands/cat/dr_egeria_jupyter.py,sha256=rfLVV_84Q8Pqcq1flmijKvZ7sEZFy7JAcAP_NAbb46Y,5656
|
14
14
|
commands/cat/dr_egeria_md.py,sha256=zz-XtRW0sfBOG8kA51OFR5uKQ7JULGoOgXeJBXQBqTM,4889
|
@@ -4307,7 +4307,7 @@ md_processing/.obsidian/plugins/obsidian-sample-plugin/versions.json,sha256=BUEx
|
|
4307
4307
|
md_processing/.obsidian/workspace.json,sha256=NLVJEOtsowljw7Ka035ReHLPu4iitk2ZsuSDN6zUAFY,4282
|
4308
4308
|
md_processing/__init__.py,sha256=eH6gYAVFHuDu9KyTYcUZnEXRpUIyCZfvpWxskMLR-GA,7698
|
4309
4309
|
md_processing/data/commands-working.json,sha256=uCo_azcuuYqGm7QffJeCGj7PyZuZRGdu7kKf4XWmMoA,1162560
|
4310
|
-
md_processing/data/commands.json,sha256=
|
4310
|
+
md_processing/data/commands.json,sha256=lz8tkF4VeMfxMs_9-D5vREpXEI7JxEsLFYJdaE9ETno,1454750
|
4311
4311
|
md_processing/dr_egeria.py,sha256=WhQsAnqnFF_89k31Xs2X6lZIQUXG6GoD6vN30-HAspY,19541
|
4312
4312
|
md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md,sha256=9nmRdFbyXgEYSraBoXS5AzkH0-18kdL7IIMiuUgSNIo,191
|
4313
4313
|
md_processing/dr_egeria_inbox/Dr.Egeria Templates.md,sha256=-6nV6beEV8bBbW3Eggyssf-yrRc8c_Kwekyz9RN-gXc,28088
|
@@ -4328,7 +4328,7 @@ md_processing/dr_egeria_inbox/data_designer_out.md,sha256=DtUhHimZ1-hLRs0CqQb1Ki
|
|
4328
4328
|
md_processing/dr_egeria_inbox/data_designer_search_test.md,sha256=Fn0GJYShbA9sMn_q1iipg9P5f8C5RuTZ-XLF2mQQusA,73
|
4329
4329
|
md_processing/dr_egeria_inbox/data_field.md,sha256=jbjihghaBRAd_14n3LO1-vGCPzS3aNpNrntv1eCLKXY,702
|
4330
4330
|
md_processing/dr_egeria_inbox/data_spec.md,sha256=3VrV2pf0czFzYcWonn5L5W1NZG1CgSBViI0m1y0NBFA,1119
|
4331
|
-
md_processing/dr_egeria_inbox/data_spec_test.md,sha256=
|
4331
|
+
md_processing/dr_egeria_inbox/data_spec_test.md,sha256=TE4LxIQl53V9d5BimWuZfUbgnq_4jElpLeuUl0Iaj2g,16753
|
4332
4332
|
md_processing/dr_egeria_inbox/data_test.md,sha256=PNLCMXEjTl3gW7LodpGgGgM2XVT0aXcDSqNgSTq1P_I,2802
|
4333
4333
|
md_processing/dr_egeria_inbox/data_test2.md,sha256=-_8XYuyRv0GcAazmXDfej619WOxe5aeMBt0Km5BhUxw,5214
|
4334
4334
|
md_processing/dr_egeria_inbox/data_test3.md,sha256=PyfJYTLMQTs8w7a9F4uVx7yS3G1Y5BuKIRO-xQJR968,5566
|
@@ -4346,7 +4346,7 @@ md_processing/dr_egeria_inbox/glossary_test1.md,sha256=WQt4r792PhdV6i2LHpfFfg6-T
|
|
4346
4346
|
md_processing/dr_egeria_inbox/gov_def.md,sha256=WDz_zOB1qAmvPeNet-odaa893Wi-q7782vSpq7mBQSs,5294
|
4347
4347
|
md_processing/dr_egeria_inbox/gov_def2.md,sha256=eTjRYhl8JdZpWbTZ8slLVURwYwHqccmxfMiQCmJjMk8,4825
|
4348
4348
|
md_processing/dr_egeria_inbox/img.png,sha256=LnVAD6fnVn98zQT_AE--K1csbvPEG3LvQLdhw1bK-CI,73120
|
4349
|
-
md_processing/dr_egeria_inbox/output_tests.md,sha256=
|
4349
|
+
md_processing/dr_egeria_inbox/output_tests.md,sha256=ar83hxpq5p4wudZPS2431os6-e7vuWpmzdoNZCzVjhU,1700
|
4350
4350
|
md_processing/dr_egeria_inbox/product.md,sha256=nbxoMcUki5rlIz1Jw4mkCSNBq11dEdDeo42DXxjrYzc,2945
|
4351
4351
|
md_processing/dr_egeria_inbox/rel.md,sha256=stIzGh1FTXuCW_GniFKS1_mtmQPTwA1a1OmYeP5TszQ,97
|
4352
4352
|
md_processing/dr_egeria_inbox/sb.md,sha256=aY5QlVMxi5lh91ttr8bMCbl2z4qmsIN6XJ4SojFz8VU,1945
|
@@ -4383,6 +4383,8 @@ md_processing/dr_egeria_outbox/Scripts/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaa
|
|
4383
4383
|
md_processing/dr_egeria_outbox/Scripts/sendRest.js,sha256=XM3J1p3SWk53lSH13RogUGk1DHzzg7PwyE3Fkizy7pc,618
|
4384
4384
|
md_processing/dr_egeria_outbox/Templates/sendToApi.md.md,sha256=q6_NE5w4O5mQyJAO8CFpqNBtbPSJpl4gFul34UVMTnM,454
|
4385
4385
|
md_processing/dr_egeria_outbox/Untitled.canvas,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
4386
|
+
md_processing/dr_egeria_outbox/friday/processed-2025-08-29 16:30-output_tests.md,sha256=1xS11iIaEW_mdp5KkOgvdixfvF2VanlaW_cwkNcgTmM,1611
|
4387
|
+
md_processing/dr_egeria_outbox/friday/processed-2025-08-29 16:40-output_tests.md,sha256=PyLvO5zH6OeU-FWe_nW63rXxISExJBDLMZFTezbvH60,1766
|
4386
4388
|
md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md,sha256=GtPpB0F0gQ39Gq3iDFYlSwbWi5zqI6ffpOPln52sXfM,19609
|
4387
4389
|
md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md,sha256=9MnOXSw3Z84Mivwn8grJZTH6sawguwiaandGqbBB77M,1695
|
4388
4390
|
md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md,sha256=939ljAPEULAKIpK9VSL9lF6JjVaOGW55UDhDZyH3l5s,1489
|
@@ -4463,12 +4465,12 @@ md_processing/md_commands/glossary_commands.py,sha256=0Zfbt2xZIAv6y04br737A-nEDU
|
|
4463
4465
|
md_processing/md_commands/governance_officer_commands.py,sha256=NCYrx6k1q_duVoF0bMdbyLMjHOn7Xvc0-c50a4NWcGA,21990
|
4464
4466
|
md_processing/md_commands/old_project_commands.py,sha256=LPt8fWJHfjYzh31jcfzBekHqZkn_C93RGVrA_HIQJqU,8075
|
4465
4467
|
md_processing/md_commands/product_manager_commands.py,sha256=Cec50-hklSvv5_zeFywb7xc_zR7BEbeFYHCm9Yfr760,45579
|
4466
|
-
md_processing/md_commands/project_commands.py,sha256=
|
4468
|
+
md_processing/md_commands/project_commands.py,sha256=OQvmNyuBoKScABq2_yAtozaeYt8SqV2t5S5aZV_bQlw,17746
|
4467
4469
|
md_processing/md_commands/solution_architect_commands.py,sha256=Hk-_-2aJWoG8LYzTmf84z3rakN9kIQWEM9HM9_lz6xw,55157
|
4468
4470
|
md_processing/md_commands/view_commands.py,sha256=dvRD0Vjv1w9FTfV5W-4EMQBTk2NAUJlIP2jQ411kHS4,11815
|
4469
4471
|
md_processing/md_processing_utils/__init__.py,sha256=LxAmxlcji26ziKV4gGar01d95gL9vgToRIeJW8N-Ifs,80
|
4470
|
-
md_processing/md_processing_utils/common_md_proc_utils.py,sha256=
|
4471
|
-
md_processing/md_processing_utils/common_md_utils.py,sha256=
|
4472
|
+
md_processing/md_processing_utils/common_md_proc_utils.py,sha256=mod6YXbbujS6pKs3VQENHRIDCtJvTwfEuiqy1uFrge0,56377
|
4473
|
+
md_processing/md_processing_utils/common_md_utils.py,sha256=TZs0z3f6BaAAd-vyZeB9XxvJT4-MVQiWB36RL0VCkB8,23384
|
4472
4474
|
md_processing/md_processing_utils/debug_log,sha256=ThG1oGHi5wDLelXX9N2g45guDczbZhW-hOitueorEdU,432
|
4473
4475
|
md_processing/md_processing_utils/debug_log.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4474
4476
|
md_processing/md_processing_utils/determine_width.py,sha256=nzinSuSF9SeuVOfKXsg-l1cqLkNYKZnF6HYfJpft44A,4236
|
@@ -4478,7 +4480,7 @@ md_processing/md_processing_utils/generate_md_cmd_templates.py,sha256=SbWtR3T1Y6
|
|
4478
4480
|
md_processing/md_processing_utils/generate_md_templates.py,sha256=DMnMQ7_LbmQCS8aG-ppHGTu25obOSn4ZzSg7V21k9jo,3547
|
4479
4481
|
md_processing/md_processing_utils/generated_help_terms.md,sha256=9-Qt2_reHLXMb6H1VHtPPQME4_riEgr0CL1yYYwNSFc,35503
|
4480
4482
|
md_processing/md_processing_utils/logs/pyegeria.log,sha256=9MxTkQ-Q9WhJ8nzba3wVYgXP5v5QKvJN0iYQieJpwNc,6072
|
4481
|
-
md_processing/md_processing_utils/md_processing_constants.py,sha256=
|
4483
|
+
md_processing/md_processing_utils/md_processing_constants.py,sha256=c4ggEHJyw0asNVrqO-xZZGDQmrdr1BYDcDmTidpD688,17976
|
4482
4484
|
md_processing/md_processing_utils/message_constants.py,sha256=UBf18obM83umM6zplR7ychre4xLRbBnTzidHDZ2gNvM,548
|
4483
4485
|
pyegeria/.DS_Store,sha256=0aBMLyHzOdNfPdpm4fywtgy9RMl0MhMXfemUF9e7eaw,6148
|
4484
4486
|
pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
|
@@ -4519,9 +4521,9 @@ pyegeria/mermaid_utilities.py,sha256=Zcn8JRrqtf62oHoxuvP9tQ5G-BFxOGMNfr7-peuykgY
|
|
4519
4521
|
pyegeria/metadata_explorer_omvs.py,sha256=xHnZTQKbd6XwOhYia-RiIisrvZcqHi0SL1l6OCf04Gk,86911
|
4520
4522
|
pyegeria/models.py,sha256=JX81Wfskn5G4vTXFYl9Ctk-dnr6X2zuto-4gqbuAI9Y,19963
|
4521
4523
|
pyegeria/my_profile_omvs.py,sha256=d0oJYCJG7pS9BINPuGciVa00ac0jwPHNANXDCLginEc,34720
|
4522
|
-
pyegeria/output_formatter.py,sha256=
|
4524
|
+
pyegeria/output_formatter.py,sha256=sjStIfMMpM1sQ3XXbQulPbcVoCpzjUK4NRC6oYGTWY4,36611
|
4523
4525
|
pyegeria/platform_services.py,sha256=AJNa8n2mKfAMK68q886YCD-p5bpCxIlCxBsRdr0R9O4,41708
|
4524
|
-
pyegeria/project_manager.py,sha256=
|
4526
|
+
pyegeria/project_manager.py,sha256=QLWfXf6sYd78j02_gKFFhUnN9vEwhWBJfHRke5bhg4U,65908
|
4525
4527
|
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
4526
4528
|
pyegeria/runtime_manager_omvs.py,sha256=etM6sl__7w5WomxvgqKhJBcJp8fXrNGEyHQFBwpBKfc,80295
|
4527
4529
|
pyegeria/server_operations.py,sha256=5k0KVz3u8qRLwtz16zT3J86LZY3pkUrMDcps8srmq1A,16831
|
@@ -4530,8 +4532,8 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
|
|
4530
4532
|
pyegeria/utils.py,sha256=qgiYEdCRrrL6SpX1sceZQVYR40-rfFAhUJEhsubcx80,6889
|
4531
4533
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
4532
4534
|
pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
|
4533
|
-
pyegeria-5.4.
|
4534
|
-
pyegeria-5.4.
|
4535
|
-
pyegeria-5.4.
|
4536
|
-
pyegeria-5.4.
|
4537
|
-
pyegeria-5.4.
|
4535
|
+
pyegeria-5.4.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
4536
|
+
pyegeria-5.4.1.dist-info/METADATA,sha256=uG50KI-i8JqR42FJ9X1LHXf03e5WDmEEdzW3XIQWj9Q,3062
|
4537
|
+
pyegeria-5.4.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
4538
|
+
pyegeria-5.4.1.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
|
4539
|
+
pyegeria-5.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|