pyegeria 0.4.1__py3-none-any.whl → 0.5.0__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.
- examples/widgets/catalog_user/README.md +15 -0
- examples/widgets/catalog_user/__init__.py +10 -0
- {pyegeria-0.4.1.data/scripts → examples/widgets/catalog_user}/list_assets.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/catalog_user}/view_asset_graph.py +11 -12
- {pyegeria-0.4.1.data/scripts → examples/widgets/catalog_user}/view_collection.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/catalog_user}/view_glossary.py +1 -1
- examples/widgets/developer/README.md +24 -0
- examples/widgets/developer/__init__.py +0 -0
- {pyegeria-0.4.1.data/scripts → examples/widgets/developer}/get_guid_info.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/developer}/get_tech_details.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/developer}/list_asset_types.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/developer}/list_registered_services.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/developer}/list_relationship_types.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/developer}/list_tech_templates.py +0 -0
- {pyegeria-0.4.1.data/scripts → examples/widgets/developer}/list_tech_types.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/developer}/list_valid_metadata_values.py +1 -1
- examples/widgets/operational/README.md +24 -0
- examples/widgets/operational/__init__.py +0 -0
- {pyegeria-0.4.1.data/scripts → examples/widgets/operational}/get_tech_type_elements.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/operational}/get_tech_type_template.py +1 -1
- examples/widgets/operational/view_asset_events.py +77 -0
- {pyegeria-0.4.1.data/scripts → examples/widgets/operational}/view_coco_status.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/operational}/view_eng_action_status.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/operational}/view_gov_eng_status.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/operational}/view_integ_daemon_status.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/operational}/view_platform_status.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/operational}/view_server_list.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/operational}/view_server_status.py +3 -5
- examples/widgets/personal_organizer/README.md +17 -0
- examples/widgets/personal_organizer/__init__.py +0 -0
- {pyegeria-0.4.1.data/scripts → examples/widgets/personal_organizer}/get_my_profile.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/personal_organizer}/list_projects.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/personal_organizer}/list_todos.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/personal_organizer}/view_my_todos.py +1 -1
- {pyegeria-0.4.1.data/scripts → examples/widgets/personal_organizer}/view_open_todos.py +1 -1
- {pyegeria-0.4.1.dist-info → pyegeria-0.5.0.dist-info}/METADATA +16 -16
- pyegeria-0.5.0.dist-info/RECORD +66 -0
- {pyegeria-0.4.1.dist-info → pyegeria-0.5.0.dist-info}/WHEEL +1 -2
- pyegeria-0.5.0.dist-info/entry_points.txt +5 -0
- {pyegeria → src/pyegeria}/automated_curation_omvs.py +6 -6
- src/pyegeria/config.toml +11 -0
- src/pyegeria/core_guids.py +121 -0
- pyegeria/core_guids.py +0 -128
- pyegeria-0.4.1.data/scripts/Create_Collection_Sample.py +0 -292
- pyegeria-0.4.1.data/scripts/Create_Sustainability_Collection_Sample.py +0 -115
- pyegeria-0.4.1.dist-info/RECORD +0 -58
- pyegeria-0.4.1.dist-info/top_level.txt +0 -1
- {pyegeria-0.4.1.dist-info → pyegeria-0.5.0.dist-info}/LICENSE +0 -0
- {pyegeria → src/pyegeria}/Xfeedback_manager_omvs.py +0 -0
- {pyegeria → src/pyegeria}/Xloaded_resources_omvs.py +0 -0
- {pyegeria → src/pyegeria}/__init__.py +0 -0
- {pyegeria → src/pyegeria}/_client.py +0 -0
- {pyegeria → src/pyegeria}/_deprecated_gov_engine.py +0 -0
- {pyegeria → src/pyegeria}/_exceptions.py +0 -0
- {pyegeria → src/pyegeria}/_globals.py +0 -0
- {pyegeria → src/pyegeria}/_validators.py +0 -0
- {pyegeria → src/pyegeria}/action_author_omvs.py +0 -0
- {pyegeria → src/pyegeria}/asset_catalog_omvs.py +0 -0
- {pyegeria → src/pyegeria}/collection_manager_omvs.py +0 -0
- {pyegeria → src/pyegeria}/core_omag_server_config.py +0 -0
- {pyegeria → src/pyegeria}/full_omag_server_config.py +0 -0
- {pyegeria → src/pyegeria}/glossary_browser_omvs.py +0 -0
- {pyegeria → src/pyegeria}/glossary_manager_omvs.py +0 -0
- {pyegeria → src/pyegeria}/my_profile_omvs.py +0 -0
- {pyegeria → src/pyegeria}/platform_services.py +0 -0
- {pyegeria → src/pyegeria}/project_manager_omvs.py +0 -0
- {pyegeria → src/pyegeria}/registered_info.py +0 -0
- {pyegeria → src/pyegeria}/runtime_manager_omvs.py +0 -0
- {pyegeria → src/pyegeria}/server_operations.py +0 -0
- {pyegeria → src/pyegeria}/utils.py +0 -0
- {pyegeria → src/pyegeria}/valid_metadata_omvs.py +0 -0
pyegeria-0.4.1.dist-info/RECORD
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
pyegeria/Xfeedback_manager_omvs.py,sha256=uNQMOPG08UyIuLzBfYt4uezDyLWdpBgJ2ZuvqumaWuY,9231
|
2
|
-
pyegeria/Xloaded_resources_omvs.py,sha256=_1RKeIfq3ga6nvtOzZ5dWcDFgxNiUOPJhnyMv1iCm9s,3377
|
3
|
-
pyegeria/__init__.py,sha256=PGHAdooCyZwawxAyDzP2Tlj-yjKjdI4oOPtZmw95Qg8,2007
|
4
|
-
pyegeria/_client.py,sha256=uQqfjf0JPacEWcDvbKpCvCypbDmAmGHaFQf_UTPK7VQ,23524
|
5
|
-
pyegeria/_deprecated_gov_engine.py,sha256=_DAEHsksnTKGqL9-TaaMVrfnNOrvatNACfg7pJ-ZX4w,17600
|
6
|
-
pyegeria/_exceptions.py,sha256=NJ7vAhmvusK1ENvY2MMrBB6A6TgpYjzS9QJxFH56b8c,18470
|
7
|
-
pyegeria/_globals.py,sha256=IKk40ogVhdYRagyau2k9pJqcs17UZ43Cx4iOeYRojOk,560
|
8
|
-
pyegeria/_validators.py,sha256=DQuMsATRGxGSBtOrVtXlCgWXGhj6Nh-uqPtCsrUGLxk,12703
|
9
|
-
pyegeria/action_author_omvs.py,sha256=m0wsfmyO-VxRDaPpACeIDw8eVAFu3RVbo45RPCUel9M,6340
|
10
|
-
pyegeria/asset_catalog_omvs.py,sha256=Y-Eh0k-zkJNOChVlLbC2bsTSBVLWhk-0-ewCV4YlyDY,25802
|
11
|
-
pyegeria/automated_curation_omvs.py,sha256=_I_93pWi8d6ya_SRwwoyfhMvqzVmVP-qUVoJh_0yJYI,118272
|
12
|
-
pyegeria/collection_manager_omvs.py,sha256=IyGCbqx2Blm0OwCsC2071EeoNWHXyWGl_6pEtacizAs,112642
|
13
|
-
pyegeria/core_guids.py,sha256=00yTuBk0kdrkNyo-Gb5G8O6jAN0_EyVNLgA3z2f-t1Y,4524
|
14
|
-
pyegeria/core_omag_server_config.py,sha256=16ld7aBTgO3gGhvFs-_yzwqPsatdCAiKYi005_2evZU,93096
|
15
|
-
pyegeria/full_omag_server_config.py,sha256=zzIyhCDolbLEJrc9JoBK308Mcq_96swYJopBN7_o4n8,45358
|
16
|
-
pyegeria/glossary_browser_omvs.py,sha256=nUCDSQ8cw8vuYgjfcaj1zLIefVI5j51evxPyXCIc4X8,101716
|
17
|
-
pyegeria/glossary_manager_omvs.py,sha256=AyTNBeOwa7ISOkpjzHHEtpiFzFo0ykcEQ525h_wqfMM,133328
|
18
|
-
pyegeria/my_profile_omvs.py,sha256=w-3aL9s7VlonUGtdKgfMSCeYIbCtJn0zDLTuqUxAYFc,42265
|
19
|
-
pyegeria/platform_services.py,sha256=T2UiAl7tPfOBGL_H2b73XyyHtR0Y36irgbaljZTjD4I,41808
|
20
|
-
pyegeria/project_manager_omvs.py,sha256=_U6m2vquu4eEV7aY8X3hsvfm2zX0EBica1reGWX9amY,77078
|
21
|
-
pyegeria/registered_info.py,sha256=GfMcYz3IO0aNquf8qCrYQ9cA5KplhPx1kNt0_nMMpTM,6475
|
22
|
-
pyegeria/runtime_manager_omvs.py,sha256=WekK7Yeyn6Qu9YmbSDo3m57MN0xOsIm9M8kGHfROZHI,37628
|
23
|
-
pyegeria/server_operations.py,sha256=YBdQJjPOmA1uhrUvzrjUKNGUc5nju9bhvCjF3AbdyWk,16164
|
24
|
-
pyegeria/utils.py,sha256=H0mew9IRcbsEi-pZfaT9HGuPO9CMOwnhOgIltyNvqTY,5240
|
25
|
-
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
26
|
-
pyegeria-0.4.1.data/scripts/Create_Collection_Sample.py,sha256=Peoacgx0RRNwL_ZfMUynRcqttp6fdbSi5LZu38ghpD0,11865
|
27
|
-
pyegeria-0.4.1.data/scripts/Create_Sustainability_Collection_Sample.py,sha256=iLBm1LwRLi42Gayyb-wcWZ5NySQ6sc4kVSmwIAzP2Po,5049
|
28
|
-
pyegeria-0.4.1.data/scripts/get_guid_info.py,sha256=Evs5yt9UYIItWHy1jPpu9QvZjDulBQCXFFpNDBJZP9k,2528
|
29
|
-
pyegeria-0.4.1.data/scripts/get_my_profile.py,sha256=XSUxLgcL4sYSoZshnMrHVoRf42ePlmk08v6_24uVQHo,3705
|
30
|
-
pyegeria-0.4.1.data/scripts/get_tech_details.py,sha256=a9XHZ1kz94v3Y1mEioyctLHivwT0Q9DwuhKC3rhk-LI,4301
|
31
|
-
pyegeria-0.4.1.data/scripts/get_tech_type_elements.py,sha256=hNwQuxFdYOKJ-P_Fm0A0nKNY7BxkpaJKaj4vyLChFsQ,4948
|
32
|
-
pyegeria-0.4.1.data/scripts/get_tech_type_template.py,sha256=b1CfFSXem-BaXdcG-QPsjqfKcPNxJgmY-Fb2ZMbmzoI,4944
|
33
|
-
pyegeria-0.4.1.data/scripts/list_asset_types.py,sha256=CxK2IETXIzDlMQbVUcP1WFMvUpFYiyJrfXDgGZVGCko,2810
|
34
|
-
pyegeria-0.4.1.data/scripts/list_assets.py,sha256=nDM5D-h79pyswc3RDqh4sjWQNvL925z-HNtBvGb8lqA,4663
|
35
|
-
pyegeria-0.4.1.data/scripts/list_projects.py,sha256=zhadpaLbTDNGxMRxnyx_SQZXygWGsLeM64EEosDR4VQ,4990
|
36
|
-
pyegeria-0.4.1.data/scripts/list_registered_services.py,sha256=NzlyItgcsoXgvV8vjaB3cMAR9GlVkbd6KcOiJ5rxUvs,5085
|
37
|
-
pyegeria-0.4.1.data/scripts/list_relationship_types.py,sha256=CiQNRC_iA3iTZWesuYmWHZn5xuzUajbnSUivO0kjdzw,4179
|
38
|
-
pyegeria-0.4.1.data/scripts/list_tech_templates.py,sha256=DYGE8nP0_Eb4HNIEwcMqGgyZeFwnGTEOeTYIXZ7_i58,5088
|
39
|
-
pyegeria-0.4.1.data/scripts/list_tech_types.py,sha256=xZoCrnmBXa-_WXDW3tBG6dt6IxH-aeQfg07pXM2IrsA,3924
|
40
|
-
pyegeria-0.4.1.data/scripts/list_todos.py,sha256=Kb1o6Q1Ls9Q-rIhl3aowuYX37PA-qGaG-P5BSef1M8M,4165
|
41
|
-
pyegeria-0.4.1.data/scripts/list_valid_metadata_values.py,sha256=_PdwsQ3Vh_a_nyAkS6cBu4UBm1AZecCmNnjC5vobHQ8,5282
|
42
|
-
pyegeria-0.4.1.data/scripts/view_asset_graph.py,sha256=TLzn15zI3bw1gdXjbqs2hjmWc_68kHACX_zIhQEipJg,9277
|
43
|
-
pyegeria-0.4.1.data/scripts/view_coco_status.py,sha256=vMY95eDO-dAAMdwrhxtwtqFrnQ2GRr1aR-nmmu3q3v8,3289
|
44
|
-
pyegeria-0.4.1.data/scripts/view_collection.py,sha256=zLeQc5KQa_1Hw7zb46EoWwBbXzc1nzbnrPpuBqsxE6E,3233
|
45
|
-
pyegeria-0.4.1.data/scripts/view_eng_action_status.py,sha256=UR-iHx4BrFgliZL4iGNwSqOQGCMHKqxFTKENSmc546o,4936
|
46
|
-
pyegeria-0.4.1.data/scripts/view_glossary.py,sha256=cEQOo-lfrulbcmvr8zBv0bVBdBzqcqCZWORUzUW1nE0,4614
|
47
|
-
pyegeria-0.4.1.data/scripts/view_gov_eng_status.py,sha256=iPr_rYkczY2yVLCKlLMBvLugUAVJ6kro81Gr4c9fzCM,3961
|
48
|
-
pyegeria-0.4.1.data/scripts/view_integ_daemon_status.py,sha256=FQR4vLWkKiyVUsIaBfzrfnazsmcpKMOYGRjPEvaxrh0,5884
|
49
|
-
pyegeria-0.4.1.data/scripts/view_my_todos.py,sha256=MmG8pJATR2mbt1tmuo7VPHkVNe_QmyRNdQKBEp4sz_A,5672
|
50
|
-
pyegeria-0.4.1.data/scripts/view_open_todos.py,sha256=RW_yCnzVdAOHvIW4nAaCD5sxYPPGZQN9KTa54MN3YCE,3957
|
51
|
-
pyegeria-0.4.1.data/scripts/view_platform_status.py,sha256=_a52cZ0lf7pXDK0zrtwUQSc3F1MGCFzjhhZIm2jkxms,4419
|
52
|
-
pyegeria-0.4.1.data/scripts/view_server_list.py,sha256=tyx1I7olr6e5kJF22ou9rqsztrRDdrPCq5uVa3hhPBU,3088
|
53
|
-
pyegeria-0.4.1.data/scripts/view_server_status.py,sha256=YFLRz6qx8WoNRbRGhHyVvokaxXjnNSDeG-cTxo22jO0,2836
|
54
|
-
pyegeria-0.4.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
55
|
-
pyegeria-0.4.1.dist-info/METADATA,sha256=0gX4ER2W9rzVq4YFIygsIw0ZlYpceicJHkh8UW7MuHA,2456
|
56
|
-
pyegeria-0.4.1.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
57
|
-
pyegeria-0.4.1.dist-info/top_level.txt,sha256=tHowU8jow7WJGmbr4QdIk7gJWdslRgbWBiF2lMeduLQ,9
|
58
|
-
pyegeria-0.4.1.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
pyegeria
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|