pyegeria 0.5.5.18__py3-none-any.whl → 0.5.5.20__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 (25) hide show
  1. examples/widgets/catalog_user/view_asset_graph.py +1 -1
  2. examples/widgets/developer/list_relationship_types.py +19 -7
  3. examples/widgets/developer/list_tech_templates.py +19 -12
  4. examples/widgets/developer/list_tech_types.py +22 -30
  5. examples/widgets/developer/list_valid_metadata_values.py +23 -34
  6. examples/widgets/operational/get_tech_type_elements.py +20 -6
  7. examples/widgets/operational/get_tech_type_template.py +20 -7
  8. examples/widgets/operational/refresh_integration_daemon.py +64 -0
  9. examples/widgets/operational/view_asset_events.py +13 -1
  10. examples/widgets/operational/view_eng_action_status.py +23 -9
  11. examples/widgets/operational/view_gov_eng_status.py +20 -7
  12. examples/widgets/operational/view_integ_daemon_status.py +22 -9
  13. examples/widgets/operational/view_platform_status.py +7 -4
  14. examples/widgets/operational/view_server_list.py +21 -7
  15. examples/widgets/operational/view_server_status.py +21 -9
  16. examples/widgets/personal_organizer/get_my_profile.py +27 -13
  17. examples/widgets/personal_organizer/list_projects.py +22 -7
  18. examples/widgets/personal_organizer/list_todos.py +21 -7
  19. examples/widgets/personal_organizer/view_my_todos.py +23 -24
  20. examples/widgets/personal_organizer/view_open_todos.py +25 -10
  21. {pyegeria-0.5.5.18.dist-info → pyegeria-0.5.5.20.dist-info}/METADATA +1 -1
  22. {pyegeria-0.5.5.18.dist-info → pyegeria-0.5.5.20.dist-info}/RECORD +25 -24
  23. {pyegeria-0.5.5.18.dist-info → pyegeria-0.5.5.20.dist-info}/entry_points.txt +1 -0
  24. {pyegeria-0.5.5.18.dist-info → pyegeria-0.5.5.20.dist-info}/LICENSE +0 -0
  25. {pyegeria-0.5.5.18.dist-info → pyegeria-0.5.5.20.dist-info}/WHEEL +0 -0
@@ -13,6 +13,7 @@ list_tech_templates=examples.widgets.developer.list_tech_templates:main
13
13
  list_tech_types=examples.widgets.developer.list_tech_types:main
14
14
  list_todos=examples.widgets.personal_organizer.list_todos:main
15
15
  list_valid_metadata_values=examples.widgets.developer.list_valid_metadata_values:main
16
+ refresh_integration_daemon=examples.widgets.operational.refresh_integration_daemon:main
16
17
  view_asset_events=examples.widgets.operational.view_asset_events:main
17
18
  view_asset_graph=examples.widgets.catalog_user.view_asset_graph:main
18
19
  view_coco_status=examples.widgets.operational.view_coco_status:main