pyegeria 0.3.5__tar.gz → 0.3.7__tar.gz

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 (100) hide show
  1. {pyegeria-0.3.5/src/pyegeria.egg-info → pyegeria-0.3.7}/PKG-INFO +1 -1
  2. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Jupyter Notebooks/P-egeria-server-config.ipynb +78 -189
  3. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/engine_action_status.py +8 -10
  4. pyegeria-0.3.7/examples/widgets/get_tech_details.py +147 -0
  5. pyegeria-0.3.7/examples/widgets/get_tech_types.py +124 -0
  6. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/list_asset_types.py +2 -3
  7. {pyegeria-0.3.5 → pyegeria-0.3.7}/pyproject.toml +1 -1
  8. {pyegeria-0.3.5 → pyegeria-0.3.7}/setup.py +7 -0
  9. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/automated_curation_omvs.py +73 -20
  10. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/core_omag_server_config.py +4 -1
  11. {pyegeria-0.3.5 → pyegeria-0.3.7/src/pyegeria.egg-info}/PKG-INFO +1 -1
  12. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria.egg-info/SOURCES.txt +2 -0
  13. pyegeria-0.3.7/tests/test_automated_curation_omvs.py +1034 -0
  14. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_core_omag_server_config.py +1 -1
  15. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_registered_info.py +2 -2
  16. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_server_operations.py +4 -3
  17. pyegeria-0.3.5/tests/test_automated_curation_omvs.py +0 -495
  18. {pyegeria-0.3.5 → pyegeria-0.3.7}/LICENSE +0 -0
  19. {pyegeria-0.3.5 → pyegeria-0.3.7}/MANIFEST.in +0 -0
  20. {pyegeria-0.3.5 → pyegeria-0.3.7}/README.md +0 -0
  21. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/.DS_Store +0 -0
  22. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/README.md +0 -0
  23. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/__init__.py +0 -0
  24. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_cocoMDS1.py +0 -0
  25. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_cocoMDS2.py +0 -0
  26. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_cocoMDS3.py +0 -0
  27. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_cocoMDS4.py +0 -0
  28. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_cocoMDS5.py +0 -0
  29. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_cocoMDS6.py +0 -0
  30. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_cocoMDSx.py +0 -0
  31. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_cocoView1.py +0 -0
  32. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_exchangeDL01.py +0 -0
  33. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_governDL01.py +0 -0
  34. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_monitorDev01.py +0 -0
  35. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/config_monitorGov01.py +0 -0
  36. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Coco_config/globals.py +0 -0
  37. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Doc_Samples/Create_Collection_Sample.py +0 -0
  38. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Doc_Samples/Create_Sustainability_Collection_Sample.py +0 -0
  39. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Jupyter Notebooks/README.md +0 -0
  40. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Jupyter Notebooks/common/P-environment-check.ipynb +0 -0
  41. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Jupyter Notebooks/common/__init__.py +0 -0
  42. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Jupyter Notebooks/common/common-functions.ipynb +0 -0
  43. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Jupyter Notebooks/common/environment-check.ipynb +0 -0
  44. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Jupyter Notebooks/common/globals.ipynb +0 -0
  45. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Jupyter Notebooks/common/globals.py +0 -0
  46. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/Jupyter Notebooks/common/orig_globals.py +0 -0
  47. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/__init__.py +0 -0
  48. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/__pycache__/__init__.cpython-312.pyc +0 -0
  49. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/.DS_Store +0 -0
  50. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/README.md +0 -0
  51. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/__init__.py +0 -0
  52. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/__pycache__/__init__.cpython-312.pyc +0 -0
  53. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
  54. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/coco_status.py +0 -0
  55. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/collection_viewer.py +0 -0
  56. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/find_todos.py +0 -0
  57. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/get_relationship_types.py +0 -0
  58. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/get_valid_metadata_values.py +0 -0
  59. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/glossary_view.py +0 -0
  60. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/gov_engine_status.py +0 -0
  61. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/integration_daemon_status.py +0 -0
  62. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/multi-server_status.py +0 -0
  63. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/my_todos.py +0 -0
  64. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/open_todos.py +0 -0
  65. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/project_list_viewer.py +0 -0
  66. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/server_status.py +0 -0
  67. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/server_status_widget.py +0 -0
  68. {pyegeria-0.3.5 → pyegeria-0.3.7}/examples/widgets/view_my_profile.py +0 -0
  69. {pyegeria-0.3.5 → pyegeria-0.3.7}/setup.cfg +0 -0
  70. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/__init__.py +0 -0
  71. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/_client.py +0 -0
  72. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/_exceptions.py +0 -0
  73. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/_globals.py +0 -0
  74. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/_validators.py +0 -0
  75. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/collection_manager_omvs.py +0 -0
  76. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/full_omag_server_config.py +0 -0
  77. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/glossary_omvs.py +0 -0
  78. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/gov_engine.py +0 -0
  79. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/governance_author.py +0 -0
  80. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/my_profile_omvs.py +0 -0
  81. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/platform_services.py +0 -0
  82. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/project_manager_omvs.py +0 -0
  83. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/registered_info.py +0 -0
  84. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/server_operations.py +0 -0
  85. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/utils.py +0 -0
  86. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria/valid_metadata_omvs.py +0 -0
  87. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria.egg-info/dependency_links.txt +0 -0
  88. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria.egg-info/requires.txt +0 -0
  89. {pyegeria-0.3.5 → pyegeria-0.3.7}/src/pyegeria.egg-info/top_level.txt +0 -0
  90. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_client.py +0 -0
  91. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_collection_manager_omvs.py +0 -0
  92. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_full_omag_server_config.py +0 -0
  93. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_glossary_omvs.py +0 -0
  94. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_gov_engine.py +0 -0
  95. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_my_profile_omvs.py +0 -0
  96. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_platform_services.py +0 -0
  97. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_project_manager_omvs.py +0 -0
  98. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_util_exp.py +0 -0
  99. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_valid_metadata_omvs.py +0 -0
  100. {pyegeria-0.3.5 → pyegeria-0.3.7}/tests/test_validators.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.3.5
3
+ Version: 0.3.7
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://egeria-project.org/egeria-python
6
6
  Author: Dan Wolfson