pyegeria 0.3.6__tar.gz → 0.3.8__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.
- {pyegeria-0.3.6/src/pyegeria.egg-info → pyegeria-0.3.8}/PKG-INFO +1 -1
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Jupyter Notebooks/P-egeria-server-config.ipynb +78 -189
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Jupyter Notebooks/common/P-environment-check.ipynb +13 -12
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Jupyter Notebooks/common/common-functions.ipynb +46 -46
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/engine_action_status.py +7 -4
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/find_todos.py +3 -3
- {pyegeria-0.3.6 → pyegeria-0.3.8}/pyproject.toml +1 -1
- {pyegeria-0.3.6 → pyegeria-0.3.8}/setup.py +7 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/__init__.py +2 -1
- pyegeria-0.3.8/src/pyegeria/loaded_resources_omvs.py +159 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/my_profile_omvs.py +6 -5
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/registered_info.py +1 -1
- {pyegeria-0.3.6 → pyegeria-0.3.8/src/pyegeria.egg-info}/PKG-INFO +1 -1
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria.egg-info/SOURCES.txt +2 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_automated_curation_omvs.py +12 -12
- pyegeria-0.3.8/tests/test_loaded_resources.py +1028 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_my_profile_omvs.py +4 -4
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_server_operations.py +10 -8
- {pyegeria-0.3.6 → pyegeria-0.3.8}/LICENSE +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/MANIFEST.in +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/README.md +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/.DS_Store +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/README.md +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/__init__.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_cocoMDS1.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_cocoMDS2.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_cocoMDS3.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_cocoMDS4.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_cocoMDS5.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_cocoMDS6.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_cocoMDSx.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_cocoView1.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_exchangeDL01.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_governDL01.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_monitorDev01.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/config_monitorGov01.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Coco_config/globals.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Doc_Samples/Create_Collection_Sample.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Doc_Samples/Create_Sustainability_Collection_Sample.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Jupyter Notebooks/README.md +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Jupyter Notebooks/common/__init__.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Jupyter Notebooks/common/environment-check.ipynb +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Jupyter Notebooks/common/globals.ipynb +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Jupyter Notebooks/common/globals.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/Jupyter Notebooks/common/orig_globals.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/__init__.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/__pycache__/__init__.cpython-312.pyc +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/.DS_Store +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/README.md +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/__init__.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/__pycache__/__init__.cpython-312.pyc +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/coco_status.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/collection_viewer.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/get_relationship_types.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/get_tech_details.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/get_tech_types.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/get_valid_metadata_values.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/glossary_view.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/gov_engine_status.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/integration_daemon_status.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/list_asset_types.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/multi-server_status.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/my_todos.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/open_todos.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/project_list_viewer.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/server_status.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/server_status_widget.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/examples/widgets/view_my_profile.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/setup.cfg +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/_client.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/_exceptions.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/_globals.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/_validators.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/automated_curation_omvs.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/collection_manager_omvs.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/core_omag_server_config.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/full_omag_server_config.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/glossary_omvs.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/gov_engine.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/governance_author.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/platform_services.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/project_manager_omvs.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/server_operations.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/utils.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria/valid_metadata_omvs.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria.egg-info/dependency_links.txt +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria.egg-info/requires.txt +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/src/pyegeria.egg-info/top_level.txt +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_client.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_collection_manager_omvs.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_core_omag_server_config.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_full_omag_server_config.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_glossary_omvs.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_gov_engine.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_platform_services.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_project_manager_omvs.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_registered_info.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_util_exp.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_valid_metadata_omvs.py +0 -0
- {pyegeria-0.3.6 → pyegeria-0.3.8}/tests/test_validators.py +0 -0