pyegeria 5.4.0.14__py3-none-any.whl → 5.4.0.16__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 (118) hide show
  1. commands/cat/.DS_Store +0 -0
  2. commands/cat/.env +8 -0
  3. commands/cat/debug_log +550 -0
  4. commands/cat/debug_log.log +0 -0
  5. commands/cat/list_format_set.py +10 -4
  6. commands/cat/logs/pyegeria.log +0 -0
  7. commands/cli/debug_log.log +0 -0
  8. commands/ops/load_archive.py +26 -22
  9. commands/ops/logs/pyegeria.log +0 -0
  10. md_processing/.DS_Store +0 -0
  11. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  12. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  13. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  14. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  15. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  16. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  17. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  18. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  19. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  20. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  21. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  22. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  23. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  24. md_processing/dr_egeria_inbox/collections.md +39 -0
  25. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  26. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  27. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  28. md_processing/dr_egeria_inbox/data_field.md +54 -0
  29. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  30. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  31. md_processing/dr_egeria_inbox/data_test.md +179 -0
  32. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  33. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  34. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  35. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  36. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  37. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  38. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  39. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  40. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  41. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  42. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  43. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  44. md_processing/dr_egeria_inbox/gov_def.md +424 -0
  45. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  46. md_processing/dr_egeria_inbox/product.md +50 -0
  47. md_processing/dr_egeria_inbox/rel.md +8 -0
  48. md_processing/dr_egeria_inbox/sb.md +119 -0
  49. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  50. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  51. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  52. md_processing/dr_egeria_inbox/t2.md +268 -0
  53. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  54. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  55. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
  56. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
  57. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  58. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  59. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  60. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  61. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  62. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  63. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  64. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  65. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  66. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  67. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  68. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  69. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  70. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  71. md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
  72. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  73. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +62 -0
  74. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +62 -0
  75. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +47 -0
  76. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +503 -0
  77. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  78. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
  79. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
  80. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
  81. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +37 -0
  82. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
  83. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
  84. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
  85. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
  86. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  87. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  88. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  89. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  90. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  91. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  92. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  93. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  94. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  95. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  96. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  97. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  98. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  99. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
  100. md_processing/md_processing_utils/debug_log.log +0 -0
  101. md_processing/md_processing_utils/solution_architect_log.log +0 -0
  102. pyegeria/.DS_Store +0 -0
  103. pyegeria/_client_new.py +31 -1
  104. pyegeria/_output_format_models.py +373 -0
  105. pyegeria/_output_formats.py +501 -190
  106. pyegeria/collection_manager_omvs.py +1 -1
  107. pyegeria/glossary_browser_omvs.py +178 -65
  108. pyegeria/governance_officer_omvs.py +2 -2
  109. pyegeria/load_config.py +38 -13
  110. pyegeria/logging_configuration.py +2 -2
  111. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/METADATA +1 -1
  112. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/RECORD +115 -17
  113. md_processing/dr-egeria-outbox/DataStruct-2025-07-29-20-49-16.py +0 -8
  114. md_processing/dr-egeria-outbox/Mandy-DataStruct-2025-07-29-15-54-45.md +0 -19
  115. pyegeria/dr.egeria spec.md +0 -9
  116. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/LICENSE +0 -0
  117. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/WHEEL +0 -0
  118. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,100 @@
1
+
2
+
3
+ > This is a test to see if descriptions are showing up.
4
+
5
+ # Create Glossary
6
+ ## Glossary
7
+
8
+ Egeria-Markdown
9
+
10
+ ## Description
11
+ This describes Dr. Egeria
12
+
13
+
14
+ ___
15
+
16
+ # Create Category
17
+
18
+ ## Category Name
19
+
20
+ Main Category
21
+
22
+ ## Owning Glossary
23
+
24
+ Glossary::Egeria-Markdown
25
+
26
+ ## Parent Category
27
+ > The parent category.
28
+
29
+ ## Description
30
+
31
+ A root category. with children
32
+
33
+
34
+ # Create Category
35
+
36
+ ## Category Name
37
+
38
+ Child 1
39
+
40
+ ## Owning Glossary
41
+
42
+ Glossary::Egeria-Markdown
43
+
44
+ ## Parent Category
45
+
46
+ Main Category
47
+
48
+
49
+ ## Description
50
+
51
+ First child.
52
+
53
+ # Create Category
54
+
55
+ ## Category Name
56
+
57
+ Child 2
58
+
59
+ ## Owning Glossary
60
+
61
+ Glossary::Egeria-Markdown
62
+
63
+ ## Parent Category
64
+ Main Category
65
+ > The parent category.
66
+
67
+ ## Description
68
+
69
+ Second child.
70
+
71
+
72
+ # Create Category
73
+
74
+ ## Category Name
75
+
76
+ Grandchild 1
77
+
78
+ ## Owning Glossary
79
+
80
+ Glossary::Egeria-Markdown
81
+
82
+ ## Parent Category
83
+ Child 1
84
+ > The parent category.
85
+
86
+ ## Description
87
+
88
+ First grandchild.
89
+
90
+
91
+
92
+ # List Categories
93
+ ## Glossary
94
+
95
+ Glossary::Egeria-Markdown
96
+
97
+ # List Glossary Structure
98
+ ## Glossary
99
+
100
+ Egeria-Markdown
@@ -0,0 +1,39 @@
1
+ # View Collections
2
+ ## Output Format
3
+ LIST
4
+
5
+ ___
6
+
7
+ # Don't Create Collection
8
+ ## Name
9
+ A generic collection
10
+ ## Description
11
+ This is a generic collection
12
+
13
+ ___
14
+
15
+ # Don't Create Data Sharing
16
+ ## Name
17
+ Leak to fox
18
+
19
+ ## Description
20
+ Leak sensitive personal data only to the conservative media.
21
+
22
+ ## Status
23
+ PROPOSED
24
+
25
+ ___
26
+
27
+ # Don't View Data Sharing Agreements
28
+ ## Output Format
29
+ LIST
30
+
31
+ ___
32
+
33
+ # Don't View Data Sharing Agreements
34
+ ## Output Format
35
+ REPORT
36
+ ___
37
+ # View Collections
38
+ ## Output Format
39
+ LIST
@@ -0,0 +1,6 @@
1
+ D 2025-06-22T21:02:47.697780-0500 | INFO | process_markdown_file | 79 |
2
+
3
+ ====================================================
4
+
5
+ | {}
6
+ D 2025-06-22T21:02:47.698039-0500 | INFO | process_markdown_file | 80 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md | {}
@@ -0,0 +1,60 @@
1
+
2
+
3
+ ___
4
+
5
+ # View Data Dictionary
6
+ ## Output Format
7
+ LIST
8
+
9
+ # View Data Specifications
10
+ ## Output Format
11
+ LIST
12
+
13
+
14
+ # View Data Specs
15
+ ## Output Format
16
+ LIST
17
+ ___
18
+
19
+ # View Data Specs
20
+ ## Output Format
21
+ REPORT
22
+
23
+ ___
24
+
25
+ # View Data Structures
26
+ ## Output Format
27
+ LIST
28
+ ___
29
+
30
+ # View Data Structures
31
+ ## Output Format
32
+ REPORT
33
+ ___
34
+
35
+ # View Data Fields
36
+ ## Output Format
37
+ LIST
38
+ ___
39
+
40
+ # View Data Fields
41
+ ## Output Format
42
+ REPORT
43
+ ## Search String
44
+ *
45
+ ___
46
+ # View Data Class
47
+ ## Output Format
48
+ LIST
49
+
50
+ ___
51
+ # View Data Class
52
+ ## Output Format
53
+ REPORT
54
+
55
+ ___
56
+
57
+
58
+ # View Data Class
59
+ ## Output Format
60
+ DICT
@@ -0,0 +1,11 @@
1
+
2
+
3
+ # View Data Dictionaries
4
+
5
+ ## Output Format
6
+ DICT
7
+ ## Search String
8
+
9
+ *
10
+
11
+
@@ -0,0 +1,54 @@
1
+ # Create Data Field
2
+ ## Name
3
+ AngleLeftField
4
+ ## Description
5
+ Angle rotation of the left leg from vertical
6
+ ## Data Type
7
+ Integer
8
+ ## Position
9
+ 2
10
+ ## Min Cardinality
11
+ 1
12
+ ## Max Cardinality
13
+ 1
14
+ ## In Data Structure
15
+
16
+ ## Data Class
17
+ ## Glossary Term
18
+ ## Namespace
19
+ > forms part of qualified name
20
+ ## Version
21
+
22
+ ## In Data Dictionary
23
+
24
+ ___
25
+
26
+ # Create Data Field
27
+ ## Name
28
+ PatientId
29
+ ## Description
30
+ Unique identifier of the patient
31
+ ## Data Type
32
+ String
33
+ ## Position
34
+ 0
35
+ ## Min Cardinality
36
+ 1
37
+ ## Max Cardinality
38
+ 1
39
+ ## In Data Structure
40
+
41
+
42
+ ## Data Class
43
+ ## Glossary Term
44
+ Patient Identifier
45
+
46
+ ## Namespace
47
+ > forms part of qualified name
48
+
49
+ ## Version
50
+
51
+ ## In Data Dictionary
52
+ Clinical Trial Data Dictionary
53
+ ## Qualified Name
54
+ DataField::PatientId
@@ -0,0 +1,77 @@
1
+
2
+ # Create Data Dictionary
3
+ ## Name
4
+ Clinical Trial Data Dictionary
5
+
6
+ ## Description
7
+ A data dictionary for clinical trial data elements
8
+
9
+ ## Qualified Name
10
+
11
+
12
+ ___
13
+
14
+ # moo Create Data Spec
15
+
16
+ ## Name
17
+
18
+ Data Specification for Teddy Bear Drop Foot Clinical Trial
19
+
20
+ ## Description
21
+
22
+ Principle data requirements for this clinical trial. Meow
23
+
24
+ ___
25
+
26
+
27
+ # moo Create Data Structure
28
+
29
+ ## Name
30
+
31
+ Incoming Weekly Measurement Data
32
+
33
+ ## Description
34
+
35
+ This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial - meow
36
+
37
+ ## In Data Spec
38
+
39
+ Data Specification for Teddy Bear Drop Foot Clinical Trial
40
+
41
+ ___
42
+
43
+ # moo Create Data Field
44
+ ## Name
45
+ PatientId
46
+ ## Description
47
+ Unique identifier of the patient
48
+ ## Data Type
49
+ String
50
+ ## Position
51
+ 0
52
+ ## Min Cardinality
53
+ 1
54
+ ## Max Cardinality
55
+ 1
56
+ ## In Data Structure
57
+ > initially a data field must have at least one place it is part of and can update
58
+
59
+ Incoming Weekly Measurement Data
60
+ ## Data Class (1)
61
+ ## Glossary Term (1)
62
+ ## Namespace
63
+ > forms part of qualified name
64
+ ## Version
65
+
66
+ ## In Data Dictionary
67
+ Clinical Trial Data Dictionary
68
+
69
+ ## Qualified_Name
70
+
71
+ DataField::PatientId
72
+ ___
73
+
74
+
75
+ _
76
+
77
+