pyegeria 5.3.3.14.dev4__py3-none-any.whl → 5.3.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 (283) hide show
  1. pyegeria/commands/cli/egeria.py +77 -0
  2. pyegeria/commands/cli/egeria_tech.py +79 -0
  3. pyegeria/commands/tech/list_information_supply_chains.py +1 -1
  4. pyegeria/commands/tech/list_solution_blueprints.py +30 -19
  5. pyegeria/commands/tech/list_solution_components.py +172 -0
  6. pyegeria/commands/tech/{list_solution_blueprints2.py → list_solution_roles.py} +49 -48
  7. pyegeria/commands/tech/work/mermaid_graphs/{Automated Manufacturing Control.html → blueprints/Automated Manufacturing Control.html } +3 -3
  8. pyegeria/commands/tech/work/mermaid_graphs/{Clinical Trial Management Solution Blueprint.html → blueprints/Clinical Trial Management Solution Blueprint.html } +2 -2
  9. pyegeria/commands/tech/work/mermaid_graphs/{Employee Management Solution Blueprint.html → blueprints/Employee Management Solution Blueprint.html } +3 -3
  10. pyegeria/commands/tech/work/mermaid_graphs/{Hazardous Material Management Solution Blueprint.html → blueprints/Hazardous Material Management Solution Blueprint.html } +3 -3
  11. pyegeria/commands/tech/work/mermaid_graphs/{Inventory Management.html → blueprints/Inventory Management.html } +2 -2
  12. pyegeria/commands/tech/work/mermaid_graphs/{Personalized Medicine Order Fulfillment Solution Blueprint.html → blueprints/Personalized Medicine Order Fulfillment Solution Blueprint.html } +3 -3
  13. pyegeria/commands/tech/work/mermaid_graphs/{Sustainability Reporting Solution Blueprint.html → blueprints/Sustainability Reporting Solution Blueprint.html } +3 -3
  14. pyegeria/commands/tech/work/mermaid_graphs/{{{displayName}}.html → blueprints/{{displayName}}.html} +2 -2
  15. pyegeria/commands/tech/work/mermaid_graphs/components/Accounting ledgers.html +121 -0
  16. pyegeria/commands/tech/work/mermaid_graphs/components/Analyse Patient Data.html +133 -0
  17. pyegeria/commands/tech/work/mermaid_graphs/components/Assemble Treatment Assessment Report.html +129 -0
  18. pyegeria/commands/tech/work/mermaid_graphs/components/Certify Hospital.html +125 -0
  19. pyegeria/commands/tech/work/mermaid_graphs/components/Employee Expense Tool.html +121 -0
  20. pyegeria/commands/tech/work/mermaid_graphs/components/Goods Inventory.html +121 -0
  21. pyegeria/commands/tech/work/mermaid_graphs/components/Hazardous Materials (HazMat) Inventory.html +121 -0
  22. pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Landing Area Folder.html +125 -0
  23. pyegeria/commands/tech/work/mermaid_graphs/components/Hospital Processes.html +129 -0
  24. pyegeria/commands/tech/work/mermaid_graphs/components/Landing Folder Cataloguer.html +125 -0
  25. pyegeria/commands/tech/work/mermaid_graphs/components/Nominate Hospital.html +125 -0
  26. pyegeria/commands/tech/work/mermaid_graphs/components/Onboard Hospital.html +125 -0
  27. pyegeria/commands/tech/work/mermaid_graphs/components/Populate Sandbox.html +125 -0
  28. pyegeria/commands/tech/work/mermaid_graphs/components/Set up Data Lake Folder.html +127 -0
  29. pyegeria/commands/tech/work/mermaid_graphs/components/Set up clinical trial.html +125 -0
  30. pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Calculators.html +125 -0
  31. pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Dashboards.html +125 -0
  32. pyegeria/commands/tech/work/mermaid_graphs/components/Sustainability Operational Data Store (ODS).html +141 -0
  33. pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Assessment Report Validation and Delivery.html +129 -0
  34. pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Efficacy Evidence.html +125 -0
  35. pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Validation Sandbox.html +125 -0
  36. pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Data Lake Folder.html +125 -0
  37. pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Onboarding Pipeline.html +133 -0
  38. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-DC-LEADER.html +118 -0
  39. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-DEPOT-LEADER.html +118 -0
  40. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-LAB-LEADER.html +118 -0
  41. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-OFFICE-LEADER.html +118 -0
  42. pyegeria/commands/tech/work/mermaid_graphs/roles/AMS-SITE-LEADER.html +118 -0
  43. pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-DC-LEADER.html +118 -0
  44. pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-FACTORY-LEADER.html +118 -0
  45. pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-OFFICE-LEADER.html +118 -0
  46. pyegeria/commands/tech/work/mermaid_graphs/roles/AUS-SITE-LEADER.html +118 -0
  47. pyegeria/commands/tech/work/mermaid_graphs/roles/C-TRL-SUSTAINABILITY-CHAMP.html +118 -0
  48. pyegeria/commands/tech/work/mermaid_graphs/roles/CAMP-CT:ProjectManager.html +118 -0
  49. pyegeria/commands/tech/work/mermaid_graphs/roles/CAMP-MM:ProjectManager.html +118 -0
  50. pyegeria/commands/tech/work/mermaid_graphs/roles/CertifiedDataEngineer.html +130 -0
  51. pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialManager.html +138 -0
  52. pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialParticipatingHospital.html +122 -0
  53. pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialParticipatingHospitalCoordinator.html +122 -0
  54. pyegeria/commands/tech/work/mermaid_graphs/roles/ClinicalTrialSponsor.html +122 -0
  55. pyegeria/commands/tech/work/mermaid_graphs/roles/Community Leader.html +118 -0
  56. pyegeria/commands/tech/work/mermaid_graphs/roles/CommunityMember.html +118 -0
  57. pyegeria/commands/tech/work/mermaid_graphs/roles/DIST-SUSTAINABILITY-CHAMP.html +118 -0
  58. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-DC-LEADER.html +118 -0
  59. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-DEPOT-LEADER.html +118 -0
  60. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-FACTORY-LEADER.html +118 -0
  61. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-OFFICE-LEADER.html +118 -0
  62. pyegeria/commands/tech/work/mermaid_graphs/roles/ED-SITE-LEADER.html +118 -0
  63. pyegeria/commands/tech/work/mermaid_graphs/roles/FIN-SUSTAINABILITY-CHAMP.html +118 -0
  64. pyegeria/commands/tech/work/mermaid_graphs/roles/GOVERNANCE_LEADER.html +118 -0
  65. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:0.html +118 -0
  66. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:1.html +118 -0
  67. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:2.html +118 -0
  68. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:3.html +118 -0
  69. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:4.html +118 -0
  70. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:5.html +118 -0
  71. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:6.html +118 -0
  72. pyegeria/commands/tech/work/mermaid_graphs/roles/GOV_OFFICER:7.html +118 -0
  73. pyegeria/commands/tech/work/mermaid_graphs/roles/HR-SUSTAINABILITY-CHAMP.html +118 -0
  74. pyegeria/commands/tech/work/mermaid_graphs/roles/IT-SUSTAINABILITY-CHAMP.html +118 -0
  75. pyegeria/commands/tech/work/mermaid_graphs/roles/KC-DEPOT-LEADER.html +118 -0
  76. pyegeria/commands/tech/work/mermaid_graphs/roles/KC-OFFICE-LEADER.html +118 -0
  77. pyegeria/commands/tech/work/mermaid_graphs/roles/KC-SITE-LEADER.html +118 -0
  78. pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-DC-LEADER.html +118 -0
  79. pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-LAB-LEADER.html +118 -0
  80. pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-OFFICE-LEADER.html +118 -0
  81. pyegeria/commands/tech/work/mermaid_graphs/roles/LDN-SITE-LEADER.html +118 -0
  82. pyegeria/commands/tech/work/mermaid_graphs/roles/MFG-SUSTAINABILITY-CHAMP.html +118 -0
  83. pyegeria/commands/tech/work/mermaid_graphs/roles/NY-DC-LEADER.html +118 -0
  84. pyegeria/commands/tech/work/mermaid_graphs/roles/NY-LAB-LEADER.html +118 -0
  85. pyegeria/commands/tech/work/mermaid_graphs/roles/NY-OFFICE-LEADER.html +118 -0
  86. pyegeria/commands/tech/work/mermaid_graphs/roles/NY-SITE-LEADER.html +118 -0
  87. pyegeria/commands/tech/work/mermaid_graphs/roles/NewTreatmentDataScientist.html +122 -0
  88. pyegeria/commands/tech/work/mermaid_graphs/roles/NewTreatmentResearcher.html +122 -0
  89. pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-001:ProjectManager.html +118 -0
  90. pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-002:ProjectManager.html +118 -0
  91. pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF-003:ProjectManager.html +118 -0
  92. pyegeria/commands/tech/work/mermaid_graphs/roles/PROJ-CT-TBDF:ProjectManager.html +118 -0
  93. pyegeria/commands/tech/work/mermaid_graphs/roles/RES-SUSTAINABILITY-CHAMP.html +118 -0
  94. pyegeria/commands/tech/work/mermaid_graphs/roles/SALES-SUSTAINABILITY-CHAMP.html +118 -0
  95. pyegeria/commands/tech/work/mermaid_graphs/roles/SUSTAINABILITY-LEAD.html +118 -0
  96. pyegeria/commands/tech/work/mermaid_graphs/roles/SUSTAINABILITY-TECH-LEAD.html +118 -0
  97. pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityChampion.html +118 -0
  98. pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityExecutive.html +118 -0
  99. pyegeria/commands/tech/work/mermaid_graphs/roles/SustainabilityLeader.html +118 -0
  100. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0001.html +118 -0
  101. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0002.html +118 -0
  102. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0003.html +118 -0
  103. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0004.html +118 -0
  104. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0005.html +118 -0
  105. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0006.html +118 -0
  106. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0007.html +118 -0
  107. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0008.html +118 -0
  108. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0009.html +118 -0
  109. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0010.html +118 -0
  110. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0011.html +118 -0
  111. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0012.html +118 -0
  112. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0013.html +118 -0
  113. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0014.html +118 -0
  114. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0015.html +118 -0
  115. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0016.html +118 -0
  116. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0017.html +118 -0
  117. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0018.html +118 -0
  118. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0019.html +118 -0
  119. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0020.html +118 -0
  120. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0021.html +118 -0
  121. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0022.html +118 -0
  122. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0023.html +118 -0
  123. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:0024.html +118 -0
  124. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:2343.html +118 -0
  125. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:2373.html +118 -0
  126. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:3067.html +118 -0
  127. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:3082.html +118 -0
  128. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4051.html +118 -0
  129. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4302.html +118 -0
  130. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:4332.html +118 -0
  131. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:5656.html +118 -0
  132. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:6788.html +118 -0
  133. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:6877.html +118 -0
  134. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:7432.html +118 -0
  135. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9657.html +118 -0
  136. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9992.html +118 -0
  137. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9993.html +118 -0
  138. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9994.html +118 -0
  139. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9995.html +118 -0
  140. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9996.html +118 -0
  141. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9997.html +118 -0
  142. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9998.html +118 -0
  143. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamLeader:Department:9999.html +118 -0
  144. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0001.html +118 -0
  145. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0002.html +118 -0
  146. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0003.html +118 -0
  147. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0004.html +118 -0
  148. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0005.html +118 -0
  149. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0006.html +118 -0
  150. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0007.html +118 -0
  151. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0008.html +118 -0
  152. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0009.html +118 -0
  153. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0010.html +118 -0
  154. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0011.html +118 -0
  155. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0012.html +118 -0
  156. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0013.html +118 -0
  157. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0014.html +118 -0
  158. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0015.html +118 -0
  159. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0016.html +118 -0
  160. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0017.html +118 -0
  161. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0018.html +118 -0
  162. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0019.html +118 -0
  163. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0020.html +118 -0
  164. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0021.html +118 -0
  165. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0022.html +118 -0
  166. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0023.html +118 -0
  167. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:0024.html +118 -0
  168. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:2343.html +118 -0
  169. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:2373.html +118 -0
  170. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:3067.html +118 -0
  171. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:3082.html +118 -0
  172. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4051.html +118 -0
  173. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4302.html +118 -0
  174. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:4332.html +118 -0
  175. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:5656.html +118 -0
  176. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:6788.html +118 -0
  177. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:6877.html +118 -0
  178. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:7432.html +118 -0
  179. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9657.html +118 -0
  180. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9992.html +118 -0
  181. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9993.html +118 -0
  182. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9994.html +118 -0
  183. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9995.html +118 -0
  184. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9996.html +118 -0
  185. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9997.html +118 -0
  186. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9998.html +118 -0
  187. pyegeria/commands/tech/work/mermaid_graphs/roles/TeamMembers:Department:9999.html +118 -0
  188. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-DC-LEADER.html +118 -0
  189. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-DEPOT-LEADER.html +118 -0
  190. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-FACTORY-LEADER.html +118 -0
  191. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-OFFICE-LEADER.html +118 -0
  192. pyegeria/commands/tech/work/mermaid_graphs/roles/WINCH-SITE-LEADER.html +118 -0
  193. pyegeria/commands/tech/work/mermaid_graphs/{Clinical Trial Subject Onboarding.html → supply-chains/Clinical Trial Subject Onboarding.html } +18 -18
  194. pyegeria/commands/tech/work/mermaid_graphs/{Clinical Trial Treatment Validation.html → supply-chains/Clinical Trial Treatment Validation.html } +21 -21
  195. pyegeria/commands/tech/work/mermaid_graphs/{Employee Expense Payment.html → supply-chains/Employee Expense Payment.html } +7 -7
  196. pyegeria/commands/tech/work/mermaid_graphs/{New Drug Product Information Distribution.html → supply-chains/New Drug Product Information Distribution.html } +7 -7
  197. pyegeria/commands/tech/work/mermaid_graphs/{New Employee Onboarding.html → supply-chains/New Employee Onboarding.html } +6 -6
  198. pyegeria/commands/tech/work/mermaid_graphs/{Personalized Treatment Ordering.html → supply-chains/Personalized Treatment Ordering.html } +6 -6
  199. pyegeria/commands/tech/work/mermaid_graphs/{Physical Inventory Tracking.html → supply-chains/Physical Inventory Tracking.html } +10 -10
  200. pyegeria/commands/tech/work/mermaid_graphs/{Sustainability Reporting.html → supply-chains/Sustainability Reporting.html } +6 -6
  201. pyegeria/commands/tech/work/mermaid_graphs/supply-chains/{{displayName}}.html +122 -0
  202. pyegeria/mermaid_utilities.py +3 -2
  203. {pyegeria-5.3.3.14.dev4.dist-info → pyegeria-5.3.4.dist-info}/METADATA +1 -1
  204. {pyegeria-5.3.3.14.dev4.dist-info → pyegeria-5.3.4.dist-info}/RECORD +207 -103
  205. {pyegeria-5.3.3.14.dev4.dist-info → pyegeria-5.3.4.dist-info}/entry_points.txt +3 -0
  206. pyegeria/.DS_Store +0 -0
  207. pyegeria/commands/.DS_Store +0 -0
  208. pyegeria/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  209. pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
  210. pyegeria/commands/cat/__pycache__/__init__.cpython-312.pyc +0 -0
  211. pyegeria/commands/cat/__pycache__/get_asset_graph.cpython-312.pyc +0 -0
  212. pyegeria/commands/cat/__pycache__/get_collection.cpython-312.pyc +0 -0
  213. pyegeria/commands/cat/__pycache__/get_project_dependencies.cpython-312.pyc +0 -0
  214. pyegeria/commands/cat/__pycache__/get_project_structure.cpython-312.pyc +0 -0
  215. pyegeria/commands/cat/__pycache__/get_tech_type_elements.cpython-312.pyc +0 -0
  216. pyegeria/commands/cat/__pycache__/glossary_actions.cpython-312.pyc +0 -0
  217. pyegeria/commands/cat/__pycache__/list_assets.cpython-312.pyc +0 -0
  218. pyegeria/commands/cat/__pycache__/list_cert_types.cpython-312.pyc +0 -0
  219. pyegeria/commands/cat/__pycache__/list_collections.cpython-312.pyc +0 -0
  220. pyegeria/commands/cat/__pycache__/list_deployed_catalogs.cpython-312.pyc +0 -0
  221. pyegeria/commands/cat/__pycache__/list_deployed_database_schemas.cpython-312.pyc +0 -0
  222. pyegeria/commands/cat/__pycache__/list_deployed_databases.cpython-312.pyc +0 -0
  223. pyegeria/commands/cat/__pycache__/list_glossaries.cpython-312.pyc +0 -0
  224. pyegeria/commands/cat/__pycache__/list_projects.cpython-312.pyc +0 -0
  225. pyegeria/commands/cat/__pycache__/list_servers_deployed_imp.cpython-312.pyc +0 -0
  226. pyegeria/commands/cat/__pycache__/list_tech_type_elements.cpython-312.pyc +0 -0
  227. pyegeria/commands/cat/__pycache__/list_tech_types.cpython-312.pyc +0 -0
  228. pyegeria/commands/cat/__pycache__/list_terms.cpython-312.pyc +0 -0
  229. pyegeria/commands/cat/__pycache__/list_todos.cpython-312.pyc +0 -0
  230. pyegeria/commands/cat/__pycache__/list_user_ids.cpython-312.pyc +0 -0
  231. pyegeria/commands/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  232. pyegeria/commands/cli/__pycache__/egeria_login_tui.cpython-312.pyc +0 -0
  233. pyegeria/commands/cli/__pycache__/egeria_ops.cpython-312.pyc +0 -0
  234. pyegeria/commands/cli/__pycache__/ops_config.cpython-312.pyc +0 -0
  235. pyegeria/commands/doc/.DS_Store +0 -0
  236. pyegeria/commands/doc/Visual Command Reference/.DS_Store +0 -0
  237. pyegeria/commands/doc/Visual Command Reference/cat/.DS_Store +0 -0
  238. pyegeria/commands/doc/Visual Command Reference/cat/show/.DS_Store +0 -0
  239. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/.DS_Store +0 -0
  240. pyegeria/commands/doc/glossary/.DS_Store +0 -0
  241. pyegeria/commands/doc/glossary/images/.DS_Store +0 -0
  242. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store +0 -0
  243. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store +0 -0
  244. pyegeria/commands/my/__pycache__/__init__.cpython-312.pyc +0 -0
  245. pyegeria/commands/my/__pycache__/list_my_profile.cpython-312.pyc +0 -0
  246. pyegeria/commands/my/__pycache__/list_my_roles.cpython-312.pyc +0 -0
  247. pyegeria/commands/my/__pycache__/monitor_my_todos.cpython-312.pyc +0 -0
  248. pyegeria/commands/my/__pycache__/monitor_open_todos.cpython-312.pyc +0 -0
  249. pyegeria/commands/my/__pycache__/todo_actions.cpython-312.pyc +0 -0
  250. pyegeria/commands/ops/__pycache__/__init__.cpython-312.pyc +0 -0
  251. pyegeria/commands/ops/__pycache__/gov_server_actions.cpython-312.pyc +0 -0
  252. pyegeria/commands/ops/__pycache__/list_archives.cpython-312.pyc +0 -0
  253. pyegeria/commands/ops/__pycache__/list_catalog_targets.cpython-312.pyc +0 -0
  254. pyegeria/commands/ops/__pycache__/load_archive.cpython-312.pyc +0 -0
  255. pyegeria/commands/ops/__pycache__/monitor_engine_activity.cpython-312.pyc +0 -0
  256. pyegeria/commands/ops/__pycache__/monitor_engine_activity_c.cpython-312.pyc +0 -0
  257. pyegeria/commands/ops/__pycache__/monitor_gov_eng_status.cpython-312.pyc +0 -0
  258. pyegeria/commands/ops/__pycache__/monitor_integ_daemon_status.cpython-312.pyc +0 -0
  259. pyegeria/commands/ops/__pycache__/monitor_platform_status.cpython-312.pyc +0 -0
  260. pyegeria/commands/ops/__pycache__/monitor_server_startup.cpython-312.pyc +0 -0
  261. pyegeria/commands/ops/__pycache__/monitor_server_status.cpython-312.pyc +0 -0
  262. pyegeria/commands/ops/__pycache__/refresh_integration_daemon.cpython-312.pyc +0 -0
  263. pyegeria/commands/ops/__pycache__/restart_integration_daemon.cpython-312.pyc +0 -0
  264. pyegeria/commands/ops/__pycache__/table_integ_daemon_status.cpython-312.pyc +0 -0
  265. pyegeria/commands/tech/.DS_Store +0 -0
  266. pyegeria/commands/tech/__pycache__/__init__.cpython-312.pyc +0 -0
  267. pyegeria/commands/tech/__pycache__/get_element_info.cpython-312.pyc +0 -0
  268. pyegeria/commands/tech/__pycache__/get_guid_info.cpython-312.pyc +0 -0
  269. pyegeria/commands/tech/__pycache__/get_tech_details.cpython-312.pyc +0 -0
  270. pyegeria/commands/tech/__pycache__/get_tech_type_template.cpython-312.pyc +0 -0
  271. pyegeria/commands/tech/__pycache__/list_anchored_elements.cpython-312.pyc +0 -0
  272. pyegeria/commands/tech/__pycache__/list_asset_types.cpython-312.pyc +0 -0
  273. pyegeria/commands/tech/__pycache__/list_elements_by_property_value.cpython-312.pyc +0 -0
  274. pyegeria/commands/tech/__pycache__/list_elements_for_classification.cpython-312.pyc +0 -0
  275. pyegeria/commands/tech/__pycache__/list_gov_action_processes.cpython-312.pyc +0 -0
  276. pyegeria/commands/tech/__pycache__/list_registered_services.cpython-312.pyc +0 -0
  277. pyegeria/commands/tech/__pycache__/list_related_specification.cpython-312.pyc +0 -0
  278. pyegeria/commands/tech/__pycache__/list_relationship_types.cpython-312.pyc +0 -0
  279. pyegeria/commands/tech/__pycache__/list_relationships.cpython-312.pyc +0 -0
  280. pyegeria/commands/tech/__pycache__/list_tech_templates.cpython-312.pyc +0 -0
  281. pyegeria/commands/tech/__pycache__/list_valid_metadata_values.cpython-312.pyc +0 -0
  282. {pyegeria-5.3.3.14.dev4.dist-info → pyegeria-5.3.4.dist-info}/LICENSE +0 -0
  283. {pyegeria-5.3.3.14.dev4.dist-info → pyegeria-5.3.4.dist-info}/WHEEL +0 -0
@@ -60,12 +60,12 @@
60
60
 
61
61
  b0491fd4-6324-4ed8-9a1c-7cbd9892e21b@{ shape: flip-tri, label: "*Information Supply Chain*
62
62
  **New Drug Product Information Distribution**"}
63
- c6a2ac03-a59b-4d47-966a-33ef278990b5@{ shape: text, label: "*Description*
63
+ 7edbcb14-2a73-4d0f-8c66-4cc1caa176a1@{ shape: text, label: "*Description*
64
64
  **Managing the distribution of information about a new product.**"}
65
- b0491fd4-6324-4ed8-9a1c-7cbd9892e21b~~~c6a2ac03-a59b-4d47-966a-33ef278990b5
66
- 8f1f5742-9413-436c-ae64-370e2bd4fc36@{ shape: text, label: "*Purpose*
65
+ b0491fd4-6324-4ed8-9a1c-7cbd9892e21b~~~7edbcb14-2a73-4d0f-8c66-4cc1caa176a1
66
+ ae74945b-ed32-4e8e-8142-5f42a9b76a16@{ shape: text, label: "*Purpose*
67
67
  **Ensuring information about a new product is distributed to all of the appropriate system so that it is visible for ordering, manufacturing and invoicing.**"}
68
- c6a2ac03-a59b-4d47-966a-33ef278990b5~~~8f1f5742-9413-436c-ae64-370e2bd4fc36
68
+ 7edbcb14-2a73-4d0f-8c66-4cc1caa176a1~~~ae74945b-ed32-4e8e-8142-5f42a9b76a16
69
69
  c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4@{ shape: rounded, label: "*Software Server*
70
70
  **System:MFCTRL9482**"}
71
71
  987df321-d940-4ce5-9ae1-8258736f0445@{ shape: rounded, label: "*Software Server*
@@ -85,12 +85,12 @@ dd424526-24e9-4a10-a575-0700dfb8743a-->|"new product offering [Data Flow]"|a2e43
85
85
  style b0491fd4-6324-4ed8-9a1c-7cbd9892e21b color:#FFFFFF, fill:#004563, stroke:#b7c0c7
86
86
  style c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4 color:#000000, fill:#e0ab18, stroke:#004563
87
87
  style a2e43afa-386a-4acd-ba1d-7773b368c34a color:#000000, fill:#e0ab18, stroke:#004563
88
- style 8f1f5742-9413-436c-ae64-370e2bd4fc36 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
89
- style c6a2ac03-a59b-4d47-966a-33ef278990b5 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
90
88
  style 987df321-d940-4ce5-9ae1-8258736f0445 color:#000000, fill:#e0ab18, stroke:#004563
91
89
  style c7b1467a-dea2-4288-95e5-8e1bc3ab2ed3 color:#000000, fill:#e0ab18, stroke:#004563
92
90
  style dd424526-24e9-4a10-a575-0700dfb8743a color:#000000, fill:#e0ab18, stroke:#004563
93
- style afefd870-5616-4f35-a557-774b88b96bef color:#000000, fill:#e0ab18, stroke:#004563`;
91
+ style ae74945b-ed32-4e8e-8142-5f42a9b76a16 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
92
+ style afefd870-5616-4f35-a557-774b88b96bef color:#000000, fill:#e0ab18, stroke:#004563
93
+ style 7edbcb14-2a73-4d0f-8c66-4cc1caa176a1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7`;
94
94
  const {svg} = await mermaid.render('mySvgId', graphDefinition);
95
95
  element.innerHTML = svg.replace(/( )*max-width:( 0-9\.)*px;/i, '');
96
96
 
@@ -60,12 +60,12 @@
60
60
 
61
61
  022009d9-53cb-4469-afeb-16ee81d8f9bc@{ shape: flip-tri, label: "*Information Supply Chain*
62
62
  **New Employee Onboarding**"}
63
- bb80fe7e-8909-4428-9fb4-4bb1d339aa09@{ shape: text, label: "*Description*
63
+ 781357a1-5149-4330-99ba-14c3fa7c676b@{ shape: text, label: "*Description*
64
64
  **Adding information about a new employee to all appropriate systems and directories.**"}
65
- 022009d9-53cb-4469-afeb-16ee81d8f9bc~~~bb80fe7e-8909-4428-9fb4-4bb1d339aa09
66
- 35e056f7-8cb6-4dcc-883a-fc5628f65c4c@{ shape: text, label: "*Purpose*
65
+ 022009d9-53cb-4469-afeb-16ee81d8f9bc~~~781357a1-5149-4330-99ba-14c3fa7c676b
66
+ 892dec52-16d8-4ed8-acb2-fcea8a8b47b8@{ shape: text, label: "*Purpose*
67
67
  **Ensure a new employee is productive and engaged in a timely manner.**"}
68
- bb80fe7e-8909-4428-9fb4-4bb1d339aa09~~~35e056f7-8cb6-4dcc-883a-fc5628f65c4c
68
+ 781357a1-5149-4330-99ba-14c3fa7c676b~~~892dec52-16d8-4ed8-acb2-fcea8a8b47b8
69
69
  88c42780-6fb1-49e2-a584-8af90cdc7728@{ shape: rounded, label: "*Software Server*
70
70
  **System:coco-hrim**"}
71
71
  ae0c7768-c01e-4bd1-8a47-fbacfccf2f63@{ shape: rounded, label: "*Software Server*
@@ -81,11 +81,11 @@ a47906f0-67f0-46ed-890d-85cb049ffa60@{ shape: rounded, label: "*Software Server*
81
81
  **System:UK payroll**"}
82
82
  88c42780-6fb1-49e2-a584-8af90cdc7728-->|"payment authorization [Data Flow]"|12c9d1a4-2a5d-4e7c-a640-97f206270425
83
83
  style 022009d9-53cb-4469-afeb-16ee81d8f9bc color:#FFFFFF, fill:#004563, stroke:#b7c0c7
84
- style bb80fe7e-8909-4428-9fb4-4bb1d339aa09 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
85
- style 35e056f7-8cb6-4dcc-883a-fc5628f65c4c color:#000000, fill:#F9F7ED, stroke:#b7c0c7
84
+ style 892dec52-16d8-4ed8-acb2-fcea8a8b47b8 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
86
85
  style ae0c7768-c01e-4bd1-8a47-fbacfccf2f63 color:#000000, fill:#e0ab18, stroke:#004563
87
86
  style 88c42780-6fb1-49e2-a584-8af90cdc7728 color:#000000, fill:#e0ab18, stroke:#004563
88
87
  style 12c9d1a4-2a5d-4e7c-a640-97f206270425 color:#000000, fill:#e0ab18, stroke:#004563
88
+ style 781357a1-5149-4330-99ba-14c3fa7c676b color:#000000, fill:#F9F7ED, stroke:#b7c0c7
89
89
  style a47906f0-67f0-46ed-890d-85cb049ffa60 color:#000000, fill:#e0ab18, stroke:#004563
90
90
  style 35bef6c5-25d7-47b1-91db-f9bce0238612 color:#000000, fill:#e0ab18, stroke:#004563`;
91
91
  const {svg} = await mermaid.render('mySvgId', graphDefinition);
@@ -60,12 +60,12 @@
60
60
 
61
61
  adbae740-57a3-41b8-a722-266b895794e6@{ shape: flip-tri, label: "*Information Supply Chain*
62
62
  **Personalized Treatment Ordering**"}
63
- 6317b65f-94f4-4bf2-a099-e4bdc5d89c66@{ shape: text, label: "*Description*
63
+ 7cd65cf6-a0e8-4965-b5ca-3eee70be8e34@{ shape: text, label: "*Description*
64
64
  **Delivering information about a new personalized medicine order so that it fulfilled and invoiced.**"}
65
- adbae740-57a3-41b8-a722-266b895794e6~~~6317b65f-94f4-4bf2-a099-e4bdc5d89c66
66
- 96de5eb6-1d87-483b-bb9d-13d4614251e6@{ shape: text, label: "*Purpose*
65
+ adbae740-57a3-41b8-a722-266b895794e6~~~7cd65cf6-a0e8-4965-b5ca-3eee70be8e34
66
+ 2fa17248-c13c-4913-bddd-0ed4bdd2ff67@{ shape: text, label: "*Purpose*
67
67
  **Ensuring orders are fulfilled effectively.**"}
68
- 6317b65f-94f4-4bf2-a099-e4bdc5d89c66~~~96de5eb6-1d87-483b-bb9d-13d4614251e6
68
+ 7cd65cf6-a0e8-4965-b5ca-3eee70be8e34~~~2fa17248-c13c-4913-bddd-0ed4bdd2ff67
69
69
  bdf60c10-e8f8-4b49-9f92-e0c6a40b0d7b@{ shape: rounded, label: "*Software Server*
70
70
  **System:ed-mfg-control**"}
71
71
  25e2e56d-2e2f-4f6f-a1ed-019dd76d589a@{ shape: rounded, label: "*Software Server*
@@ -84,14 +84,14 @@ a2e43afa-386a-4acd-ba1d-7773b368c34a@{ shape: rounded, label: "*Software Server*
84
84
  a2e43afa-386a-4acd-ba1d-7773b368c34a-->|"new sales [Data Flow]"|11071e76-23a8-4f3d-bd07-3b9aa9781bda
85
85
  a2e43afa-386a-4acd-ba1d-7773b368c34a-->|"new orders [Data Flow]"|25e2e56d-2e2f-4f6f-a1ed-019dd76d589a
86
86
  25e2e56d-2e2f-4f6f-a1ed-019dd76d589a-->|"manufacturing request [Data Flow]"|c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4
87
+ style 2fa17248-c13c-4913-bddd-0ed4bdd2ff67 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
87
88
  style c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4 color:#000000, fill:#e0ab18, stroke:#004563
88
89
  style a2e43afa-386a-4acd-ba1d-7773b368c34a color:#000000, fill:#e0ab18, stroke:#004563
89
90
  style adbae740-57a3-41b8-a722-266b895794e6 color:#FFFFFF, fill:#004563, stroke:#b7c0c7
90
91
  style bdf60c10-e8f8-4b49-9f92-e0c6a40b0d7b color:#000000, fill:#e0ab18, stroke:#004563
91
92
  style 11071e76-23a8-4f3d-bd07-3b9aa9781bda color:#000000, fill:#e0ab18, stroke:#004563
92
93
  style 0f59833f-8a8a-488b-808a-9ea24618bb6c color:#000000, fill:#e0ab18, stroke:#004563
93
- style 6317b65f-94f4-4bf2-a099-e4bdc5d89c66 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
94
- style 96de5eb6-1d87-483b-bb9d-13d4614251e6 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
94
+ style 7cd65cf6-a0e8-4965-b5ca-3eee70be8e34 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
95
95
  style 25e2e56d-2e2f-4f6f-a1ed-019dd76d589a color:#000000, fill:#e0ab18, stroke:#004563`;
96
96
  const {svg} = await mermaid.render('mySvgId', graphDefinition);
97
97
  element.innerHTML = svg.replace(/( )*max-width:( 0-9\.)*px;/i, '');
@@ -60,15 +60,15 @@
60
60
 
61
61
  7480a3b1-8d6c-4062-ae59-f3b81e146ed0@{ shape: flip-tri, label: "*Information Supply Chain*
62
62
  **Physical Inventory Tracking**"}
63
- b02bfd5a-7380-4d7e-aa4f-151ccc090d70@{ shape: text, label: "*Description*
63
+ 6c5b256b-61c7-4c70-bc99-62309d507432@{ shape: text, label: "*Description*
64
64
  **Managing information take tracks physical goods from suppliers, to depot and manufacturing.**"}
65
- 7480a3b1-8d6c-4062-ae59-f3b81e146ed0~~~b02bfd5a-7380-4d7e-aa4f-151ccc090d70
66
- d39be897-562d-4e0c-883b-996de6c106be@{ shape: text, label: "*Purpose*
65
+ 7480a3b1-8d6c-4062-ae59-f3b81e146ed0~~~6c5b256b-61c7-4c70-bc99-62309d507432
66
+ 83f8f010-5aff-4d6a-8e22-007b7fe24a3a@{ shape: text, label: "*Purpose*
67
67
  **Ensuring effective management of physical inventory.**"}
68
- b02bfd5a-7380-4d7e-aa4f-151ccc090d70~~~d39be897-562d-4e0c-883b-996de6c106be
69
- 6078f070-88ab-4eb4-b095-f932a7083881@{ shape: text, label: "*Purpose*
68
+ 6c5b256b-61c7-4c70-bc99-62309d507432~~~83f8f010-5aff-4d6a-8e22-007b7fe24a3a
69
+ 9de88d39-a5c5-49dc-9db7-1b6eb3aafd0e@{ shape: text, label: "*Purpose*
70
70
  **Ensuring hazardous materials are properly identified, reported and managed.**"}
71
- d39be897-562d-4e0c-883b-996de6c106be~~~6078f070-88ab-4eb4-b095-f932a7083881
71
+ 83f8f010-5aff-4d6a-8e22-007b7fe24a3a~~~9de88d39-a5c5-49dc-9db7-1b6eb3aafd0e
72
72
  db144477-e6cb-4fd1-9521-4a577de9af04@{ shape: rounded, label: "*Software Server*
73
73
  **System:procurement03**"}
74
74
  11071e76-23a8-4f3d-bd07-3b9aa9781bda@{ shape: rounded, label: "*Software Server*
@@ -114,20 +114,20 @@ c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4-->|"goods produced [Data Flow]"|9e29ee1f-01
114
114
  **System:manufacturing-planning**"}
115
115
  25e2e56d-2e2f-4f6f-a1ed-019dd76d589a-->|"planned orders [Data Flow]"|467dd9a0-89d6-4796-a058-c079bf54b6c7
116
116
  style a5abdf72-0e5f-4366-8072-fac3bbb41ea6 color:#000000, fill:#e0ab18, stroke:#004563
117
+ style 83f8f010-5aff-4d6a-8e22-007b7fe24a3a color:#000000, fill:#F9F7ED, stroke:#b7c0c7
117
118
  style c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4 color:#000000, fill:#e0ab18, stroke:#004563
118
119
  style bdf60c10-e8f8-4b49-9f92-e0c6a40b0d7b color:#000000, fill:#e0ab18, stroke:#004563
119
120
  style 9e29ee1f-01d3-482c-9d1b-8b3f36ce62d2 color:#000000, fill:#e0ab18, stroke:#004563
120
121
  style 7480a3b1-8d6c-4062-ae59-f3b81e146ed0 color:#FFFFFF, fill:#004563, stroke:#b7c0c7
121
122
  style db144477-e6cb-4fd1-9521-4a577de9af04 color:#000000, fill:#e0ab18, stroke:#004563
123
+ style 6c5b256b-61c7-4c70-bc99-62309d507432 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
122
124
  style 11071e76-23a8-4f3d-bd07-3b9aa9781bda color:#000000, fill:#e0ab18, stroke:#004563
123
125
  style cbe8c0bb-0e27-4d2a-825f-f017ee939028 color:#000000, fill:#e0ab18, stroke:#004563
124
- style d39be897-562d-4e0c-883b-996de6c106be color:#000000, fill:#F9F7ED, stroke:#b7c0c7
125
126
  style 25e2e56d-2e2f-4f6f-a1ed-019dd76d589a color:#000000, fill:#e0ab18, stroke:#004563
126
- style 6078f070-88ab-4eb4-b095-f932a7083881 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
127
- style b02bfd5a-7380-4d7e-aa4f-151ccc090d70 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
128
127
  style 467dd9a0-89d6-4796-a058-c079bf54b6c7 color:#000000, fill:#e0ab18, stroke:#004563
129
128
  style 23fb5e33-11c9-4eb6-91d6-f2e873f8da68 color:#000000, fill:#e0ab18, stroke:#004563
130
- style 0f59833f-8a8a-488b-808a-9ea24618bb6c color:#000000, fill:#e0ab18, stroke:#004563`;
129
+ style 0f59833f-8a8a-488b-808a-9ea24618bb6c color:#000000, fill:#e0ab18, stroke:#004563
130
+ style 9de88d39-a5c5-49dc-9db7-1b6eb3aafd0e color:#000000, fill:#F9F7ED, stroke:#b7c0c7`;
131
131
  const {svg} = await mermaid.render('mySvgId', graphDefinition);
132
132
  element.innerHTML = svg.replace(/( )*max-width:( 0-9\.)*px;/i, '');
133
133
 
@@ -60,12 +60,12 @@
60
60
 
61
61
  dd15b286-a38d-4f03-8625-aaded8596048@{ shape: flip-tri, label: "*Information Supply Chain*
62
62
  **Sustainability Reporting**"}
63
- 53520338-8c7c-4103-81e2-9e2ff48c72a4@{ shape: text, label: "*Description*
63
+ c3c621d5-f42e-46dd-8d6b-06f45d7382d5@{ shape: text, label: "*Description*
64
64
  **Delivering information to the sustainability reporting tools.**"}
65
- dd15b286-a38d-4f03-8625-aaded8596048~~~53520338-8c7c-4103-81e2-9e2ff48c72a4
66
- 029b2481-1494-4378-a96f-5d209db39d0a@{ shape: text, label: "*Purpose*
65
+ dd15b286-a38d-4f03-8625-aaded8596048~~~c3c621d5-f42e-46dd-8d6b-06f45d7382d5
66
+ 06eb1345-7d61-4c48-8948-98d2f3c01c16@{ shape: text, label: "*Purpose*
67
67
  **Ensuring sustainability reporting is accurate.**"}
68
- 53520338-8c7c-4103-81e2-9e2ff48c72a4~~~029b2481-1494-4378-a96f-5d209db39d0a
68
+ c3c621d5-f42e-46dd-8d6b-06f45d7382d5~~~06eb1345-7d61-4c48-8948-98d2f3c01c16
69
69
  af07dc2b-ae07-442b-9b06-43d4ef52138a@{ shape: hex, label: "*Information Supply Chain Segment*
70
70
  **Sustainability Report Delivery**"}
71
71
  a491accc-aaaa-455b-893e-b6f7b0bf0afb@{ shape: hex, label: "*Information Supply Chain Segment*
@@ -134,6 +134,7 @@ ad8eab54-c2f7-494d-82d0-bf5985e5a58d-->|"travel inventory [Data Flow]"|8a578f0d-
134
134
  style dd15b286-a38d-4f03-8625-aaded8596048 color:#FFFFFF, fill:#004563, stroke:#b7c0c7
135
135
  style ad8eab54-c2f7-494d-82d0-bf5985e5a58d color:#000000, fill:#e0ab18, stroke:#004563
136
136
  style 9e29ee1f-01d3-482c-9d1b-8b3f36ce62d2 color:#000000, fill:#e0ab18, stroke:#004563
137
+ style 06eb1345-7d61-4c48-8948-98d2f3c01c16 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
137
138
  style 11071e76-23a8-4f3d-bd07-3b9aa9781bda color:#000000, fill:#e0ab18, stroke:#004563
138
139
  style 8a578f0d-f7ae-4255-b4a5-236241fa5449 color:#000000, fill:#e0ab18, stroke:#004563
139
140
  style fc55ef2d-a88d-44ee-94cb-3fca9b9af8b4 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
@@ -141,11 +142,10 @@ style 25fd5be7-692d-4752-9dc7-30068a7d665e color:#FFFFFF, fill:#838cc7, stroke:#
141
142
  style 3dbe7e96-c9e5-4336-a29a-9342258e50f8 color:#000000, fill:#e0ab18, stroke:#004563
142
143
  style 06edd666-06fd-43ef-b7bd-22e2651c334f color:#FFFFFF, fill:#838cc7, stroke:#3079ab
143
144
  style 02cdce9a-7630-479a-90de-fd7698d098f1 color:#FFFFFF, fill:#838cc7, stroke:#3079ab
144
- style 029b2481-1494-4378-a96f-5d209db39d0a color:#000000, fill:#F9F7ED, stroke:#b7c0c7
145
145
  style af07dc2b-ae07-442b-9b06-43d4ef52138a color:#004563, fill:#b7c0c7, stroke:#004563
146
146
  style 047691ac-8628-472d-aca0-82bedc947ef4 color:#000000, fill:#e0ab18, stroke:#004563
147
147
  style d50a6f1f-49d2-47c3-a55e-5844464bd26f color:#FFFFFF, fill:#838cc7, stroke:#3079ab
148
- style 53520338-8c7c-4103-81e2-9e2ff48c72a4 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
148
+ style c3c621d5-f42e-46dd-8d6b-06f45d7382d5 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
149
149
  style 6e786315-ae54-445b-b516-f3c1f0e5f289 color:#000000, fill:#e0ab18, stroke:#004563
150
150
  style 467dd9a0-89d6-4796-a058-c079bf54b6c7 color:#000000, fill:#e0ab18, stroke:#004563
151
151
  style 50768e61-43b6-4241-96a3-4c413582ec1f color:#FFFFFF, fill:#838cc7, stroke:#3079ab
@@ -0,0 +1,122 @@
1
+
2
+ <!DOCTYPE html>
3
+ <html>
4
+ <head>
5
+ <style type="text/css">
6
+ #mySvgId {
7
+ width: 100%;
8
+ height: 600px;
9
+ overflow: scroll;
10
+ border: 2px solid #ccc;
11
+ position: relative;
12
+ margin-bottom: 10px;
13
+ }
14
+ svg {
15
+ cursor: grab;
16
+ }
17
+
18
+ </style>
19
+ </head>
20
+
21
+ <title>Information Supply Chain - {{displayName}} </title>
22
+ <h3 style="text-align: center;">Information Supply Chain - {{displayName}} </h3>
23
+ GUID : ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732
24
+
25
+
26
+ <body>
27
+
28
+ <div id="graphDiv"></div>
29
+ <script src="https://bumbu.me/svg-pan-zoom/dist/svg-pan-zoom.min.js"></script>
30
+ <script type="module">
31
+ import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
32
+
33
+ mermaid.initialize({startOnLoad: false});
34
+ await mermaid.run({
35
+ querySelector: '.mermaid',
36
+ postRenderCallback: (id) => {
37
+ const container = document.getElementById("diagram-container");
38
+ const svgElement = container.querySelector("svg");
39
+
40
+ // Initialize Panzoom
41
+ const panzoomInstance = Panzoom(svgElement, {
42
+ maxScale: 5,
43
+ minScale: 0.5,
44
+ step: 0.1,
45
+ });
46
+
47
+ // Add mouse wheel zoom
48
+ container.addEventListener("wheel", (event) => {
49
+ panzoomInstance.zoomWithWheel(event);
50
+ });
51
+ }
52
+ });
53
+
54
+
55
+ const drawDiagram = async function () {
56
+ const element = document.querySelector('#graphDiv');
57
+ const graphDefinition = `
58
+ flowchart TD
59
+ %%{init: {"flowchart": {"htmlLabels": false}} }%%
60
+
61
+ ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732@{ shape: flip-tri, label: "*Information Supply Chain*
62
+ **{{displayName}}**"}
63
+ defd61a2-9885-4ed1-b7c8-26c36c73d73b@{ shape: text, label: "*Description*
64
+ **{{description}}**"}
65
+ ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732~~~defd61a2-9885-4ed1-b7c8-26c36c73d73b
66
+ style ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732 color:#FFFFFF, fill:#004563, stroke:#b7c0c7
67
+ style defd61a2-9885-4ed1-b7c8-26c36c73d73b color:#000000, fill:#F9F7ED, stroke:#b7c0c7`;
68
+ const {svg} = await mermaid.render('mySvgId', graphDefinition);
69
+ element.innerHTML = svg.replace(/( )*max-width:( 0-9\.)*px;/i, '');
70
+
71
+ var doPan = false;
72
+ var eventsHandler;
73
+ var panZoom;
74
+ var mousepos;
75
+
76
+ eventsHandler = {
77
+ haltEventListeners: ['mousedown', 'mousemove', 'mouseup']
78
+
79
+ , mouseDownHandler: function (ev) {
80
+ if (event.target.className == "[object SVGAnimatedString]") {
81
+ doPan = true;
82
+ mousepos = {x: ev.clientX, y: ev.clientY}
83
+ }
84
+ ;
85
+ }
86
+
87
+ , mouseMoveHandler: function (ev) {
88
+ if (doPan) {
89
+ panZoom.panBy({x: ev.clientX - mousepos.x, y: ev.clientY - mousepos.y});
90
+ mousepos = {x: ev.clientX, y: ev.clientY};
91
+ window.getSelection().removeAllRanges();
92
+ }
93
+ }
94
+
95
+ , mouseUpHandler: function (ev) {
96
+ doPan = false;
97
+ }
98
+
99
+ , init: function (options) {
100
+ options.svgElement.addEventListener('mousedown', this.mouseDownHandler, false);
101
+ options.svgElement.addEventListener('mousemove', this.mouseMoveHandler, false);
102
+ options.svgElement.addEventListener('mouseup', this.mouseUpHandler, false);
103
+ }
104
+
105
+ , destroy: function (options) {
106
+ options.svgElement.removeEventListener('mousedown', this.mouseDownHandler, false);
107
+ options.svgElement.removeEventListener('mousemove', this.mouseMoveHandler, false);
108
+ options.svgElement.removeEventListener('mouseup', this.mouseUpHandler, false);
109
+ }
110
+ }
111
+ panZoom = svgPanZoom('#mySvgId', {
112
+ zoomEnabled: true
113
+ , controlIconsEnabled: true
114
+ , fit: 1
115
+ , center: 1
116
+ , customEventsHandler: eventsHandler
117
+ })
118
+ };
119
+ await drawDiagram();
120
+ </script>
121
+ </body>
122
+
@@ -84,10 +84,11 @@ def parse_mermaid_code(mermaid_code):
84
84
  title_l = full_title.split('[')[0]
85
85
  title = title_l.replace('title: ','')
86
86
  guid = full_title.split('[')[1].split(']')[0]
87
+ guid = " " if guid is None else guid
87
88
  mermaid_code = parts[2].strip()
88
89
  else:
89
- title = ""
90
- guid = ""
90
+ title = "Unlabeled diagram"
91
+ guid = " "
91
92
  return title, guid, mermaid_code
92
93
 
93
94
  def construct_mermaid_html(mermaid_str: str) -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.3.3.14.dev4
3
+ Version: 5.3.4
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance