pyegeria 0.7.18__py3-none-any.whl → 0.7.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.
- examples/widgets/cat/get_project_dependencies.py +135 -0
- examples/widgets/cat/get_project_structure.py +3 -0
- examples/widgets/cat/list_todos.py +25 -12
- examples/widgets/cat/list_user_ids.py +119 -0
- examples/widgets/cli/egeria.py +30 -6
- examples/widgets/cli/egeria_cat.py +29 -5
- examples/widgets/cli/egeria_my.py +8 -1
- examples/widgets/cli/egeria_ops.py +2 -2
- examples/widgets/my/todo_actions.py +190 -0
- examples/widgets/ops/engine_actions.py +35 -16
- pyegeria/glossary_manager_omvs.py +33 -135
- pyegeria/my_profile_omvs.py +12 -13
- {pyegeria-0.7.18.dist-info → pyegeria-0.7.20.dist-info}/METADATA +1 -1
- {pyegeria-0.7.18.dist-info → pyegeria-0.7.20.dist-info}/RECORD +17 -14
- {pyegeria-0.7.18.dist-info → pyegeria-0.7.20.dist-info}/entry_points.txt +10 -1
- {pyegeria-0.7.18.dist-info → pyegeria-0.7.20.dist-info}/LICENSE +0 -0
- {pyegeria-0.7.18.dist-info → pyegeria-0.7.20.dist-info}/WHEEL +0 -0
@@ -4,7 +4,8 @@ examples/widgets/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqR
|
|
4
4
|
examples/widgets/cat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
examples/widgets/cat/get_asset_graph.py,sha256=5YwgV4D1_R9pptPJuIFbPOjWpZBnfPiEan33_To75TE,11194
|
6
6
|
examples/widgets/cat/get_collection.py,sha256=DBZ5-XkoYsz4WmMSPz0Ao0wz3DlAUQve89KI26-44nc,4613
|
7
|
-
examples/widgets/cat/
|
7
|
+
examples/widgets/cat/get_project_dependencies.py,sha256=MSI7-W8Cntiv0c264g_Zmoi2pwECL75BoNZcTrtVJvg,5888
|
8
|
+
examples/widgets/cat/get_project_structure.py,sha256=yUG5cbBfjLrHwD8fQmmmUPNlfmAKGXUedYQFMr_MlaI,5876
|
8
9
|
examples/widgets/cat/get_tech_type_elements.py,sha256=SvnDWfBIA1NzpkKZj4-ZapIeM2SEhe5jJt7rTkvTzaA,6129
|
9
10
|
examples/widgets/cat/get_tech_type_template.py,sha256=gMFVcgCIm09GQu1Vsc5ZUVH9XLhItAG1eVGZJrcnHeQ,6174
|
10
11
|
examples/widgets/cat/list_assets.py,sha256=bNwSaBDz661hfnc2Rn4j4HPHAugKvz0XwN9L1m4FVQk,6529
|
@@ -13,12 +14,13 @@ examples/widgets/cat/list_glossary.py,sha256=zljSzVKYysFZVmVhHJt0fYFDmAG9azIphOs
|
|
13
14
|
examples/widgets/cat/list_projects.py,sha256=jP6HoVqGi-w4R1itgdAW1zamPLsgkvjvh8reRj0v10Q,7432
|
14
15
|
examples/widgets/cat/list_relationships.py,sha256=lRfnsMUc0KN6Gb3qJoHjAwYGrcvTk3oqQRxln1as9u8,5623
|
15
16
|
examples/widgets/cat/list_tech_types.py,sha256=20T4v6L5qeebSsaL1nGkFMDAIsy2W3A3SMm1RcgFoh0,4609
|
16
|
-
examples/widgets/cat/list_todos.py,sha256=
|
17
|
+
examples/widgets/cat/list_todos.py,sha256=eAVJbygWnusX5puGhP41FgT2fO9K08a9oeJsOPiOS0E,6266
|
18
|
+
examples/widgets/cat/list_user_ids.py,sha256=Nci_3KpLWj3Hcq8mbVcIe-cirV_T5C8A4blMb2iwbss,4232
|
17
19
|
examples/widgets/cli/__init__.py,sha256=6d_R0KZBNnJy9EBz9J2xvGFlx-3j_ZPqPCxKgdvYeDQ,291
|
18
|
-
examples/widgets/cli/egeria.py,sha256=
|
19
|
-
examples/widgets/cli/egeria_cat.py,sha256=
|
20
|
-
examples/widgets/cli/egeria_my.py,sha256=
|
21
|
-
examples/widgets/cli/egeria_ops.py,sha256=
|
20
|
+
examples/widgets/cli/egeria.py,sha256=Jo1PlADWrjqFVo_ZduEECF-9-wSlJrBYsdM5_MNI0rc,26011
|
21
|
+
examples/widgets/cli/egeria_cat.py,sha256=h029HG863NFocEYiy6hCmIBGdOiLEJQx6WACNXNLUBE,11964
|
22
|
+
examples/widgets/cli/egeria_my.py,sha256=cGehUFrJKwNQ49CQ-rEX0M-6yjviRSb9KQjAcKD7Mq4,5993
|
23
|
+
examples/widgets/cli/egeria_ops.py,sha256=az3P2GkHc-DfkFdD92ulw7TZ0XjwWPWP0pGBMc2RYQY,10139
|
22
24
|
examples/widgets/cli/egeria_tech.py,sha256=AA2PNDKebdDObtrmjF6BHaSuSpNVeQgB61CSX1cBvsg,10255
|
23
25
|
examples/widgets/cli/ops_config.py,sha256=m4AfPjf-fR4EBTx8Dc2mcgrfWwAxb30YGeV-v79bg4U,1450
|
24
26
|
examples/widgets/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ,844
|
@@ -28,9 +30,10 @@ examples/widgets/my/list_my_roles.py,sha256=DCiNdnoHXQueUE5g73D3oRXfJ6LaUQGbibNt
|
|
28
30
|
examples/widgets/my/monitor_my_todos.py,sha256=2INaUuKE5obKysoGzJLPUpc-oRJvQsx8_qoGtv_eBDI,6405
|
29
31
|
examples/widgets/my/monitor_open_todos.py,sha256=DIeWC-2tN1EtmgC2rWJfsGMVQhtNcngobJ8paBiXXBI,5396
|
30
32
|
examples/widgets/my/my_profile_actions.py,sha256=SrlC0PSix0b78MCWJdGJAVgai8gbJmYyz1ou2ZVOkIs,3949
|
33
|
+
examples/widgets/my/todo_actions.py,sha256=OHM9urOZdAWHHDaeQbKAokqsjnFADutXfrMOLNuLmhw,8281
|
31
34
|
examples/widgets/ops/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
|
32
35
|
examples/widgets/ops/__init__.py,sha256=SCfzF3-aMx8EpqLWmH7JQf13gTmMAtHRbg69oseLvi8,480
|
33
|
-
examples/widgets/ops/engine_actions.py,sha256=
|
36
|
+
examples/widgets/ops/engine_actions.py,sha256=i0-_wRJqdKARwnEwPQMJvr5bVEGi2WE9Np0_A-o6k3A,2978
|
34
37
|
examples/widgets/ops/integration_daemon_actions.py,sha256=m17Oi8NJfs1qPaV6qRadse3HhLQT16FQA0jAIUYuCTk,3951
|
35
38
|
examples/widgets/ops/list_catalog_targets.py,sha256=0FIZqZu7DSh7tnrme6EOhNiVvK8wyvN1iTZKEDuwTmw,6620
|
36
39
|
examples/widgets/ops/load_archive.py,sha256=duf3wq2ANRBiOj9KTFsw8TseEkJLKdzITAeTCjsMvI0,2453
|
@@ -74,8 +77,8 @@ pyegeria/create_tech_guid_lists.py,sha256=jClpvURy20o4UV83LOwhGg3TZdHGzfjZ9y0MNZ
|
|
74
77
|
pyegeria/feedback_manager_omvs.py,sha256=iDTT-wj1qf-xX9yy2V8eMezR5fDwowv9bQUH4sJofPo,164575
|
75
78
|
pyegeria/full_omag_server_config.py,sha256=l4G0oM6l-axosYACypqNqzkF6wELzs9FgKJwvDMF0Fc,45817
|
76
79
|
pyegeria/glossary_browser_omvs.py,sha256=nUCDSQ8cw8vuYgjfcaj1zLIefVI5j51evxPyXCIc4X8,101716
|
77
|
-
pyegeria/glossary_manager_omvs.py,sha256=
|
78
|
-
pyegeria/my_profile_omvs.py,sha256=
|
80
|
+
pyegeria/glossary_manager_omvs.py,sha256=MsvsTyyTzLbaIQttfhM-izVP06VsdWAueJiiMeKbVwY,128512
|
81
|
+
pyegeria/my_profile_omvs.py,sha256=gvodfLMTxCNBkK9pi28-sECNAkr-RiI1Y-eM-hiqsPg,42078
|
79
82
|
pyegeria/platform_services.py,sha256=T2UiAl7tPfOBGL_H2b73XyyHtR0Y36irgbaljZTjD4I,41808
|
80
83
|
pyegeria/project_manager_omvs.py,sha256=RRPiyEqrcMY3jt3wK-7aEwY3c3PqEodAfDjEJx9duX0,77121
|
81
84
|
pyegeria/registered_info.py,sha256=GfMcYz3IO0aNquf8qCrYQ9cA5KplhPx1kNt0_nMMpTM,6475
|
@@ -83,8 +86,8 @@ pyegeria/runtime_manager_omvs.py,sha256=oSVFeG_yBGXIvQR0EClLZqTZ6C5z5ReZzwm8cce8
|
|
83
86
|
pyegeria/server_operations.py,sha256=1z2wZLdrNZG6HlswY_Eh8qI1mlcjsQ59zO-AMy9XbUU,16605
|
84
87
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
85
88
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
86
|
-
pyegeria-0.7.
|
87
|
-
pyegeria-0.7.
|
88
|
-
pyegeria-0.7.
|
89
|
-
pyegeria-0.7.
|
90
|
-
pyegeria-0.7.
|
89
|
+
pyegeria-0.7.20.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
90
|
+
pyegeria-0.7.20.dist-info/METADATA,sha256=TC05dOeracosIdummV69pWn4fsGAoP1wKxwd_-NQfC8,2775
|
91
|
+
pyegeria-0.7.20.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
92
|
+
pyegeria-0.7.20.dist-info/entry_points.txt,sha256=22oy5-EM37ldb_-MPtiJygwXU217h8vb2_zT-7vn-yc,3571
|
93
|
+
pyegeria-0.7.20.dist-info/RECORD,,
|
@@ -1,16 +1,20 @@
|
|
1
1
|
[console_scripts]
|
2
|
+
change_todo_status=examples.widgets.my.todo_actions:change_todo_status
|
3
|
+
create_todo=examples.widgets.my.todo_actions:create_todo
|
4
|
+
delete_todo=examples.widgets.my.todo_actions:delete_todo
|
2
5
|
get_asset_graph=examples.widgets.cat.get_asset_graph:main
|
3
6
|
get_collection=examples.widgets.cat.get_collection:main
|
4
7
|
get_element_info=examples.widgets.tech.get_element_info:main
|
5
8
|
get_guid_info=examples.widgets.tech.get_guid_info:main
|
9
|
+
get_project_dependencies=examples.widgets.cat.get_project_dependencies:main
|
6
10
|
get_project_structure=examples.widgets.cat.get_project_structure:main
|
7
11
|
get_tech_details=examples.widgets.tech.get_tech_details:main
|
8
12
|
get_tech_type_elements=examples.widgets.cat.get_tech_type_elements:main
|
9
13
|
get_tech_type_template=examples.widgets.cat.get_tech_type_template:main
|
10
14
|
hey_egeria=examples.widgets.cli.egeria:cli
|
11
15
|
hey_egeria_cat=examples.widgets.cli.egeria_cat:cli
|
16
|
+
hey_egeria_my=examples.widgets.cli.egeria_my:cli
|
12
17
|
hey_egeria_ops=examples.widgets.cli.egeria_ops:cli
|
13
|
-
hey_egeria_per=examples.widgets.cli.egeria_per:cli
|
14
18
|
hey_egeria_tech=examples.widgets.cli.egeria_cat:cli
|
15
19
|
list_asset_types=examples.widgets.tech.list_asset_types:main
|
16
20
|
list_assets=examples.widgets.cat.list_assets:main
|
@@ -30,9 +34,11 @@ list_relationships=examples.widgets.cat.list_relationships:main
|
|
30
34
|
list_tech_templates=examples.widgets.tech.list_tech_templates:main
|
31
35
|
list_tech_types=examples.widgets.cat.list_tech_types:main
|
32
36
|
list_todos=examples.widgets.cat.list_todos:main
|
37
|
+
list_user_ids=examples.widgets.cat.list_user_ids:main
|
33
38
|
list_valid_metadata_values=examples.widgets.tech.list_valid_metadata_values:main
|
34
39
|
load_archive=examples.widgets.ops.load_archive:load_archive
|
35
40
|
load_archive_tui=examples.widgets.ops.load_archive:tui
|
41
|
+
mark_todo_complete=examples.widgets.my.todo_actions:mark_todo_complete
|
36
42
|
monitor_asset_events=examples.widgets.ops.monitor_asset_events:main
|
37
43
|
monitor_coco_status=examples.widgets.ops.monitor_coco_status:main
|
38
44
|
monitor_engine_activity=examples.widgets.ops.monitor_engine_activity:main_live
|
@@ -43,6 +49,9 @@ monitor_open_todos=examples.widgets.my.monitor_open_todos:main
|
|
43
49
|
monitor_platform_status=examples.widgets.ops.monitor_platform_status:main
|
44
50
|
monitor_server_list=examples.widgets.ops.monitor_server_list:main
|
45
51
|
monitor_server_status=examples.widgets.ops.monitor_server_status:main
|
52
|
+
reassign_todo=examples.widgets.my.todo_actions:reassign_todo
|
46
53
|
refresh_integration_daemon=examples.widgets.ops.refresh_integration_daemon:main
|
47
54
|
restart_integration_daemon=examples.widgets.ops.restart_integration_daemon:main
|
55
|
+
start_daemon=examples.widgets.ops.engine_actions:start_daemon
|
56
|
+
stop_daemon=examples.widgets.ops.engine_actions:stop_daemon
|
48
57
|
|
File without changes
|
File without changes
|