pyegeria 5.3.9.9.3__py3-none-any.whl → 5.3.9.9.4__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 (55) hide show
  1. md_processing/__init__.py +49 -0
  2. md_processing/commands.json +3252 -0
  3. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  4. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  5. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  6. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  7. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  8. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  9. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  10. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  11. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  12. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  13. md_processing/dr_egeria_inbox/data_field.md +54 -0
  14. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  15. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  16. md_processing/dr_egeria_inbox/data_test.md +86 -0
  17. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  18. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  19. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  20. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  21. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  22. md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb +341 -0
  23. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  24. md_processing/dr_egeria_inbox/rel.md +8 -0
  25. md_processing/dr_egeria_inbox/sb.md +119 -0
  26. md_processing/dr_egeria_inbox/search_test.md +39 -0
  27. md_processing/dr_egeria_inbox/solution-components.md +154 -0
  28. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  29. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  30. md_processing/dr_egeria_inbox/t1.md +0 -0
  31. md_processing/dr_egeria_inbox/t2.md +268 -0
  32. md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +94 -0
  33. md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +88 -0
  34. md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +56 -0
  35. md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +103 -0
  36. md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +94 -0
  37. md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +96 -0
  38. md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +100 -0
  39. md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +88 -0
  40. md_processing/md_commands/__init__.py +3 -0
  41. md_processing/md_commands/blueprint_commands.py +303 -0
  42. md_processing/md_commands/data_designer_commands.py +1182 -0
  43. md_processing/md_commands/glossary_commands.py +1144 -0
  44. md_processing/md_commands/project_commands.py +163 -0
  45. md_processing/md_processing_utils/__init__.py +4 -0
  46. md_processing/md_processing_utils/common_md_proc_utils.py +724 -0
  47. md_processing/md_processing_utils/common_md_utils.py +172 -0
  48. md_processing/md_processing_utils/extraction_utils.py +486 -0
  49. md_processing/md_processing_utils/md_processing_constants.py +112 -0
  50. md_processing/md_processing_utils/message_constants.py +19 -0
  51. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/METADATA +1 -2
  52. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/RECORD +55 -5
  53. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/LICENSE +0 -0
  54. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/WHEEL +0 -0
  55. {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.4.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,49 @@
1
+ """
2
+ This package contains functions to parse and process Egeria Markdown (Freddie)
3
+ """
4
+
5
+ from md_processing.md_commands.blueprint_commands import (process_blueprint_upsert_command,
6
+ process_solution_component_upsert_command)
7
+ from md_processing.md_commands.data_designer_commands import (process_data_field_upsert_command,
8
+ process_data_spec_upsert_command,
9
+ process_data_dict_upsert_command,
10
+ process_data_dict_list_command,
11
+ process_data_structure_upsert_command)
12
+
13
+ from md_processing.md_commands.glossary_commands import (process_glossary_upsert_command, process_glossary_list_command,
14
+ process_glossary_structure_command,
15
+ process_category_upsert_command, update_category_parent,
16
+ process_category_list_command, update_term_categories,
17
+ process_term_upsert_command,
18
+ process_create_term_term_relationship_command,
19
+ process_term_list_command, process_term_details_command,
20
+ process_term_history_command,
21
+ process_term_revision_history_command)
22
+ from md_processing.md_commands.project_commands import (process_per_proj_upsert_command)
23
+ # Re-export all functions from the original md_processing_utils.py to maintain backward compatibility
24
+ from md_processing.md_processing_utils.common_md_utils import (render_markdown, is_valid_iso_date, set_debug_level,
25
+ get_current_datetime_string, print_msg, EGERIA_WIDTH,
26
+ console, debug_level, get_element_dictionary,
27
+ update_element_dictionary, clear_element_dictionary,
28
+ is_present, find_key_with_value,
29
+ process_provenance_command)
30
+ from md_processing.md_processing_utils.extraction_utils import (extract_command_plus, extract_command,
31
+ extract_attribute, process_simple_attribute,
32
+ process_name_list, process_element_identifiers,
33
+ get_element_by_name, update_a_command)
34
+ from md_processing.md_processing_utils.md_processing_constants import (ALWAYS, ERROR, INFO, WARNING, pre_command,
35
+ command_seperator, EXISTS_REQUIRED,
36
+ GLOSSARY_NAME_LABELS, CATEGORY_NAME_LABELS,
37
+ PARENT_CATEGORY_LABELS, CHILD_CATEGORY_LABELS,
38
+ TERM_NAME_LABELS, PROJECT_NAME_LABELS,
39
+ BLUEPRINT_NAME_LABELS, COMPONENT_NAME_LABELS,
40
+ SOLUTION_ROLE_LABELS, SOLUTION_ACTOR_ROLE_LABELS,
41
+ SOLUTION_LINKING_ROLE_LABELS, OUTPUT_LABELS,
42
+ SEARCH_LABELS, GUID_LABELS,
43
+ ELEMENT_OUTPUT_FORMATS, TERM_RELATIONSHPS,
44
+ command_list, COMMAND_DEFINITIONS)
45
+ # Import functions from md_processing_constants
46
+ from md_processing.md_processing_utils.md_processing_constants import (load_commands, get_command_spec, get_attribute,
47
+ get_attribute_labels, get_alternate_names)
48
+ # Import message constants
49
+ from md_processing.md_processing_utils.message_constants import (message_types, ALWAYS, ERROR, INFO, WARNING)