pyegeria 5.3.10__py3-none-any.whl → 5.4.0.dev3__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 (47) hide show
  1. commands/cat/debug_log.2025-06-05_20-24-18_123924.log.zip +0 -0
  2. commands/cat/debug_log.2025-06-10_08-45-03_929921.log.zip +0 -0
  3. commands/cat/debug_log.2025-06-11_09-57-21_247890.log.zip +0 -0
  4. commands/cat/debug_log.2025-06-12_16-14-31_212042.log.zip +0 -0
  5. commands/cat/debug_log.log +1267 -0
  6. commands/cat/dr_egeria_md.py +32 -5
  7. commands/cat/list_collections.py +10 -4
  8. commands/cat/list_data_designer.py +172 -0
  9. commands/cat/solution_architect_log.log +0 -0
  10. md_processing/__init__.py +7 -2
  11. md_processing/data/commands.json +4666 -848
  12. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  13. md_processing/dr_egeria_inbox/data_test.md +106 -13
  14. md_processing/dr_egeria_inbox/data_test2.md +376 -0
  15. md_processing/dr_egeria_inbox/{search_test.md → glossary_search_test.md} +1 -0
  16. md_processing/dr_egeria_inbox/solution-components.md +66 -91
  17. md_processing/md_commands/data_designer_commands.py +840 -557
  18. md_processing/md_commands/solution_architect_commands.py +985 -0
  19. md_processing/md_processing_utils/common_md_proc_utils.py +262 -89
  20. md_processing/md_processing_utils/common_md_utils.py +11 -4
  21. md_processing/md_processing_utils/md_processing_constants.py +18 -16
  22. pyegeria/_client.py +39 -0
  23. pyegeria/classification_manager_omvs.py +1 -1
  24. pyegeria/collection_manager_omvs.py +248 -188
  25. pyegeria/data_designer_omvs.py +217 -9
  26. pyegeria/governance_officer_omvs.py +2349 -0
  27. pyegeria/output_formatter.py +24 -12
  28. pyegeria/solution_architect_omvs.py +4219 -1084
  29. pyegeria/utils.py +15 -2
  30. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/METADATA +2 -1
  31. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/RECORD +35 -36
  32. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/entry_points.txt +4 -0
  33. md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
  34. md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
  35. md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
  36. md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
  37. md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
  38. md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
  39. md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
  40. md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
  41. md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
  42. md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
  43. md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
  44. md_processing/md_commands/blueprint_commands.py +0 -303
  45. /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
  46. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/LICENSE +0 -0
  47. {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev3.dist-info}/WHEEL +0 -0