pyegeria 5.4.4.8__py3-none-any.whl → 5.4.6__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/dr_egeria_command_help.py +0 -0
- commands/cat/exp_list_glossaries.py +0 -0
- commands/cat/get_collection.py +0 -0
- commands/cat/get_project_dependencies.py +0 -0
- commands/cat/get_project_structure.py +0 -0
- commands/cat/list_assets.py +0 -0
- commands/cat/list_cert_types.py +0 -0
- commands/cat/list_collections.py +0 -0
- commands/cat/list_data_designer.py +0 -0
- commands/cat/list_data_structures_full.py +0 -0
- commands/cat/list_deployed_servers.py +0 -0
- commands/cat/list_glossaries.py +0 -0
- commands/cat/list_projects.py +0 -0
- commands/cat/list_tech_types.py +0 -0
- commands/cat/list_terms.py +0 -0
- commands/cat/list_todos.py +0 -0
- commands/cli/egeria.py +0 -0
- commands/my/list_my_profile.py +0 -0
- commands/my/list_my_roles.py +0 -0
- commands/my/monitor_my_todos.py +0 -0
- commands/my/monitor_open_todos.py +0 -0
- commands/ops/list_archives.py +0 -0
- commands/ops/list_catalog_targets.py +0 -0
- commands/ops/monitor_asset_events.py +0 -0
- commands/ops/monitor_engine_activity.py +0 -0
- commands/ops/monitor_engine_activity_c.py +0 -0
- commands/ops/monitor_gov_eng_status.py +0 -0
- commands/ops/monitor_integ_daemon_status.py +0 -0
- commands/ops/monitor_platform_status.py +0 -0
- commands/ops/monitor_server_startup.py +0 -0
- commands/ops/monitor_server_status.py +0 -0
- commands/ops/orig_monitor_server_list.py +0 -0
- commands/ops/orig_monitor_server_status.py +0 -0
- commands/ops/table_integ_daemon_status.py +0 -0
- commands/tech/get_guid_info.py +0 -0
- commands/tech/get_tech_details.py +0 -0
- commands/tech/list_anchored_elements.py +0 -0
- commands/tech/list_asset_types.py +0 -0
- commands/tech/list_gov_action_processes.py +0 -0
- commands/tech/list_information_supply_chains.py +0 -0
- commands/tech/list_registered_services.py +0 -0
- commands/tech/list_relationship_types.py +0 -0
- commands/tech/list_relationships.py +0 -0
- commands/tech/list_solution_blueprints.py +0 -0
- commands/tech/list_solution_components.py +0 -0
- commands/tech/list_solution_roles.py +0 -0
- commands/tech/list_valid_metadata_values.py +0 -0
- md_processing/__init__.py +2 -0
- md_processing/dr_egeria.py +7 -4
- md_processing/md_commands/data_designer_commands.py +8 -3
- md_processing/md_commands/product_manager_commands.py +115 -12
- md_processing/md_commands/view_commands.py +3 -0
- md_processing/md_processing_utils/md_processing_constants.py +2 -1
- pyegeria/__init__.py +1 -0
- pyegeria/_client_new.py +1 -1
- pyegeria/_output_formats.py +50 -8
- pyegeria/automated_curation.py +122 -15
- pyegeria/collection_manager.py +28 -2
- pyegeria/data_designer.py +3 -3
- pyegeria/format_set_executor.py +159 -0
- pyegeria/mcp_adapter.py +110 -0
- pyegeria/mcp_server.py +176 -0
- pyegeria/project_manager.py +1 -1
- pyegeria/reference_data.py +1 -1
- pyegeria/x_action_author_omvs.py +1 -1
- {pyegeria-5.4.4.8.dist-info → pyegeria-5.4.6.dist-info}/METADATA +26 -29
- pyegeria-5.4.6.dist-info/RECORD +174 -0
- {pyegeria-5.4.4.8.dist-info → pyegeria-5.4.6.dist-info}/WHEEL +2 -1
- pyegeria-5.4.6.dist-info/entry_points.txt +105 -0
- pyegeria-5.4.6.dist-info/top_level.txt +3 -0
- commands/README.md +0 -47
- commands/cat/README.md +0 -16
- commands/cat/debug_log.2025-09-14_11-03-29_316193.log.zip +0 -0
- commands/cat/debug_log.2025-09-15_19-06-37_086464.log.zip +0 -0
- commands/cat/debug_log.2025-09-20_11-10-54_418109.log.zip +0 -0
- commands/cli/debug_log +0 -0
- commands/cli/txt_custom_v2.tcss +0 -19
- commands/doc/README.md +0 -145
- commands/doc/Visual Command Reference/README.md +0 -511
- commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png +0 -0
- commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png +0 -0
- commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png +0 -0
- commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-12-17 at 15.48.38@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-11-25 at 20.21.25@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-12-17 at 15.52.16@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/deployed-data/deployed_databases 2024-12-16 at 16.40.31@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png +0 -0
- commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png +0 -0
- commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png +0 -0
- commands/doc/Visual Command Reference/cat/show/info/collection-graph 2024-12-12 at 11.33.18@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/info/list-collections 2024-12-10 at 14.25.51@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/info/list-todos 2024-12-12 at 11.46.30@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/info/list-user-ids 2024-12-12 at 11.51.09@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/info/tech-types 2024-12-12 at 11.37.20@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/projects/project_dependencies 2024-12-14 at 16.24.39@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/projects/project_structure 2024-12-14 at 16.21.35@2x.png +0 -0
- commands/doc/Visual Command Reference/cat/show/projects/projects 2024-12-14 at 16.18.10@2x.png +0 -0
- commands/doc/Visual Command Reference/hey_egeria tui 2024-12-16 at 16.58.22@2x.png +0 -0
- commands/doc/Visual Command Reference/my/show/my_profile 2024-12-14 at 16.29.27@2x.png +0 -0
- commands/doc/Visual Command Reference/my/show/my_roles 2024-12-14 at 16.32.10@2x.png +0 -0
- commands/doc/Visual Command Reference/my/show/my_todos 2024-12-15 at 16.24.13@2x.png +0 -0
- commands/doc/Visual Command Reference/my/show/open_todos 2024-12-14 at 16.36.12@2x.png +0 -0
- commands/doc/Visual Command Reference/ops/show/engines/list_engine_activity compressed 2024-12-15 at 16.48.48@2x.png +0 -0
- commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity 2024-12-15 at 16.32.55@2x.png +0 -0
- commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity compressed 2024-12-15 at 16.38.29@2x.png +0 -0
- commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_status 2024-12-15 at 16.51.26.jpeg +0 -0
- commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_daemon_status 2024-12-15 at 16.57.12@2x.png +0 -0
- commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_targets 2024-12-15 at 17.02.19@2x.png +0 -0
- commands/doc/Visual Command Reference/ops/show/platforms/monitor_platform_status 2024-12-15 at 19.53.18@2x.png +0 -0
- commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status 2024-12-15 at 19.59.39@2x.png +0 -0
- commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status full 2024-12-15 at 20.01.57@2x.png +0 -0
- commands/doc/Visual Command Reference/ops/show/servers/monitor_startup_servers 2024-12-15 at 19.56.07@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/elements/get_anchored_elements 2024-12-15 at 21.25.41@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/elements/get_elements_of_om_type 2024-12-16 at 14.39.59@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/elements/info_for_guid 2024-12-16 at 11.35.29@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type 2024-12-16 at 14.24.18@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type extended 2024-12-16 at 14.28.46@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/elements/list_elements_of_om_type_by_classification 2024-12-16 at 14.35.26@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/elements/related_elements 2024-12-16 at 14.55.01@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/elements/show_related_specifications 2024-12-16 at 15.04.55@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-info/asset_types 2024-12-16 at 15.10.16@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-info/detailed_governance_action_processes 2024-12-16 at 15.16.26@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-info/governance_action_processes 2024-12-16 at 15.13.01@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-info/registered_services 2024-12-16 at 16.44.54@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-16 at 16.20.34@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-19 at 10.51.54@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-info/valid_metadata_values 2024-12-16 at 15.31.56@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_type_template_specs 2024-12-16 at 16.03.22@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png +0 -0
- commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png +0 -0
- commands/doc/glossary/basic-glossary-tui.md +0 -109
- commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png +0 -0
- commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png +0 -0
- commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png +0 -0
- commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png +0 -0
- commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png +0 -0
- commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png +0 -0
- commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png +0 -0
- commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png +0 -0
- commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png +0 -0
- commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png +0 -0
- commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png +0 -0
- commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png +0 -0
- commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png +0 -0
- commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png +0 -0
- commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png +0 -0
- commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png +0 -0
- commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png +0 -0
- commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png +0 -0
- commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png +0 -0
- commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png +0 -0
- commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png +0 -0
- commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png +0 -0
- commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png +0 -0
- commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png +0 -0
- commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png +0 -0
- commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png +0 -0
- commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png +0 -0
- commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png +0 -0
- commands/doc/glossary/images/tui-load-archive.png +0 -0
- commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png +0 -0
- commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png +0 -0
- commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png +0 -0
- commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png +0 -0
- commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/README.md +0 -346
- commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria 2024-11-12 at 20.38.43.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria cat 2024-11-12 at 21.41.43.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-list 2024-11-12 at 16.45.26.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-live 2024-11-12 at 16.44.12@2x.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status 2024-11-10 at 18.15.42@2x.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status-full 2024-11-10 at 18.25.14@2x.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/tui-load-archive 2024-11-10 at 19.19.09@2x.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status 2024-11-10 at 18.52.01@2x.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png +0 -0
- commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png +0 -0
- commands/my/README.md +0 -17
- commands/ops/README.md +0 -24
- commands/tech/README.md +0 -24
- md_processing/.obsidian/app.json +0 -1
- md_processing/.obsidian/appearance.json +0 -1
- md_processing/.obsidian/community-plugins.json +0 -1
- md_processing/.obsidian/core-plugins.json +0 -33
- md_processing/.obsidian/workspace.json +0 -167
- md_processing/data/commands-working.json +0 -34850
- md_processing/data/commands.json +0 -51697
- md_processing/data/generated_format_sets.json +0 -4137
- md_processing/dr-egeria-outbox/DataStruct-DrE-2025-09-19-22-35-57.md +0 -46
- md_processing/dr-egeria-outbox/Digital Products-2025-09-21-16-52-50.md +0 -51
- md_processing/dr-egeria-outbox/Digital-Product-Catalog-2025-09-21-16-55-19.md +0 -77
- md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb +0 -341
- md_processing/md_processing_utils/debug_log +0 -84
- md_processing/md_processing_utils/dr-egeria-help-2025-09-09T11:10:03.md +0 -3305
- md_processing/md_processing_utils/dr-egeria-help-2025-09-10T14:49:49.md +0 -3460
- md_processing/md_processing_utils/dr-egeria-help-2025-09-10T14:57:46.md +0 -472
- pyegeria/README.md +0 -35
- pyegeria-5.4.4.8.dist-info/RECORD +0 -308
- pyegeria-5.4.4.8.dist-info/entry_points.txt +0 -105
- {pyegeria-5.4.4.8.dist-info → pyegeria-5.4.6.dist-info/licenses}/LICENSE +0 -0
@@ -1,46 +0,0 @@
|
|
1
|
-
# Data Structure Information
|
2
|
-
Information used with Dr. Egeria to describe Data Structures.
|
3
|
-
|
4
|
-
# Data Structure Report - created at 2025-09-19 22:35
|
5
|
-
Data Structure found from the search string: `All`
|
6
|
-
|
7
|
-
<a id="b62fc872-7b2f-449a-976b-d5b1efc453d5"></a>
|
8
|
-
# Data Structure Name: NAICS Code Structure
|
9
|
-
|
10
|
-
## Display Name
|
11
|
-
NAICS Code Structure
|
12
|
-
|
13
|
-
## Qualified Name
|
14
|
-
[DataStruct::NAICS Code Structure](#b62fc872-7b2f-449a-976b-d5b1efc453d5)
|
15
|
-
|
16
|
-
## Category
|
17
|
-
Standard Reference Data
|
18
|
-
|
19
|
-
## Description
|
20
|
-
Each NAICS code entry consists of a unique six digit code and a corresponding name or title that describes a particular economic activity.
|
21
|
-
|
22
|
-
## Mermaid Graph
|
23
|
-
|
24
|
-
```mermaid
|
25
|
-
---
|
26
|
-
title: DataStructure - NAICS Code Structure [b62fc872-7b2f-449a-976b-d5b1efc453d5]
|
27
|
-
---
|
28
|
-
flowchart TD
|
29
|
-
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
30
|
-
|
31
|
-
1@{ shape: rounded, label: "*Data Structure*
|
32
|
-
**NAICS Code Structure**"}
|
33
|
-
2@{ shape: rect, label: "*Data Field*
|
34
|
-
**NAICS Code**"}
|
35
|
-
1==>|"Member Data Field"|2
|
36
|
-
3@{ shape: rect, label: "*Data Field*
|
37
|
-
**2022 NAICS Title**"}
|
38
|
-
1==>|"Member Data Field"|3
|
39
|
-
style 1 color:#000000, fill:#e0ab18, stroke:#004563
|
40
|
-
style 2 color:#000000, fill:#ffe3cc, stroke:#f9845b
|
41
|
-
style 3 color:#000000, fill:#ffe3cc, stroke:#f9845b
|
42
|
-
```
|
43
|
-
## GUID
|
44
|
-
b62fc872-7b2f-449a-976b-d5b1efc453d5
|
45
|
-
|
46
|
-
[[Data Structure]]
|
@@ -1,51 +0,0 @@
|
|
1
|
-
# Digital Product Information
|
2
|
-
Attributes useful to Digital Products.
|
3
|
-
|
4
|
-
# DigitalProduct Report - created at 2025-09-21 16:52
|
5
|
-
DigitalProduct found from the search string: `All`
|
6
|
-
|
7
|
-
<a id="660bfc21-12b5-4de1-a8f3-63239fbb58a0"></a>
|
8
|
-
# DigitalProduct Name: NAICS Codes
|
9
|
-
|
10
|
-
## Display Name
|
11
|
-
NAICS Codes
|
12
|
-
|
13
|
-
## Qualified Name
|
14
|
-
[DigitalProduct::NAICS-Codes::2022](#660bfc21-12b5-4de1-a8f3-63239fbb58a0)
|
15
|
-
|
16
|
-
## Category
|
17
|
-
General Reference Data
|
18
|
-
|
19
|
-
## Description
|
20
|
-
NAICS Codes classify different kinds of businesses based on what they produce. They are organized hierarchically with more digits providing finer granularity in the kind of economic activity.
|
21
|
-
|
22
|
-
## Product Name
|
23
|
-
NAICS Codes - Industry Classifications
|
24
|
-
|
25
|
-
## Identifier
|
26
|
-
NAICS
|
27
|
-
|
28
|
-
## Maturity
|
29
|
-
Mature
|
30
|
-
|
31
|
-
## Mermaid Graph
|
32
|
-
|
33
|
-
```mermaid
|
34
|
-
---
|
35
|
-
title: DigitalProduct - NAICS Codes [660bfc21-12b5-4de1-a8f3-63239fbb58a0]
|
36
|
-
---
|
37
|
-
flowchart TD
|
38
|
-
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
39
|
-
|
40
|
-
1@{ shape: rounded, label: "*Digital Product*
|
41
|
-
**NAICS Codes**"}
|
42
|
-
2@{ shape: rect, label: "*Collection [ Folder]*
|
43
|
-
**Industry Classifications**"}
|
44
|
-
2==>|"Collection Membership"|1
|
45
|
-
3@{ shape: tag-doc, label: "*C S V File*
|
46
|
-
**NAICS-6-digit_2022_Codes.csv**"}
|
47
|
-
1==>|"Collection Membership"|3
|
48
|
-
style 1 color:#000000, fill:#e0ab18, stroke:#004563
|
49
|
-
style 2 color:#000000, fill:#8fbc8f, stroke:#000000
|
50
|
-
style 3 color:#000000, fill:#bdb76b, stroke:#004563
|
51
|
-
```
|
@@ -1,77 +0,0 @@
|
|
1
|
-
# Catalogs for Digital Products
|
2
|
-
Attributes generic to all Digital Product Catalogs..
|
3
|
-
|
4
|
-
# DigitalProductCatalog Report - created at 2025-09-21 16:55
|
5
|
-
DigitalProductCatalog found from the search string: `All`
|
6
|
-
|
7
|
-
<a id="6b6303ee-a6e9-412c-b91f-852e56293ffa"></a>
|
8
|
-
# DigitalProductCatalog Name: Sustainability Product Catalog
|
9
|
-
|
10
|
-
## Display Name
|
11
|
-
Sustainability Product Catalog
|
12
|
-
|
13
|
-
## Qualified Name
|
14
|
-
[DigProdCatalog::Sustainability-Product-Catalog::2025](#6b6303ee-a6e9-412c-b91f-852e56293ffa)
|
15
|
-
|
16
|
-
## Category
|
17
|
-
Sustainability
|
18
|
-
|
19
|
-
## Description
|
20
|
-
Catalog of Sustainability Assets that includes reference data used in carbon accounting, interim and localized results, aggregated results and finalized sustainability reports.
|
21
|
-
|
22
|
-
## Type Name
|
23
|
-
DigitalProductCatalog
|
24
|
-
|
25
|
-
## Created By
|
26
|
-
erinoverview
|
27
|
-
|
28
|
-
## Create Time
|
29
|
-
2025-09-20T18:57:09.670+00:00
|
30
|
-
|
31
|
-
## Containing Members
|
32
|
-
Collection::Audited-Carbon-Accounting-Data, Collection::Sustainability-Reports, Collection::Scope-3-Related-Data, Collection::Industry-Classifications, Collection::Interim-Carbon-Accounting-Data
|
33
|
-
|
34
|
-
## GUID
|
35
|
-
6b6303ee-a6e9-412c-b91f-852e56293ffa
|
36
|
-
|
37
|
-
## Mermaid Graph
|
38
|
-
|
39
|
-
```mermaid
|
40
|
-
---
|
41
|
-
title: DigitalProductCatalog - Sustainability Product Catalog [6b6303ee-a6e9-412c-b91f-852e56293ffa]
|
42
|
-
---
|
43
|
-
flowchart TD
|
44
|
-
%%{init: {"flowchart": {"htmlLabels": false}} }%%
|
45
|
-
|
46
|
-
1@{ shape: rounded, label: "*Digital Product Catalog*
|
47
|
-
**Sustainability Product Catalog**"}
|
48
|
-
2@{ shape: rect, label: "*Collection [ Folder]*
|
49
|
-
**Audited Carbon Accounting Data**"}
|
50
|
-
1==>|"Collection Membership"|2
|
51
|
-
3@{ shape: rect, label: "*Collection [ Folder]*
|
52
|
-
**Sustainability Reports**"}
|
53
|
-
1==>|"Collection Membership"|3
|
54
|
-
4@{ shape: rect, label: "*Collection [ Folder]*
|
55
|
-
**Scope 3 Related Data**"}
|
56
|
-
1==>|"Collection Membership"|4
|
57
|
-
5@{ shape: rect, label: "*Collection [ Folder]*
|
58
|
-
**Industry Classifications**"}
|
59
|
-
1==>|"Collection Membership"|5
|
60
|
-
6@{ shape: rect, label: "*Digital Product*
|
61
|
-
**NAICS Codes**"}
|
62
|
-
5==>|"Collection Membership"|6
|
63
|
-
7@{ shape: tag-doc, label: "*C S V File*
|
64
|
-
**NAICS-6-digit_2022_Codes.csv**"}
|
65
|
-
6==>|"Collection Membership"|7
|
66
|
-
8@{ shape: rect, label: "*Collection [ Folder]*
|
67
|
-
**Interim Carbon Accounting Data**"}
|
68
|
-
1==>|"Collection Membership"|8
|
69
|
-
style 1 color:#000000, fill:#e0ab18, stroke:#004563
|
70
|
-
style 2 color:#000000, fill:#8fbc8f, stroke:#000000
|
71
|
-
style 3 color:#000000, fill:#8fbc8f, stroke:#000000
|
72
|
-
style 4 color:#000000, fill:#8fbc8f, stroke:#000000
|
73
|
-
style 5 color:#000000, fill:#8fbc8f, stroke:#000000
|
74
|
-
style 6 color:#FFFFFF, fill:#04682b4, stroke:#3079ab
|
75
|
-
style 7 color:#000000, fill:#bdb76b, stroke:#004563
|
76
|
-
style 8 color:#000000, fill:#8fbc8f, stroke:#000000
|
77
|
-
```
|
@@ -1,341 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"cells": [
|
3
|
-
{
|
4
|
-
"cell_type": "markdown",
|
5
|
-
"id": "f211c1736f87555",
|
6
|
-
"metadata": {},
|
7
|
-
"source": [
|
8
|
-
"# This notebook contains experimental Freddie commands\n",
|
9
|
-
"## Lets see if this is parsed\n",
|
10
|
-
"meow"
|
11
|
-
]
|
12
|
-
},
|
13
|
-
{
|
14
|
-
"metadata": {
|
15
|
-
"ExecuteTime": {
|
16
|
-
"end_time": "2025-03-06T01:43:38.278089Z",
|
17
|
-
"start_time": "2025-03-06T01:43:38.276538Z"
|
18
|
-
}
|
19
|
-
},
|
20
|
-
"cell_type": "code",
|
21
|
-
"source": "",
|
22
|
-
"id": "2716f0b6c001136a",
|
23
|
-
"outputs": [],
|
24
|
-
"execution_count": null
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"cell_type": "markdown",
|
28
|
-
"id": "3b321563-4977-496a-963b-9b9dd75de968",
|
29
|
-
"metadata": {},
|
30
|
-
"source": [
|
31
|
-
"# Create Glossary\n",
|
32
|
-
"## Glossary Name\n",
|
33
|
-
"\n",
|
34
|
-
"Egeria-Markdown\n",
|
35
|
-
"\n",
|
36
|
-
"## Language\n",
|
37
|
-
"English\n",
|
38
|
-
"\n",
|
39
|
-
"## Description\n",
|
40
|
-
"\n",
|
41
|
-
"Glossary to describe the vocabulary of Freddie - an Egeria Markdown language to support the exchange of metadata in a Markdown form.\n",
|
42
|
-
"Freddie allows users to input metadata using any text entry system that supports the entry of standard Markdown characters and through post-processing\n",
|
43
|
-
"commands, validates the Egeria content and allows the requests to be sent to Egeria. This is an update\n",
|
44
|
-
"\n",
|
45
|
-
"\n",
|
46
|
-
"## Usage\n",
|
47
|
-
"1) (optional) load an example or template for the type of object from Egeria.\n",
|
48
|
-
"2) Create a new document (perhaps from the template) and edit it, adding in the content with the Freddie controlled Markdown language.\n",
|
49
|
-
"3) Process the document to validate and display it before you submit it, Validation may annotate your document with recommendations and potential issues.\n",
|
50
|
-
"4) Submit the document to Egeria using the Freddie_sings command.\n",
|
51
|
-
"5) anything?\n",
|
52
|
-
"\n",
|
53
|
-
"## <Qualified Name>\n",
|
54
|
-
"\n",
|
55
|
-
"\n",
|
56
|
-
"## <GUID>\n",
|
57
|
-
"\n"
|
58
|
-
]
|
59
|
-
},
|
60
|
-
{
|
61
|
-
"cell_type": "code",
|
62
|
-
"id": "a7295df2-5afb-46ba-889a-94881d883678",
|
63
|
-
"metadata": {
|
64
|
-
"execution": {
|
65
|
-
"iopub.execute_input": "2025-02-27T15:23:58.820592Z",
|
66
|
-
"iopub.status.busy": "2025-02-27T15:23:58.820416Z",
|
67
|
-
"iopub.status.idle": "2025-02-27T15:24:00.802861Z",
|
68
|
-
"shell.execute_reply": "2025-02-27T15:24:00.802425Z",
|
69
|
-
"shell.execute_reply.started": "2025-02-27T15:23:58.820583Z"
|
70
|
-
},
|
71
|
-
"ExecuteTime": {
|
72
|
-
"end_time": "2025-03-06T01:43:44.148760Z",
|
73
|
-
"start_time": "2025-03-06T01:43:42.291143Z"
|
74
|
-
}
|
75
|
-
},
|
76
|
-
"source": [
|
77
|
-
"%pip install jupyter-notebook-parser\n",
|
78
|
-
"%pip install marko"
|
79
|
-
],
|
80
|
-
"outputs": [
|
81
|
-
{
|
82
|
-
"name": "stdout",
|
83
|
-
"output_type": "stream",
|
84
|
-
"text": [
|
85
|
-
"Requirement already satisfied: jupyter-notebook-parser in /Users/dwolfson/Library/Caches/pypoetry/virtualenvs/pyegeria-EE3A6T0J-py3.12/lib/python3.12/site-packages (0.1.4)\r\n",
|
86
|
-
"Note: you may need to restart the kernel to use updated packages.\n",
|
87
|
-
"Collecting marko\r\n",
|
88
|
-
" Downloading marko-2.1.2-py3-none-any.whl.metadata (4.5 kB)\r\n",
|
89
|
-
"Downloading marko-2.1.2-py3-none-any.whl (42 kB)\r\n",
|
90
|
-
"Installing collected packages: marko\r\n",
|
91
|
-
"Successfully installed marko-2.1.2\r\n",
|
92
|
-
"Note: you may need to restart the kernel to use updated packages.\n"
|
93
|
-
]
|
94
|
-
}
|
95
|
-
],
|
96
|
-
"execution_count": 1
|
97
|
-
},
|
98
|
-
{
|
99
|
-
"cell_type": "code",
|
100
|
-
"id": "d02383df-f617-48f7-be54-e930b6275a7e",
|
101
|
-
"metadata": {
|
102
|
-
"execution": {
|
103
|
-
"iopub.execute_input": "2025-02-27T15:25:33.155175Z",
|
104
|
-
"iopub.status.busy": "2025-02-27T15:25:33.154695Z",
|
105
|
-
"iopub.status.idle": "2025-02-27T15:25:33.162801Z",
|
106
|
-
"shell.execute_reply": "2025-02-27T15:25:33.162362Z",
|
107
|
-
"shell.execute_reply.started": "2025-02-27T15:25:33.155158Z"
|
108
|
-
},
|
109
|
-
"ExecuteTime": {
|
110
|
-
"end_time": "2025-03-06T01:44:09.244223Z",
|
111
|
-
"start_time": "2025-03-06T01:44:09.242117Z"
|
112
|
-
}
|
113
|
-
},
|
114
|
-
"source": [
|
115
|
-
"import json\n",
|
116
|
-
"import marko\n",
|
117
|
-
"from jupyter_notebook_parser import JupyterNotebookParser"
|
118
|
-
],
|
119
|
-
"outputs": [],
|
120
|
-
"execution_count": 3
|
121
|
-
},
|
122
|
-
{
|
123
|
-
"cell_type": "code",
|
124
|
-
"id": "b5560fcd-afe4-4133-8204-8f2535feb9b6",
|
125
|
-
"metadata": {
|
126
|
-
"execution": {
|
127
|
-
"iopub.execute_input": "2025-02-27T15:25:34.354443Z",
|
128
|
-
"iopub.status.busy": "2025-02-27T15:25:34.354300Z",
|
129
|
-
"iopub.status.idle": "2025-02-27T15:25:34.358702Z",
|
130
|
-
"shell.execute_reply": "2025-02-27T15:25:34.358236Z",
|
131
|
-
"shell.execute_reply.started": "2025-02-27T15:25:34.354435Z"
|
132
|
-
},
|
133
|
-
"ExecuteTime": {
|
134
|
-
"end_time": "2025-03-06T01:44:10.183573Z",
|
135
|
-
"start_time": "2025-03-06T01:44:10.180327Z"
|
136
|
-
}
|
137
|
-
},
|
138
|
-
"source": [
|
139
|
-
"parsed = JupyterNotebookParser('glossary_creation_experiment.ipynb')\n",
|
140
|
-
"\n",
|
141
|
-
"parsed.get_all_cells() # returns List[Dict], each Dict is a notebook cell\n",
|
142
|
-
"\n",
|
143
|
-
"cells = parsed.get_markdown_cells() # returns List[Dict], each Dict is a markdown cel\n",
|
144
|
-
"indices = parsed.get_markdown_cell_indices() # returns List[int], each is a markdown cell's index\n",
|
145
|
-
"cell_sources = parsed.get_markdown_cell_sources() # returns List[str], each is a markdown cell's text\n",
|
146
|
-
"print(json.dumps(cell_sources, indent = 4))"
|
147
|
-
],
|
148
|
-
"outputs": [
|
149
|
-
{
|
150
|
-
"name": "stdout",
|
151
|
-
"output_type": "stream",
|
152
|
-
"text": [
|
153
|
-
"[\n",
|
154
|
-
" \"# This notebook contains experimental Freddie commands\\n## Lets see if this is parsed\\nmeow\",\n",
|
155
|
-
" \"# Update Glossary\\n## Glossary Name\\n\\nEgeria-Markdown\\n\\n## Language\\nEnglish\\n\\n## Description\\n\\nGlossary to describe the vocabulary of Freddie - an Egeria Markdown language to support the exchange of metadata in a Markdown form.\\nFreddie allows users to input metadata using any text entry system that supports the entry of standard Markdown characters and through post-processing\\ncommands, validates the Egeria content and allows the requests to be sent to Egeria. This is an update\\n\\n\\n## Usage\\n1) (optional) load an example or template for the type of object from Egeria.\\n2) Create a new document (perhaps from the template) and edit it, adding in the content with the Freddie controlled Markdown language.\\n3) Process the document to validate and display it before you submit it, Validation may annotate your document with recommendations and potential issues.\\n4) Submit the document to Egeria using the Freddie_sings command.\\n5) anything?\\n\\n## <Qualified Name>\\n\\n## <GUID>\\n\\n\",\n",
|
156
|
-
" \"# Create Term\\n\\n## Glossary Name\\n\\nEgeria-Markdown\\n\\n## Term Name\\n\\nCommand\\n\\n## Summary\\n\\nCommands are how a user of the Freddie markdown language requests an action.\\n## Description\\n\\nCommands are how a user can request Egeria to take an action such as Create or Update an Egeria element. Freddie provides\\na limited (but growing) set of commands. Freddie commands align with the pyegeria 'hey-egeria' command line interface.\\n\\n## Abbreviation\\n\\n## Examples\\nCreate Glossary or\\nUpdate Glossary or\\nCreate Term or\\nUpdate Term\\n## Usage\\n\\nCommands are used in the Freddie Egeria markdown language.\\n## Version\\n0.2\\n## Status\\nDRAFT\\n\\n## Qualified Name\\n\\nGlossaryTerm:Command:20250301101716\\n\\n\",\n",
|
157
|
-
" \"# Create Term\\n\\n## Glossary Name\\n\\nEgeria-Markdown\\n\\n## Term Name\\n\\nSource\\n\\n## Summary\\n\\nSource of the markdown content.\\n## Description\\n\\nSource of the markdown content - could be jupter or plain markdown file.\\n\\n## Abbreviation\\n\\n## Examples\\n\\n## Usage\\n\\n\\n## Version\\n0.1\\n## Status\\nDRAFT\\n\\n## Update Description\\n\\n\",\n",
|
158
|
-
" \"# Create Glossary\\n## Glossary Name\\n\\nAnother Test\\n\\n## Language\\nEnglish\\n\\n## Description\\n\\nAnother quick test\\n\\n## Usage\\nAlternate sundays\\n\\n## <Qualified Name>\\n\\n## <GUID>\"\n",
|
159
|
-
"]\n"
|
160
|
-
]
|
161
|
-
}
|
162
|
-
],
|
163
|
-
"execution_count": 4
|
164
|
-
},
|
165
|
-
{
|
166
|
-
"cell_type": "code",
|
167
|
-
"id": "79dffa96-7e2a-40e3-a0d7-ba363d87b70c",
|
168
|
-
"metadata": {
|
169
|
-
"execution": {
|
170
|
-
"iopub.execute_input": "2025-02-27T15:42:47.354237Z",
|
171
|
-
"iopub.status.busy": "2025-02-27T15:42:47.353238Z",
|
172
|
-
"iopub.status.idle": "2025-02-27T15:42:47.360634Z",
|
173
|
-
"shell.execute_reply": "2025-02-27T15:42:47.360090Z",
|
174
|
-
"shell.execute_reply.started": "2025-02-27T15:42:47.354193Z"
|
175
|
-
},
|
176
|
-
"ExecuteTime": {
|
177
|
-
"end_time": "2025-03-06T01:44:13.510939Z",
|
178
|
-
"start_time": "2025-03-06T01:44:13.507934Z"
|
179
|
-
}
|
180
|
-
},
|
181
|
-
"source": [
|
182
|
-
"parsed_markdown = marko.parse(cell_sources[0])\n",
|
183
|
-
"print(type(parsed_markdown))"
|
184
|
-
],
|
185
|
-
"outputs": [
|
186
|
-
{
|
187
|
-
"name": "stdout",
|
188
|
-
"output_type": "stream",
|
189
|
-
"text": [
|
190
|
-
"<class 'marko.block.Document'>\n"
|
191
|
-
]
|
192
|
-
}
|
193
|
-
],
|
194
|
-
"execution_count": 5
|
195
|
-
},
|
196
|
-
{
|
197
|
-
"cell_type": "code",
|
198
|
-
"execution_count": null,
|
199
|
-
"id": "e967897d83588f86",
|
200
|
-
"metadata": {},
|
201
|
-
"outputs": [],
|
202
|
-
"source": []
|
203
|
-
},
|
204
|
-
{
|
205
|
-
"metadata": {},
|
206
|
-
"cell_type": "markdown",
|
207
|
-
"source": [
|
208
|
-
"# Create Term\n",
|
209
|
-
"\n",
|
210
|
-
"## Glossary Name\n",
|
211
|
-
"\n",
|
212
|
-
"Egeria-Markdown\n",
|
213
|
-
"\n",
|
214
|
-
"## Term Name\n",
|
215
|
-
"\n",
|
216
|
-
"Command\n",
|
217
|
-
"\n",
|
218
|
-
"## Summary\n",
|
219
|
-
"\n",
|
220
|
-
"Commands are how a user of the Freddie markdown language requests an action.\n",
|
221
|
-
"## Description\n",
|
222
|
-
"\n",
|
223
|
-
"Commands are how a user can request Egeria to take an action such as Create or Update an Egeria element. Freddie provides\n",
|
224
|
-
"a limited (but growing) set of commands. Freddie commands align with the pyegeria 'hey-egeria' command line interface.\n",
|
225
|
-
"\n",
|
226
|
-
"## Abbreviation\n",
|
227
|
-
"\n",
|
228
|
-
"## Examples\n",
|
229
|
-
"Create Glossary or\n",
|
230
|
-
"Update Glossary or\n",
|
231
|
-
"Create Term or\n",
|
232
|
-
"Update Term\n",
|
233
|
-
"## Usage\n",
|
234
|
-
"\n",
|
235
|
-
"Commands are used in the Freddie Egeria markdown language.\n",
|
236
|
-
"## Version\n",
|
237
|
-
"0.2\n",
|
238
|
-
"## Status\n",
|
239
|
-
"DRAFT\n",
|
240
|
-
"\n",
|
241
|
-
"## Qualified Name\n",
|
242
|
-
"\n",
|
243
|
-
"GlossaryTerm:Command:20250301101716\n",
|
244
|
-
"\n"
|
245
|
-
],
|
246
|
-
"id": "12bee9ed12b3762a"
|
247
|
-
},
|
248
|
-
{
|
249
|
-
"metadata": {},
|
250
|
-
"cell_type": "markdown",
|
251
|
-
"source": [
|
252
|
-
"# Create Term\n",
|
253
|
-
"\n",
|
254
|
-
"## Glossary Name\n",
|
255
|
-
"\n",
|
256
|
-
"Egeria-Markdown\n",
|
257
|
-
"\n",
|
258
|
-
"## Term Name\n",
|
259
|
-
"\n",
|
260
|
-
"Source\n",
|
261
|
-
"\n",
|
262
|
-
"## Summary\n",
|
263
|
-
"\n",
|
264
|
-
"Source of the markdown content.\n",
|
265
|
-
"## Description\n",
|
266
|
-
"\n",
|
267
|
-
"Source of the markdown content - could be jupter or plain markdown file.\n",
|
268
|
-
"\n",
|
269
|
-
"## Abbreviation\n",
|
270
|
-
"\n",
|
271
|
-
"## Examples\n",
|
272
|
-
"\n",
|
273
|
-
"## Usage\n",
|
274
|
-
"\n",
|
275
|
-
"\n",
|
276
|
-
"## Version\n",
|
277
|
-
"0.1\n",
|
278
|
-
"## Status\n",
|
279
|
-
"DRAFT\n",
|
280
|
-
"\n",
|
281
|
-
"## Update Description\n",
|
282
|
-
"\n"
|
283
|
-
],
|
284
|
-
"id": "d2eafeb21facfe57"
|
285
|
-
},
|
286
|
-
{
|
287
|
-
"cell_type": "markdown",
|
288
|
-
"id": "ed29f0e5d46a7c20",
|
289
|
-
"metadata": {},
|
290
|
-
"source": [
|
291
|
-
"# Update Glossary\n",
|
292
|
-
"## Glossary Name\n",
|
293
|
-
"\n",
|
294
|
-
"Another Test\n",
|
295
|
-
"\n",
|
296
|
-
"## Language\n",
|
297
|
-
"English\n",
|
298
|
-
"\n",
|
299
|
-
"## Description\n",
|
300
|
-
"\n",
|
301
|
-
"Another quick test - more description\n",
|
302
|
-
"\n",
|
303
|
-
"## Usage\n",
|
304
|
-
"Alternate sundays\n",
|
305
|
-
"\n",
|
306
|
-
"## <Qualified Name>\n",
|
307
|
-
"\n",
|
308
|
-
"## <GUID>"
|
309
|
-
]
|
310
|
-
},
|
311
|
-
{
|
312
|
-
"cell_type": "code",
|
313
|
-
"execution_count": null,
|
314
|
-
"id": "e36a5074b9a94c1a",
|
315
|
-
"metadata": {},
|
316
|
-
"outputs": [],
|
317
|
-
"source": []
|
318
|
-
}
|
319
|
-
],
|
320
|
-
"metadata": {
|
321
|
-
"kernelspec": {
|
322
|
-
"display_name": "Python 3 (ipykernel)",
|
323
|
-
"language": "python",
|
324
|
-
"name": "python3"
|
325
|
-
},
|
326
|
-
"language_info": {
|
327
|
-
"codemirror_mode": {
|
328
|
-
"name": "ipython",
|
329
|
-
"version": 3
|
330
|
-
},
|
331
|
-
"file_extension": ".py",
|
332
|
-
"mimetype": "text/x-python",
|
333
|
-
"name": "python",
|
334
|
-
"nbconvert_exporter": "python",
|
335
|
-
"pygments_lexer": "ipython3",
|
336
|
-
"version": "3.12.9"
|
337
|
-
}
|
338
|
-
},
|
339
|
-
"nbformat": 4,
|
340
|
-
"nbformat_minor": 5
|
341
|
-
}
|
@@ -1,84 +0,0 @@
|
|
1
|
-
D 2025-09-20T15:31:45.107184+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Collections/List_Collections.md | {}
|
2
|
-
D 2025-09-20T15:31:45.113285+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Collections/List_Governance_Definitions.md | {}
|
3
|
-
D 2025-09-20T15:31:45.131779+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Class.md | {}
|
4
|
-
D 2025-09-20T15:31:45.142379+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Dictionary.md | {}
|
5
|
-
D 2025-09-20T15:31:45.160030+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Field.md | {}
|
6
|
-
D 2025-09-20T15:31:45.170392+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Specification.md | {}
|
7
|
-
D 2025-09-20T15:31:45.178305+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/Create_Data_Structure.md | {}
|
8
|
-
D 2025-09-20T15:31:45.186701+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Classes.md | {}
|
9
|
-
D 2025-09-20T15:31:45.195969+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Dictionaries.md | {}
|
10
|
-
D 2025-09-20T15:31:45.204609+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Fields.md | {}
|
11
|
-
D 2025-09-20T15:31:45.213153+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Specifications.md | {}
|
12
|
-
D 2025-09-20T15:31:45.221958+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Data Designer/View_Data_Structures.md | {}
|
13
|
-
D 2025-09-20T15:31:45.230705+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Add_Member->Collection.md | {}
|
14
|
-
D 2025-09-20T15:31:45.237153+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Attach_Collection->Resource.md | {}
|
15
|
-
D 2025-09-20T15:31:45.250533+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Agreement.md | {}
|
16
|
-
D 2025-09-20T15:31:45.261799+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Collection.md | {}
|
17
|
-
D 2025-09-20T15:31:45.274845+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md | {}
|
18
|
-
D 2025-09-20T15:31:45.292353+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Digital_Product.md | {}
|
19
|
-
D 2025-09-20T15:31:45.303269+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Digital_Product_Catalog.md | {}
|
20
|
-
D 2025-09-20T15:31:45.315614+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Create_Digital_Subscription.md | {}
|
21
|
-
D 2025-09-20T15:31:45.322674+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Agreement->Item.md | {}
|
22
|
-
D 2025-09-20T15:31:45.331024+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Agreement->T&C.md | {}
|
23
|
-
D 2025-09-20T15:31:45.334989+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Contracts.md | {}
|
24
|
-
D 2025-09-20T15:31:45.340020+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Product-Product.md | {}
|
25
|
-
D 2025-09-20T15:31:45.344050+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Digital Product Manager/Link_Subscriber->Subscription.md | {}
|
26
|
-
D 2025-09-20T15:31:45.357176+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/General/View_Report.md | {}
|
27
|
-
D 2025-09-20T15:31:45.360071+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Attach_Term-Term_Relationship.md | {}
|
28
|
-
D 2025-09-20T15:31:45.361789+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Attach_deprecated-Category_Parent.md | {}
|
29
|
-
D 2025-09-20T15:31:45.367728+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Create_Glossary.md | {}
|
30
|
-
D 2025-09-20T15:31:45.376424+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Create_Term.md | {}
|
31
|
-
D 2025-09-20T15:31:45.379772+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/Create_depracated-Category.md | {}
|
32
|
-
D 2025-09-20T15:31:45.384899+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Glossary/List_Terms.md | {}
|
33
|
-
D 2025-09-20T15:31:45.390797+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/GlossaryManager/View_Glossaries.md | {}
|
34
|
-
D 2025-09-20T15:31:45.406491+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Business_Imperative.md | {}
|
35
|
-
D 2025-09-20T15:31:45.422315+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Certification_Type.md | {}
|
36
|
-
D 2025-09-20T15:31:45.437993+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Data_Processing_Purpose.md | {}
|
37
|
-
D 2025-09-20T15:31:45.453266+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Action.md | {}
|
38
|
-
D 2025-09-20T15:31:45.468739+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Approach.md | {}
|
39
|
-
D 2025-09-20T15:31:45.483781+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Control.md | {}
|
40
|
-
D 2025-09-20T15:31:45.498761+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Driver.md | {}
|
41
|
-
D 2025-09-20T15:31:45.514762+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Metric.md | {}
|
42
|
-
D 2025-09-20T15:31:45.529801+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Obligation.md | {}
|
43
|
-
D 2025-09-20T15:31:45.545386+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Policy.md | {}
|
44
|
-
D 2025-09-20T15:31:45.560648+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Principle.md | {}
|
45
|
-
D 2025-09-20T15:31:45.577598+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Procedure.md | {}
|
46
|
-
D 2025-09-20T15:31:45.593846+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Responsibility.md | {}
|
47
|
-
D 2025-09-20T15:31:45.609598+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Rule.md | {}
|
48
|
-
D 2025-09-20T15:31:45.624796+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Strategy.md | {}
|
49
|
-
D 2025-09-20T15:31:45.640763+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Governance_Zone.md | {}
|
50
|
-
D 2025-09-20T15:31:45.655888+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_License_Type.md | {}
|
51
|
-
D 2025-09-20T15:31:45.671772+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Naming_Standard_Rule.md | {}
|
52
|
-
D 2025-09-20T15:31:45.687689+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Regulation.md | {}
|
53
|
-
D 2025-09-20T15:31:45.702548+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Regulation_Article.md | {}
|
54
|
-
D 2025-09-20T15:31:45.717370+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Security_Access_Control.md | {}
|
55
|
-
D 2025-09-20T15:31:45.733514+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Security_Group.md | {}
|
56
|
-
D 2025-09-20T15:31:45.749547+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Service_Level_Objectives.md | {}
|
57
|
-
D 2025-09-20T15:31:45.765006+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Create_Threat_Definition.md | {}
|
58
|
-
D 2025-09-20T15:31:45.771745+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Certification.md | {}
|
59
|
-
D 2025-09-20T15:31:45.777292+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Controls.md | {}
|
60
|
-
D 2025-09-20T15:31:45.782480+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Drivers.md | {}
|
61
|
-
D 2025-09-20T15:31:45.787917+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Mechanism.md | {}
|
62
|
-
D 2025-09-20T15:31:45.793308+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Policies.md | {}
|
63
|
-
D 2025-09-20T15:31:45.798868+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governance_Response.md | {}
|
64
|
-
D 2025-09-20T15:31:45.801493+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Governed_By.md | {}
|
65
|
-
D 2025-09-20T15:31:45.808888+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_License.md | {}
|
66
|
-
D 2025-09-20T15:31:45.810401+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Regulation_Certification_Type.md | {}
|
67
|
-
D 2025-09-20T15:31:45.815906+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Security_Group_->_Security_Access_Control.md | {}
|
68
|
-
D 2025-09-20T15:31:45.823597+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Terms_&_Conditions.md | {}
|
69
|
-
D 2025-09-20T15:31:45.828331+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/Link_Zone->Zone.md | {}
|
70
|
-
D 2025-09-20T15:31:45.833999+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Governance Officer/View_Governance_Definition_Context.md | {}
|
71
|
-
D 2025-09-20T15:31:45.843442+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Project/Create_Project.md | {}
|
72
|
-
D 2025-09-20T15:31:45.845843+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Project/Link_Project_Dependency.md | {}
|
73
|
-
D 2025-09-20T15:31:45.848101+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Project/Link_Project_Hierarchy.md | {}
|
74
|
-
D 2025-09-20T15:31:45.853318+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Project/List_Projects.md | {}
|
75
|
-
D 2025-09-20T15:31:45.862559+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Information_Supply_Chain.md | {}
|
76
|
-
D 2025-09-20T15:31:45.871392+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Solution_Blueprint.md | {}
|
77
|
-
D 2025-09-20T15:31:45.883393+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Solution_Component.md | {}
|
78
|
-
D 2025-09-20T15:31:45.892519+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Create_Solution_Role.md | {}
|
79
|
-
D 2025-09-20T15:31:45.897660+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md | {}
|
80
|
-
D 2025-09-20T15:31:45.902343+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/Link_Solution_Component_Peers.md | {}
|
81
|
-
D 2025-09-20T15:31:45.905599+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Information_Supply_Chains.md | {}
|
82
|
-
D 2025-09-20T15:31:45.908799+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Solution_Blueprints.md | {}
|
83
|
-
D 2025-09-20T15:31:45.912007+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Solution_Components.md | {}
|
84
|
-
D 2025-09-20T15:31:45.915392+0100 | INFO | main | 134 | Saved command documentation to /Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/../family_docs/Solution Architect/View_Solution_Roles.md | {}
|