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
@@ -1437,7 +1437,7 @@ class GovernanceOfficer(Client):
1437
1437
  async def _async_find_governance_definitions(self, search_filter: str = "*", starts_with: bool = True,
1438
1438
  ends_with: bool = False, ignore_case: bool = False,
1439
1439
  start_from: int = 0, page_size: int = 0, body: dict = None,
1440
- output_format: str = 'JSON') -> list[dict] | str:
1440
+ output_format: str = 'JSON', output_format_set: dict = None) -> list[dict] | str:
1441
1441
  """ Retrieve the list of governance definition metadata elements that contain the search string.
1442
1442
  Async version.
1443
1443
 
@@ -1516,7 +1516,7 @@ class GovernanceOfficer(Client):
1516
1516
  if element == NO_ELEMENTS_FOUND:
1517
1517
  return NO_ELEMENTS_FOUND
1518
1518
  if output_format != 'JSON': # return a simplified markdown representation
1519
- return self.generate_governance_definition_output(element, search_filter, output_format)
1519
+ return self.generate_governance_definition_output(element, search_filter, output_format, output_format_set)
1520
1520
  return response.json().get("elements", NO_ELEMENTS_FOUND)
1521
1521
 
1522
1522
  def find_governance_definitions(self, search_filter: str = "*", starts_with: bool = True, ends_with: bool = False,
pyegeria/load_config.py CHANGED
@@ -46,10 +46,12 @@ class PyegeriaSettings(BaseSettings):
46
46
  """
47
47
  # Core settings needed to locate the config file
48
48
  pyegeria_root_path: str = ""
49
+ pyegeria_config_directory: str = ""
49
50
  pyegeria_config_file: str = "config.json"
50
51
 
51
52
  # Additional settings that can be loaded from .env
52
53
  pyegeria_console_width: int = 200
54
+ pyegeria_user_format_sets_dir: str = "~/.pyegeria/format_sets"
53
55
  egeria_user_name: str = ""
54
56
  egeria_user_password: str = ""
55
57
 
@@ -104,7 +106,10 @@ class EnvironmentConfig(BaseModel):
104
106
  egeria_view_server_url: str = Field(default="https://localhost:9443", alias="Egeria View Server URL")
105
107
  egeria_view_server: str = Field(default="qs-view-server", alias="Egeria View Server")
106
108
  pyegeria_root: str = Field(default="/Users/dwolfson/localGit/egeria-v5-3/egeria-python", alias="Pyegeria Root")
109
+ pyegeria_config_directory: str = Field(default="", alias="Pyegeria Config Directory")
107
110
  pyegeria_config_file: str = Field(default="config.json", alias="Egeria Config File")
111
+ pyegeria_publishing_root: str = Field(default="/dr-egeria-outbox", alias="Pyegeria Publishing Root")
112
+ pyegeria_user_format_sets_dir: str = Field(default="~/.pyegeria/format_sets", alias="Pyegeria User Format Sets Dir")
108
113
 
109
114
  class Config:
110
115
  populate_by_name = True
@@ -253,10 +258,12 @@ def load_app_config(env_file: str = None):
253
258
  # Initialize env_settings with default values
254
259
  env_settings = PyegeriaSettings()
255
260
 
256
- # First check if OS environment variables are set for PYEGERIA_ROOT_PATH and PYEGERIA_CONFIG_FILE
261
+ # First check if OS environment variables are set for PYEGERIA_CONFIG_DIRECTORY, PYEGERIA_ROOT_PATH and PYEGERIA_CONFIG_FILE
262
+ config_directory = os.getenv("PYEGERIA_CONFIG_DIRECTORY")
257
263
  root_path = os.getenv("PYEGERIA_ROOT_PATH")
258
264
  config_file = os.getenv("PYEGERIA_CONFIG_FILE")
259
265
 
266
+ logger.info(f"DEBUG: Initial config_directory from OS env: {config_directory}")
260
267
  logger.info(f"DEBUG: Initial root_path from OS env: {root_path}")
261
268
  logger.info(f"DEBUG: Initial config_file from OS env: {config_file}")
262
269
  logger.info(f"DEBUG: env_file parameter: {env_file}")
@@ -267,21 +274,25 @@ def load_app_config(env_file: str = None):
267
274
  env_settings = PyegeriaSettings.with_env_file(env_file)
268
275
 
269
276
  # If env_file is specified, always use its values, regardless of OS environment variables
277
+ config_directory = env_settings.pyegeria_config_directory
270
278
  root_path = env_settings.pyegeria_root_path
271
279
  config_file = env_settings.pyegeria_config_file
272
- # If config_file is set but root_path is not, we'll try to load the config file first
273
- # and only check the .env file if we still don't have a root_path after loading the config file
274
- elif config_file is not None and root_path is None:
280
+ # If config_file is set but config_directory and root_path are not, we'll try to load the config file first
281
+ # and only check the .env file if we still don't have a config_directory or root_path after loading the config file
282
+ elif config_file is not None and config_directory is None and root_path is None:
275
283
  # We'll check for a .env file later if needed
276
284
  pass
277
- # If neither config_file nor root_path is set, check for a .env file in the current directory
278
- elif (root_path is None or config_file is None):
285
+ # If any of config_directory, root_path, or config_file is not set, check for a .env file in the current directory
286
+ elif (config_directory is None or root_path is None or config_file is None):
279
287
  if os.path.exists(".env"):
280
288
  logger.info("Found .env file")
281
289
  logger.debug(f"DEBUG: Loading environment variables from .env in current directory")
282
290
  env_settings = PyegeriaSettings()
291
+ logger.debug(f"DEBUG: env_settings.pyegeria_config_directory: {env_settings.pyegeria_config_directory}")
283
292
  logger.debug(f"DEBUG: env_settings.pyegeria_root_path: {env_settings.pyegeria_root_path}")
284
293
  logger.debug(f"DEBUG: env_settings.pyegeria_config_file: {env_settings.pyegeria_config_file}")
294
+ if config_directory is None:
295
+ config_directory = env_settings.pyegeria_config_directory
285
296
  if root_path is None:
286
297
  root_path = env_settings.pyegeria_root_path
287
298
  if config_file is None:
@@ -291,13 +302,18 @@ def load_app_config(env_file: str = None):
291
302
  else:
292
303
  logger.error(f"The .env file at {env_file} wasn't found-outer")
293
304
  # Use default values if still not set
305
+ if config_directory is None:
306
+ config_directory = ""
294
307
  if root_path is None:
295
308
  root_path = ""
296
309
  if config_file is None:
297
310
  config_file = "config.json"
298
311
 
299
- # Construct the config file path
300
- config_file_path = os.path.join(root_path, config_file)
312
+ # Construct the config file path - prefer config_directory over root_path
313
+ if config_directory:
314
+ config_file_path = os.path.join(config_directory, config_file)
315
+ else:
316
+ config_file_path = os.path.join(root_path, config_file)
301
317
 
302
318
  if os.path.exists(config_file_path):
303
319
  logger.info("Found config file at {}".format(config_file_path))
@@ -306,9 +322,14 @@ def load_app_config(env_file: str = None):
306
322
  file_config = json.load(f)
307
323
  config_dict.update(file_config) # Merge/override defaults
308
324
 
309
- # If root_path is not set from environment variables or .env file,
325
+ # If config_directory is not set from environment variables or .env file,
310
326
  # set it from the config file if available
311
- if not root_path and "Environment" in file_config and "Pyegeria Root" in file_config["Environment"]:
327
+ if not config_directory and "Environment" in file_config and "Pyegeria Config Directory" in file_config["Environment"]:
328
+ config_directory = file_config["Environment"]["Pyegeria Config Directory"]
329
+ logger.debug(f"DEBUG: Setting config_directory from config file: {config_directory}")
330
+ # If config_directory is still not set and root_path is not set from environment variables or .env file,
331
+ # set root_path from the config file if available
332
+ if not config_directory and not root_path and "Environment" in file_config and "Pyegeria Root" in file_config["Environment"]:
312
333
  root_path = file_config["Environment"]["Pyegeria Root"]
313
334
  logger.debug(f"DEBUG: Setting root_path from config file: {root_path}")
314
335
  except json.JSONDecodeError:
@@ -351,6 +372,10 @@ def load_app_config(env_file: str = None):
351
372
  env["Egeria Platform URL"] = os.getenv("EGERIA_PLATFORM_URL", env.get("Egeria Platform URL", "https://localhost:9443"))
352
373
  env["Egeria View Server"] = os.getenv("EGERIA_VIEW_SERVER", env.get("Egeria View Server", "qs-view-server"))
353
374
  env["Egeria View Server URL"] = os.getenv("EGERIA_VIEW_SERVER_URL", env.get("Egeria View Server URL", "https://localhost:9443"))
375
+ env['Pyegeria Publishing Root'] = os.getenv("PYEGERIA_PUBLISHING_ROOT", env.get("Pyegeria Publishing Root", "/dr-egeria-outbox"))
376
+ env['Pyegeria User Format Sets Dir'] = os.getenv("PYEGERIA_USER_FORMAT_SETS_DIR", env.get("Pyegeria User Format Sets Dir", "~/.pyegeria/format_sets"))
377
+ # Set Pyegeria Config Directory to the config_directory value we've already determined with the correct precedence order
378
+ env["Pyegeria Config Directory"] = config_directory
354
379
  # Set Pyegeria Root to the root_path value we've already determined with the correct precedence order
355
380
  env["Pyegeria Root"] = root_path
356
381
 
@@ -363,12 +388,12 @@ def load_app_config(env_file: str = None):
363
388
  log["file_logging_level"] = os.getenv("PYEGERIA_FILE_LOG_LVL", log.get("file_logging_level", "INFO"))
364
389
  log["log_directory"] = os.getenv("PYEGERIA_LOG_DIRECTORY", log.get("log_directory", 'logs'))
365
390
  log["logging_console_format"] = os.getenv("PYEGERIA_LOGGING_CONSOLE_FORMAT", log.get("logging_console_format",
366
- " <green>{time:YYYY-MM-DD HH:mm:ss}</green> | <level>{level}</level> | "
391
+ "<green>{time:YYYY-MM-DD HH:mm:ss}</green> | <level>{level}</level> | "
367
392
  "<cyan>{name}</cyan>:<cyan>{line}</cyan> - "
368
393
  "<level>{message}</level> -{extra}"))
369
394
  log["logging_file_format"] = os.getenv("PYEGERIA_LOGGING_FILE_FORMAT", log.get("logging_file_format",
370
- " {time:YYYY-MM-DD HH:mm:ss} | {level} | {function}:{line} "
371
- "- {message }-{extra}"))
395
+ "{time:YYYY-MM-DD HH:mm:ss} | {level} | {function}:{line} "
396
+ "- {message}-{extra}"))
372
397
 
373
398
  # User Profile section
374
399
  user = config_dict["User Profile"]
@@ -152,7 +152,7 @@ def init_logging(log_init:bool= False):
152
152
  if not log_init:
153
153
  logger.disable("pyegeria")
154
154
 
155
- def config_logging():
155
+ def config_logging(verbose: bool=False):
156
156
  """
157
157
  Configures logging for the application using Loguru.
158
158
 
@@ -189,7 +189,7 @@ def config_logging():
189
189
  logger.add(log_file_path,
190
190
  level=file_logging_level,
191
191
  format=logging_file_format,
192
- filter = "",
192
+ # filter = "",
193
193
  retention="7 days", # Keep logs for 7 days
194
194
  rotation="10 MB", # rotate logs once they are 10mb
195
195
  compression="zip")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.4.0.14
3
+ Version: 5.4.0.16
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance
@@ -1,6 +1,10 @@
1
+ commands/cat/.DS_Store,sha256=RY8U0pzFVjHVb0B2edAfhmtpMWmKhR-YSI4WoPy4apc,6148
2
+ commands/cat/.env,sha256=UCcDaNVFiDR59Gfy2lCZyqHba7g4e6rh3DTjevSMkgY,251
1
3
  commands/cat/Dr-Egeria_md-orig.py,sha256=ZX20BvRo0fIFisvy5Z-VJDLVyKbQoud89-CUV2S66tU,7336
2
4
  commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
3
5
  commands/cat/__init__.py,sha256=l4CImkjEiTQKS7QR-RQwzHIgRpfP032Mn_NZEuIILwg,98
6
+ commands/cat/debug_log,sha256=j_eRIUezfH7lxZHKe56tEV8J8Ukw0fpOjS31VC3TEAs,64305
7
+ commands/cat/debug_log.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
8
  commands/cat/dr_egeria_command_help.py,sha256=RIxLNIva3_8ofWG_q-tvuIwHY8OZzoOxu6T8CdYZDdU,11101
5
9
  commands/cat/dr_egeria_jupyter.py,sha256=rfLVV_84Q8Pqcq1flmijKvZ7sEZFy7JAcAP_NAbb46Y,5656
6
10
  commands/cat/dr_egeria_md.py,sha256=dwMWHO9xuH8h2YaVfEHHBLlwOVyZLxb2LuEGNOvLgTg,19353
@@ -21,7 +25,7 @@ commands/cat/list_deployed_catalogs.py,sha256=VdN6R9kRVWX-fGIgubOigvMVPzhF-hKQep
21
25
  commands/cat/list_deployed_database_schemas.py,sha256=1Qicke1R2_7Xi3Qf5sp8KJ3_reAIt0z1iaz2sG8Z0Qs,9458
22
26
  commands/cat/list_deployed_databases.py,sha256=ryrBW1CxJRfOeLP978qQwxb5oImqhIsHghtcpWeBIrw,7587
23
27
  commands/cat/list_deployed_servers.py,sha256=_xR7EaaCsxIjTphxmoCZlARoja_vQqZ881pFiEuhw-8,5719
24
- commands/cat/list_format_set.py,sha256=4cgboQdQZyPmufsw8CHnXo_e1_tGf5GmsTdfZ0FLqkc,17676
28
+ commands/cat/list_format_set.py,sha256=H9IuaIpF0iYb8rCRbm__daR8uGPR6MhIOi7VY6qFB8Q,18014
25
29
  commands/cat/list_glossaries.py,sha256=pKJdiRMrSBpmPv0yOWoR_CdGZP06MuxfPGwCXc-kSQw,7666
26
30
  commands/cat/list_projects.py,sha256=NzWTuepTGUEyxK-eWvuUxtBgCtNWubVwmz2eqm2UN1c,7997
27
31
  commands/cat/list_tech_type_elements.py,sha256=-9omj5en9dSP1xMSljYVHyfXsuhuE1bO2IFj_bZPhAs,6873
@@ -29,8 +33,10 @@ commands/cat/list_tech_types.py,sha256=uqZcXHCzAznhEG6WWeM5j-spwUh8ycygFqpVDeXOG
29
33
  commands/cat/list_terms.py,sha256=ndl99V6NbJtlV3xqIGWhif1R8tW6emEVYYos0dkydwE,12076
30
34
  commands/cat/list_todos.py,sha256=NitCw0uyVVjmN1hxb1W-I4FbOsa8wQxW2ICyOElHyc8,6556
31
35
  commands/cat/list_user_ids.py,sha256=X5Q-YNEp38saPYDuy9VwdQC5Qpa4HyC3WvAdbyp_P6M,5108
36
+ commands/cat/logs/pyegeria.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
37
  commands/cli/__init__.py,sha256=E6vPW3P3iuVPyrwtDIWvU9P0JXOGqP8KupeIZdxc6wc,298
33
38
  commands/cli/debug_log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
+ commands/cli/debug_log.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
40
  commands/cli/egeria.py,sha256=bNnWrVBazMDswK7uuYt4NG74nGYhri-O6Ps6KCHibqw,52257
35
41
  commands/cli/egeria_cat.py,sha256=dzi6WIe-OydX5pRVImtH5TqhqsGynGyJSiaivlrOLus,18299
36
42
  commands/cli/egeria_login_tui.py,sha256=bh9MvJcZPpixXkEtWh_4NK4YcRdeHSVDUBTIhQncSyY,9498
@@ -51,7 +57,8 @@ commands/ops/__init__.py,sha256=v7u-zC3gr8soVbYV0Izc2wuEcGCovO00j5v-IhLg3xs,450
51
57
  commands/ops/gov_server_actions.py,sha256=OCff2cajMbZOy_nwG6xIiIX1seiu3tLxn-uP_CPrpTM,5685
52
58
  commands/ops/list_archives.py,sha256=jKm_easQUjJNRkuasILvuVpQBFuyyBlBHE-L0i0FGgQ,5456
53
59
  commands/ops/list_catalog_targets.py,sha256=piru83lRLV7O-HZ2gYTJbZy3nHptGuBJ62QsVrYTLE0,7702
54
- commands/ops/load_archive.py,sha256=KL9bSqwqPGUPTvB9iLiQCcVH_CzGpdyjG3Mm6NIFt-k,2708
60
+ commands/ops/load_archive.py,sha256=zk_uOZb46MA-1r0flFexXrze6MfolM_LocjcIefgqf4,2881
61
+ commands/ops/logs/pyegeria.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
62
  commands/ops/monitor_asset_events.py,sha256=5XXWt5yvl9mGq1Lve9gdrWT0dvvTWpFr_lFWO-_WdaU,3883
56
63
  commands/ops/monitor_engine_activity.py,sha256=yMNR0MI4Vm7IzOFc6jz-De9xDuWPPgUU31LnrLkI-3M,9896
57
64
  commands/ops/monitor_engine_activity_c.py,sha256=Jf9Eo-ZtEPminf5gcz4NsT2wDD2AddcbTPJzSYdD5Sc,10773
@@ -96,12 +103,100 @@ commands/tech/list_tech_templates.py,sha256=5hhDJJjrqGyWDPPcFzFeFs-4rsal1M2Bl7EU
96
103
  commands/tech/list_valid_metadata_values.py,sha256=_zgOdq2N6s7GjLd8iEc5xVfplKfOnKZ-ySM-lSdgYn8,6315
97
104
  commands/tech/table_tech_templates.py,sha256=jI1c9YKa3KirArMNXeCRKeaiVdwQSN-ztPqkag6jdZs,9500
98
105
  commands/tech/x_list_related_elements.py,sha256=ynaw792VnbMZ9IXBi5mmG7xBfC0kn0esKiFTsjvLGzc,5900
106
+ md_processing/.DS_Store,sha256=epx9h-PrMgbFgHp17Vm6quPZS3_N8kEO6VchPL9EQGE,6148
99
107
  md_processing/__init__.py,sha256=Z1nnPovPro70uO_KQNNmMZZsVry37CjnAWHQMIAbCa4,6857
100
108
  md_processing/data/commands-working.json,sha256=uCo_azcuuYqGm7QffJeCGj7PyZuZRGdu7kKf4XWmMoA,1162560
101
109
  md_processing/data/commands.json,sha256=qywJWX4vfZIq2LzcucY0kI5R-59HiMk6B6DQNo9TynQ,1162918
102
- md_processing/dr-egeria-outbox/DataStruct-2025-07-29-20-49-16.py,sha256=tB4usD68FAAUNI_sO0VcZ3-vuW4K6fgJaBWfQIrMAac,319
103
- md_processing/dr-egeria-outbox/Mandy-DataStruct-2025-07-29-15-54-45.md,sha256=y04ByuucQBMmp4EtfuHplERxGrCij2qju5MYo8iGvNA,556
110
+ md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md,sha256=9nmRdFbyXgEYSraBoXS5AzkH0-18kdL7IIMiuUgSNIo,191
111
+ md_processing/dr_egeria_inbox/Dr.Egeria Templates.md,sha256=-6nV6beEV8bBbW3Eggyssf-yrRc8c_Kwekyz9RN-gXc,28088
112
+ md_processing/dr_egeria_inbox/arch_test.md,sha256=6GUfq0q6sA8LIMZcQHNZ8CBBn6rAaevt8IM8AyNqQy0,952
113
+ md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md,sha256=25iXGRIkGUiDbfop8Rpd-QRdsjmI3Jo-S4yzfzAmeDE,8549
114
+ md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md,sha256=WY33hougDWyrDRtk8-4Sm2z4CNHG6u1jKNUZX_QbpG8,27000
115
+ md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md,sha256=gI1DmLfqUI9FtVVynYJe0NqSr4PJ0Ej--BXetyA49js,9871
116
+ md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md,sha256=xXBt7J61eLHpVW41OoIPztsyn48U9HLqbLG5h8s9wLw,13666
117
+ md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md,sha256=wlbFOxDn7jiTr43hdwXw_M894kybCQgdSmGR8QC8PWw,24311
118
+ md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md,sha256=JPIDeQjKwXgHhj9FE4oOfRmcZROvH9N9EUq-rbVBZ1E,1381
119
+ md_processing/dr_egeria_inbox/archive/freddie_intro.md,sha256=7srXdwdVO4phWSp0nhbdt6U8KgVG2WCSKfLCYzRHO-0,7437
120
+ md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md,sha256=JRfOtByc57-En5rp5z-g1l93FIbem3ST7plItWr6IKY,7067
121
+ md_processing/dr_egeria_inbox/archive/test-term.md,sha256=9XKBBrpgMBbXB-DRVgyhR4lwy4Z3zX1Tp9H601y06qs,1529
122
+ md_processing/dr_egeria_inbox/cat_test.md,sha256=Xcz8Qwak-TEj-JnXoqZTpX3sy501tRqvFVllB14QX6w,1068
123
+ md_processing/dr_egeria_inbox/collections.md,sha256=j3DjKTh0ijBEp_D-yDDroUQv-X_41vmsDvguQ44R_SM,477
124
+ md_processing/dr_egeria_inbox/data_designer_debug.log,sha256=axXv-91-pUPpwqs0El04FtN-U2FJwi--s_2fG0l04P0,302
125
+ md_processing/dr_egeria_inbox/data_designer_out.md,sha256=DtUhHimZ1-hLRs0CqQb1KiLJwhwJb0eRxPoFkNUO-94,546
126
+ md_processing/dr_egeria_inbox/data_designer_search_test.md,sha256=Fn0GJYShbA9sMn_q1iipg9P5f8C5RuTZ-XLF2mQQusA,73
127
+ md_processing/dr_egeria_inbox/data_field.md,sha256=jbjihghaBRAd_14n3LO1-vGCPzS3aNpNrntv1eCLKXY,702
128
+ md_processing/dr_egeria_inbox/data_spec.md,sha256=3VrV2pf0czFzYcWonn5L5W1NZG1CgSBViI0m1y0NBFA,1119
129
+ md_processing/dr_egeria_inbox/data_spec_test.md,sha256=pSRtK0l0vygBv63rsy1Jq7FfyFqa1WQxolhIor0uWCc,16838
130
+ md_processing/dr_egeria_inbox/data_test.md,sha256=PNLCMXEjTl3gW7LodpGgGgM2XVT0aXcDSqNgSTq1P_I,2802
131
+ md_processing/dr_egeria_inbox/data_test2.md,sha256=-_8XYuyRv0GcAazmXDfej619WOxe5aeMBt0Km5BhUxw,5214
132
+ md_processing/dr_egeria_inbox/data_test3.md,sha256=PyfJYTLMQTs8w7a9F4uVx7yS3G1Y5BuKIRO-xQJR968,5566
133
+ md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md,sha256=T5a4ZBGKsK83w3A61CrBt6dzH46EoDA6vmNWkJVbufc,4429
134
+ md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md,sha256=LcsXBuzL_I7972WRXs7-SGMZTfuYVWPtfTVIm995wuk,5557
135
+ md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md,sha256=0nWv-AAfdkoliy6i0xcwGb-LUb7c_BhU2qi7CssP1L0,10415
136
+ md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md,sha256=9Zp04P4zNHxvviy8dJgjEB0AyYB9VwVG05POzlFnvEk,15388
137
+ md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md,sha256=ujoKrf54EOJ9Z32QWneWJL8f6gZ32GxCdG76cYCvwBk,40559
138
+ md_processing/dr_egeria_inbox/dr_egeria_isc1.md,sha256=22mus2pnS55P_LTcnE6AnjSYjnEOB7XhLqEDue4oOIM,449
139
+ md_processing/dr_egeria_inbox/generated_help_report.md,sha256=ZEwzhNHebtbROpQb62vMd-Sc2IzfASLqGQ8HDO7GoCw,157
104
140
  md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb,sha256=dbzNu90fCKNohOWVSRBOB1GLyd95x8Qw51I5AkaPtso,11552
141
+ md_processing/dr_egeria_inbox/glossary_list.md,sha256=MH1nrjwoo_UBDCj3w7Vuw4pv7TNll9wdrZj7SO49eoA,72
142
+ md_processing/dr_egeria_inbox/glossary_search_test.md,sha256=AC_hyZHizAaqBp0yGK1WLyxkorxcWg8eKZlGHFGWQxE,294
143
+ md_processing/dr_egeria_inbox/glossary_test1.md,sha256=H92jI2i25yXrHTQLfT-o5K4BL86Vn-pyJNsQbFwWCZE,4771
144
+ md_processing/dr_egeria_inbox/gov_def.md,sha256=QGfIh1FZ5HN8skl3yhOLlqtiPhr9ztshg5i1dVeIsf8,4484
145
+ md_processing/dr_egeria_inbox/gov_def2.md,sha256=eTjRYhl8JdZpWbTZ8slLVURwYwHqccmxfMiQCmJjMk8,4825
146
+ md_processing/dr_egeria_inbox/product.md,sha256=4HLpW7TL5LwNGiK98hlXnPAyePa7i8v1l6XOeng9I1g,888
147
+ md_processing/dr_egeria_inbox/rel.md,sha256=stIzGh1FTXuCW_GniFKS1_mtmQPTwA1a1OmYeP5TszQ,97
148
+ md_processing/dr_egeria_inbox/sb.md,sha256=aY5QlVMxi5lh91ttr8bMCbl2z4qmsIN6XJ4SojFz8VU,1945
149
+ md_processing/dr_egeria_inbox/solution-components.md,sha256=lv9krrKNV7LB4jdBAB8qDVqb23L0A0yFe858UWk2Pro,2150
150
+ md_processing/dr_egeria_inbox/solution_blueprints.md,sha256=9__-MhIf7u4am_YtV3UsMSKocqzoJrg8qTpmBo0rJUQ,2018
151
+ md_processing/dr_egeria_inbox/synonym_test.md,sha256=lUAfT8E5gT4ml7gMI_G_nB3gsnimuaUEB6crMar3-8w,430
152
+ md_processing/dr_egeria_inbox/t2.md,sha256=FP9xUKlP89Y92_9YESChyglS6r8YgvBGgPMTSWI7m_E,6950
153
+ md_processing/dr_egeria_outbox/.obsidian/app.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
154
+ md_processing/dr_egeria_outbox/.obsidian/appearance.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
155
+ md_processing/dr_egeria_outbox/.obsidian/community-plugins.json,sha256=FedlttrOm5A0PZYEjRWHanPN8WFj29mor8q7UEUoZpE,88
156
+ md_processing/dr_egeria_outbox/.obsidian/core-plugins.json,sha256=-gH_6-0rhC1vn834F9R2EUN5BDBQ29fKnMrmjRTLlwo,658
157
+ md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json,sha256=XMScuCDT3IHUjThEiTAqhVQD1BIf2JTztD5_iZ5msXg,230
158
+ md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js,sha256=C-bFYrFQyvk7fz5bUJmHDRYFUM_-LE5FmV27Lps7gfo,141516
159
+ md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json,sha256=8-lYEzhkhRK6oS1bRYSQ9_02eRj3vba9hhcc5Xvn0Is,249
160
+ md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json,sha256=0ggdWLAxon5aFsu6gcb7EywRiZ8K8QIo-7h-LslxUCQ,29
161
+ md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js,sha256=RYV0KW-cUL9awHitKPN3JKJSCuReitIUTGdp9AYkU-Q,990767
162
+ md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json,sha256=JJdnhwl-rUZ5aeAUo1ZU56gOTbSal3aJpIr636FeGFQ,348
163
+ md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css,sha256=7PbdMfFyfEQczm9UeUsNORbc__yH-he4VceboEqF2ac,60802
164
+ md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js,sha256=5MoXiB1JqfkKLFgTAXSFdjErZctQvIRyo-OlNSs6J6Q,772423
165
+ md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json,sha256=7BOqzeFKJM_QKdtZdqoiPO8UFXgnKZARSt05mckjl48,518
166
+ md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css,sha256=CD4NU6MJKudnWcKdjA2gf_K1OPN969sQhxkeSEP9E_s,26040
167
+ md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js,sha256=B9kMWttNvfjqBhCXSGKZJvv-eG84gHkw-ph8WsyGth4,333697
168
+ md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json,sha256=bDZsyKIjmvtR0CCB-M1k7ALeD9daTpUE5Ru7JNc0WVc,330
169
+ md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css,sha256=Gg1JMSz6ZWamB6HkN6VyoAsWQ79EOpNI2Wpo12s9mas,4811
170
+ md_processing/dr_egeria_outbox/.obsidian/types.json,sha256=zOEoK4r1WQsBZCD1r8ckVKL2odK01Wvan0GnJLBgwhM,874
171
+ md_processing/dr_egeria_outbox/.obsidian/workspace.json,sha256=Ni3SoFZLktV5-seBUnZEtjd2iust9f0E3iOMq3qmOoA,6631
172
+ md_processing/dr_egeria_outbox/Untitled.canvas,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
173
+ md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md,sha256=Xe5tfz0_OUUHHWvlyMtBreDivOITdmxlKQhxvwUpHXs,1007
174
+ md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md,sha256=zXgC74Pl_8mn3rQfpbGAwG4dWZuqwWZXMzIQQJb-e2Y,1016
175
+ md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md,sha256=q8I3tRe86FcRckM60IdBKKx_vT26IgHJ2uESrxXiIxI,1061
176
+ md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md,sha256=HE-9KThKxEQBFIROS_HhJL5jT8IHhpU5dtUt1jpc0L8,5690
177
+ md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md,sha256=IbNpPDd5rYnx7D4ZW6Q_HOBzHsNuMFAlz-wj3-es6i0,17706
178
+ md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md,sha256=zdqdLKMNhEMFKR_usRxEOqgXqPwDgmP0n4zBa6Y_40s,122229
179
+ md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md,sha256=WyZQo5r3hrqF18hV5uOEC8Ez-QoPsmsX_mokiEAMnWI,2302
180
+ md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md,sha256=QSLiihClWJBywvoauSNoJS2NrhViwk5A51II-Y62-KE,4695
181
+ md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md,sha256=LUNgBMYWGihsCApkQh0PENLWilSPa0jD9KBzeg5XbVU,4838
182
+ md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md,sha256=6W9d7VY5zaQkbiMPj9eRF1SpAh4PcYE0FhMzcip2GBw,1789
183
+ md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md,sha256=7lbwV5QQ6QXNh043Bw9OQ76_6TiQn_PJ7lc0nYPboig,1787
184
+ md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md,sha256=J_61RPKnM9rBj0yFZA7VM3iJspK2KxIPKulicfpKwrQ,1757
185
+ md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md,sha256=na8JQg1iUSXYvoETDJiTUuLn4dwGdPlNCSC2gapOfT4,1749
186
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md,sha256=GtPpB0F0gQ39Gq3iDFYlSwbWi5zqI6ffpOPln52sXfM,19609
187
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md,sha256=9MnOXSw3Z84Mivwn8grJZTH6sawguwiaandGqbBB77M,1695
188
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md,sha256=939ljAPEULAKIpK9VSL9lF6JjVaOGW55UDhDZyH3l5s,1489
189
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md,sha256=WEGEzV-sPDuYbrh_K6W6ICKEsUNdw5O0BHt9nJ5tsFQ,7906
190
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md,sha256=8ahII5gXfzLVj_NHzyl9mAy8XZ-7lNusV-dW-Hugsxw,8964
191
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md,sha256=iX0fn-vJ2_dEeha9qYTGPeKJRtd1QdypDjM9cSIaq7k,8964
192
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md,sha256=PwILns7ty9ZxY1lwEH40pxL-nXLWZlhcOgQkmuf5SUk,8964
193
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md,sha256=o69ycS5Molx_42W8QxaNeqoS9P3Vp5oYuRRo9iw2WrI,8964
194
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md,sha256=iLV7NNT-3vDoVTx7-DaNLJ-ZXLc3OX8m0E7Leq27BnM,8964
195
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md,sha256=Izlgrl_Ph9A2BKl6b2o8B1eBkusHl5XfWtfTtFKJtvw,8964
196
+ md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md,sha256=SmrkHu2hgWgAswGcTyfkUZplkPPo8r_GJpzp3THyMXw,8964
197
+ md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md,sha256=K4VNkO4QYQSa4H7G3_1IFULG1TwIf5-XC4R7ma5DaJk,7059
198
+ md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md,sha256=VkRqN1qGIbLwJ9Mug8S-Xt2Z_4u8qiww020ZzZdpA00,7059
199
+ md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md,sha256=Yo_DYCuCQz25iVRN-mDvpzOGkVrFbs9RPzccpFTy28I,9300
105
200
  md_processing/family_docs/Data Designer/Create_Data_Class.md,sha256=eC6JxHiK_uPnUgqCbu4AN8hPWpddlvch_7j1tb8k_B8,3561
106
201
  md_processing/family_docs/Data Designer/Create_Data_Dictionary.md,sha256=VVWXQFWJgprYtRTvnDUu--S2mSTNDWu3kSED8U2WnR4,782
107
202
  md_processing/family_docs/Data Designer/Create_Data_Field.md,sha256=UENytJOEO8bOo8pDYqA3G_MX5k50UIgkw2H7fMo9bmc,3494
@@ -176,6 +271,7 @@ md_processing/md_processing_utils/__init__.py,sha256=LxAmxlcji26ziKV4gGar01d95gL
176
271
  md_processing/md_processing_utils/common_md_proc_utils.py,sha256=WD16ycx6IQynSqIoUKGItsm6jqc5AdXeh-_MEGQc01o,43204
177
272
  md_processing/md_processing_utils/common_md_utils.py,sha256=ENU4S7qT3NSU9y9Chk3xWNmCxh5qWlwt3JAlpLt23ys,17627
178
273
  md_processing/md_processing_utils/debug_log,sha256=kIKUWr8tvqpYF59mJHtjtX0ei0wfu6u6LCBK0bi7LSg,82581
274
+ md_processing/md_processing_utils/debug_log.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
179
275
  md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md,sha256=rZ6AVB8ydHqdo_hvZ8jeiV_bCxcq_gpiVD2Ah43y6ZM,100899
180
276
  md_processing/md_processing_utils/extraction_utils.py,sha256=wzNqSyHyvQzItCkBdBu_bjkLAxugKxTj2Yg1DQzqjnc,20075
181
277
  md_processing/md_processing_utils/generate_dr_help.py,sha256=WRPS6eZz8rUUhfVGqazomYnyD4beWDhxk4_h80PzU5w,6344
@@ -184,24 +280,26 @@ md_processing/md_processing_utils/generate_md_templates.py,sha256=DMnMQ7_LbmQCS8
184
280
  md_processing/md_processing_utils/generated_help_terms.md,sha256=9-Qt2_reHLXMb6H1VHtPPQME4_riEgr0CL1yYYwNSFc,35503
185
281
  md_processing/md_processing_utils/md_processing_constants.py,sha256=gCU36oyeS7_GErLOP9YyZtOQid81d-dcp0-y-CpEooE,14157
186
282
  md_processing/md_processing_utils/message_constants.py,sha256=UBf18obM83umM6zplR7ychre4xLRbBnTzidHDZ2gNvM,548
283
+ md_processing/md_processing_utils/solution_architect_log.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
284
+ pyegeria/.DS_Store,sha256=mNfbfjZIBqIkB8-E0qdeX6d-QW8AAm1Vi_h-Ov1LwQU,6148
187
285
  pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
188
286
  pyegeria/__init__.py,sha256=jKqMWRZZoQ7SMpbXQajAfmPTkUc8MX7Du5ALYylBonM,31185
189
287
  pyegeria/_client.py,sha256=hJHn5pD8sbelP_M9dK-M5Z2CYqpRXzXfg1UCgAdQ6dQ,33416
190
- pyegeria/_client_new.py,sha256=nXKojaveeLvwIEiSzHRGN53pVnM-Vj8-0kLaAxERp-s,27722
288
+ pyegeria/_client_new.py,sha256=O4jJtOAD2ZQqrqH_i3PpOKzhqDZ8EfiWemmwCTCcUAY,28945
191
289
  pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
192
290
  pyegeria/_exceptions.py,sha256=1SrnV194V4_YJNnNAU0myTHQ3dhLn4GF2B2gZcj1u90,18153
193
291
  pyegeria/_exceptions_new.py,sha256=rxfT3KcBUCeXoz_JJotTzylT0o9SZ_yu4EMuWMScCF8,18182
194
292
  pyegeria/_globals.py,sha256=qSU5hM4uuJZPp-YapEEKxfcdgH9hauc6R7gRkELLroY,1132
195
- pyegeria/_output_formats.py,sha256=LgXSCpTNf-Qd8zZVTS1wUl_F1Emk-gxUFYqePVJJpAc,11954
293
+ pyegeria/_output_format_models.py,sha256=nVCq8usYiRqSGcolDEadkZNzzWISJBGwrvY2-56ndi8,12756
294
+ pyegeria/_output_formats.py,sha256=Jh0NgeBVt49I4CkG8B4cmyZa15R4njQrnWStwve7Fuw,24177
196
295
  pyegeria/_validators.py,sha256=pNxND0dN2qvyuGE52N74l1Ezfrh2p9Hao2ziR_t1ENI,7425
197
296
  pyegeria/asset_catalog_omvs.py,sha256=P6FceMP0FgakGSOt3ePxpEbsF7nnypzo1aQahjdL_94,29021
198
297
  pyegeria/automated_curation_omvs.py,sha256=tzwCyXL0Hx8UjryBBWcPoEuBRajXZpLuwPQ1vuOg2yc,130349
199
298
  pyegeria/classification_manager_omvs.py,sha256=EBWjdx_C999bRu2-INL8RZxZ-wz92mzVqVBQ6mkyGM0,187228
200
- pyegeria/collection_manager_omvs.py,sha256=z-Hv88iMJciSV5vaPyMP9u288CxXNAnlbc52WeFlcK4,285617
299
+ pyegeria/collection_manager_omvs.py,sha256=fnUxRLLwuSOAA_PlI2ZOs1B2yMPwMBQ6ghrlY3kTqgo,285622
201
300
  pyegeria/core_omag_server_config.py,sha256=pNQpocICkZx8sRsTw5DPUe-TFyxlIo1U88qqgci_f7I,97764
202
301
  pyegeria/create_tech_guid_lists.py,sha256=hf5q8Xrdsz-bqeIW3yTORZ1XB6_BrKzLDWWwC_bNG2g,4811
203
302
  pyegeria/data_designer_omvs.py,sha256=YTV_yy_nNKQSpVdiFuivsHftcS1PTDOGtA_OxdYC_qQ,207556
204
- pyegeria/dr.egeria spec.md,sha256=QC_z3EqJ0WW18NYQFW_AtqO4SMWH5MJNVmM--54VzX4,959
205
303
  pyegeria/egeria_cat_client.py,sha256=d8dQNPLzL4efi99OJfH1T-Rt1N0k9Rf9LX8LpuhiFls,2179
206
304
  pyegeria/egeria_client.py,sha256=egGv41eb94P_lWIQ54I_90WT_IukJ_J6ZLOYCHpx2js,4676
207
305
  pyegeria/egeria_config_client.py,sha256=3TZUeXSl1f7SQ2WWYTbgOu1Cu1YqApilErAgjZLzbWY,1391
@@ -209,12 +307,12 @@ pyegeria/egeria_my_client.py,sha256=eOKLk2zdI6FHZnhAimfR_0yNdBjpUgD41dJZcJODcqE,
209
307
  pyegeria/egeria_tech_client.py,sha256=Ga9whlJRMl24LPWksuMgl0GRxSNrzK2Fcg_rf3QqRkU,3420
210
308
  pyegeria/feedback_manager_omvs.py,sha256=0xBs0p54vmdfVYYgQ8pOanLC4fxfgTk1Z61Y6D1U7_I,152978
211
309
  pyegeria/full_omag_server_config.py,sha256=CQqLCy_3DZFvJZEOcGf50HWdFaWpiAIs6z-kKyjvpDA,47464
212
- pyegeria/glossary_browser_omvs.py,sha256=Jb2Tt2qNjnoWQNBDMdZiuQffH6nC4lKekZNEJCiW5BE,166966
310
+ pyegeria/glossary_browser_omvs.py,sha256=nWTZ6m4LNtGzailLz-QZjaQkamoHjlSErVtF3w2vsjw,174100
213
311
  pyegeria/glossary_manager_omvs.py,sha256=vXHlBuJxUIAkSI7OKbYcspmcfxxX-L7oe5J0AiEefVI,87991
214
- pyegeria/governance_officer_omvs.py,sha256=14UnC-fS5LUsWzx-RuzUX_ZNVxldqvVSvZFvJDv980I,91580
215
- pyegeria/load_config.py,sha256=ZBBv_wjZFQ4oSExpg5j7VTc6jDco6fpuNhM2MxCawnU,22733
312
+ pyegeria/governance_officer_omvs.py,sha256=JjVJ6myf1yE2ANr0Gv8A2Hg2nEgl1Ip4YbjReoc8nuU,91631
313
+ pyegeria/load_config.py,sha256=-x3K6pmEsm9zg8SpzcmUUTWAbd9dQMmY5OutS2AQv50,24984
216
314
  pyegeria/load_config_orig.py,sha256=lOM37vdIBcYfLQFTLP5bDuNc7vTFGBNYPfqHtWGNvA4,11624
217
- pyegeria/logging_configuration.py,sha256=1nLUgkzlUh87kvuo7H-ekawyGJmNiBo415EuufFbLfE,7713
315
+ pyegeria/logging_configuration.py,sha256=EIfBXhazslnIu_qxgLr8OkAJSJAU27cxoPiTk6vrEho,7734
218
316
  pyegeria/md_processing_helpers.py,sha256=xlQuK5eP_PJqUdy4BScQ97NyBD95jMS3EUg0wK5CsZo,2137
219
317
  pyegeria/md_processing_utils.py,sha256=KRESCqAYjCgHRAdhHH49lLDDhaq740CUlqTG0bN-6Oo,99119
220
318
  pyegeria/md_processing_utils_orig.py,sha256=SToZtXQiysi2_vmIY4-T2NIELRirzQ1zjkho_2jFsNE,52603
@@ -232,8 +330,8 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
232
330
  pyegeria/utils.py,sha256=CAh8LItgmGf5UHIYeYAOE4roHg1wuBk3zQ1lxK7lcZA,6805
233
331
  pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
234
332
  pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
235
- pyegeria-5.4.0.14.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
236
- pyegeria-5.4.0.14.dist-info/METADATA,sha256=O04nNIdIU3t_HIORvOu-mHDwSDA832XypzwZsyZk0uU,3031
237
- pyegeria-5.4.0.14.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
238
- pyegeria-5.4.0.14.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
239
- pyegeria-5.4.0.14.dist-info/RECORD,,
333
+ pyegeria-5.4.0.16.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
334
+ pyegeria-5.4.0.16.dist-info/METADATA,sha256=DbTR67e0o7HI5ylqP5-_6Vd0H5u95Tatp2iNuLT1U-Q,3031
335
+ pyegeria-5.4.0.16.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
336
+ pyegeria-5.4.0.16.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
337
+ pyegeria-5.4.0.16.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- [
2
- {
3
- "Display Name": "",
4
- "Qualified Name": " [DataStruct::TBDF-Incoming Weekly Measurement Data](#3e4bc9a1-2661-4d24-a753-b26060c61e34) ",
5
- "Category": "",
6
- "Description": "This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial."
7
- }
8
- ]
@@ -1,19 +0,0 @@
1
- # Puddy Approves
2
- This is a tutorial on how to use a data struct description
3
-
4
- # Data Structure Report - created at 2025-07-29 15:54
5
- Data Structure found from the search string: `All`
6
-
7
- <a id="3e4bc9a1-2661-4d24-a753-b26060c61e34"></a>
8
- # Data Structure Name:
9
-
10
- ## Qualified Name
11
- [DataStruct::TBDF-Incoming Weekly Measurement Data](#3e4bc9a1-2661-4d24-a753-b26060c61e34)
12
-
13
- ## Description
14
- This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial.
15
-
16
- ## GUID
17
- 3e4bc9a1-2661-4d24-a753-b26060c61e34
18
-
19
- [[Data Structure]]
@@ -1,9 +0,0 @@
1
-
2
- | Attribute Name | Input Required? | Generated/Default? | Unique? | Notes | Type
3
- |:----------------| :- | :- | :- | :-|:-------------------------|
4
- | Term Name | Yes | No | No | A display name (informal name). | string |
5
- | Owning Glossary | Yes | No | Yes | This is the qualified name of the glossary that owns this term. | Qualified name reference |
6
- | Categories | No | No | Yes | This is the qualified (unique) name of the category. Multiple categories can be assigned, separated by a `,` or line. | qualified name reference
7
- | Description | No | No | No | A textual description of this term | string |
8
- | Qualified Name | No | Yes | Yes | The qualified name can either be provided by the user or generated. If generated, a pattern is followed. | mfg or supplied q_name |
9
- | GUID | No | Yes | Yes | GUIDs are always generated by Egeria. They are meant for automation, not people. | Generated