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,74 @@
1
+
2
+
3
+ # Don't Create Digital Product
4
+ ## Name
5
+ Opposition spending data
6
+ ## Description
7
+ Sensitive spending data for the political opposition.
8
+ ## Product Name
9
+ Non-Patriot Spending
10
+ ## Product Status
11
+ PROPOSED
12
+ ## Product Type
13
+ Political Dirty Tricks
14
+ ## Product Identifier
15
+ Enslave the Dems
16
+ ## Product Description
17
+ This product will help assure continueing dominance of the Trump party by helping to incarcerate or enslave all
18
+ opposition after stripping them of resources to fund our `gold-plat the world` initiative.
19
+ ## Maturity
20
+ Concept
21
+ ## Service Life
22
+ As long as needed
23
+
24
+
25
+ # Don't Create Data Sharing
26
+ ## Name
27
+ Leak to fox
28
+
29
+ ## Description
30
+ Leak sensitive personal data only to the conservative media.
31
+
32
+ ## Status
33
+ PROPOSED
34
+
35
+
36
+ # `DataSharingAgreement` with filter: `*`
37
+
38
+ # DataSharingAgreements Table
39
+
40
+ DataSharingAgreements found from the search string: `All`
41
+
42
+ | Name | Qualified Name | Collection Type | Description | Classifications | Members |
43
+ |-------------|-------------|-------------|-------------|-------------|-------------|
44
+ | Leak to fox | [DataSharing::Leak to fox](#38662406-303e-4f43-8faf-11ee69238f54) | | Leak sensitive personal data only to the conservative media. | Anchors, DataSharingAgreement | |
45
+
46
+
47
+
48
+ # `DataSharingAgreement` with filter: `*`
49
+
50
+ # DataSharingAgreement Report - created at 2025-07-20 15:10
51
+ DataSharingAgreement found from the search string: `All`
52
+
53
+ <a id="38662406-303e-4f43-8faf-11ee69238f54"></a>
54
+
55
+ # DataSharingAgreement Name: Leak to fox
56
+
57
+
58
+
59
+ ## GUID
60
+ 38662406-303e-4f43-8faf-11ee69238f54
61
+
62
+ ## Qualified Name
63
+ DataSharing::Leak to fox
64
+
65
+ ## Description
66
+ Leak sensitive personal data only to the conservative media.
67
+
68
+ ## Classifications
69
+ Anchors, DataSharingAgreement
70
+
71
+
72
+ # Provenance
73
+
74
+ * Results from processing file product.md on 2025-07-20 15:10
@@ -0,0 +1,49 @@
1
+
2
+
3
+ # Create Collection
4
+ ## Name
5
+ A generic collection
6
+ ## Description
7
+ This is a generic collection
8
+
9
+
10
+
11
+ # Don't Create Data Sharing
12
+ ## Name
13
+ Leak to fox
14
+
15
+ ## Description
16
+ Leak sensitive personal data only to the conservative media.
17
+
18
+ ## Status
19
+ PROPOSED
20
+
21
+ ___
22
+
23
+ # Don't View Data Sharing Agreements
24
+ ## Output Format
25
+ LIST
26
+
27
+ ___
28
+
29
+ # Don't View Data Sharing Agreements
30
+ ## Output Format
31
+ REPORT
32
+ ___
33
+
34
+ # `Collection` with filter: `*`
35
+
36
+ # Collections Table
37
+
38
+ Collections found from the search string: `All`
39
+
40
+ | Name | Qualified Name | Collection Type | Description | Classifications | Members |
41
+ |-------------|-------------|-------------|-------------|-------------|-------------|
42
+ | Elecraft Radio collection | [Collection::Elecraft Radio collection](#8a5b67e1-c4ea-4286-80cd-5fc9590258d8) | Hobby Collection | Another collection of my Elecraft radios | Anchors | |
43
+ | Leak to conservative media | [Agreement::Leak to conservative media](#c692d1a6-24de-40f2-a4bb-ab1b78bbb5c1) | | Leak sensitive personal data only to the conservative media. | Anchors | |
44
+ | Leak to fox | [DataSharing::Leak to fox](#38662406-303e-4f43-8faf-11ee69238f54) | | Leak sensitive personal data only to the conservative media. | Anchors, DataSharingAgreement | |
45
+ | Open Metadata Connector Type Directory | OpenMetadataConnectorTypeDirectory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6 | | Open Metadata standard connector categories and connector types. | Anchors, ConnectorTypeDirectory | OpenMetadataKafkaConnectorCategory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6, OpenMetadataJDBCConnectorCategory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6, OpenMetadataFileConnectorCategory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6 |
46
+
47
+ # Provenance
48
+
49
+ * Results from processing file collections.md on 2025-07-20 20:39