pyegeria 5.3.5.1__py3-none-any.whl → 5.3.5.2__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.
- pyegeria/asset_catalog_omvs.py +67 -11
- pyegeria/commands/cat/freddie_jupyter.py +124 -0
- pyegeria/commands/cat/freddie_md.py +158 -0
- pyegeria/commands/cat/freddie_utils.py +530 -0
- pyegeria/commands/cat/glossary_actions.py +112 -12
- pyegeria/commands/cli/egeria.py +4 -4
- pyegeria/commands/cli/egeria_cat.py +4 -4
- pyegeria/glossary_browser_omvs.py +2 -2
- pyegeria/glossary_manager_omvs.py +779 -570
- {pyegeria-5.3.5.1.dist-info → pyegeria-5.3.5.2.dist-info}/METADATA +2 -1
- {pyegeria-5.3.5.1.dist-info → pyegeria-5.3.5.2.dist-info}/RECORD +14 -11
- {pyegeria-5.3.5.1.dist-info → pyegeria-5.3.5.2.dist-info}/entry_points.txt +5 -2
- {pyegeria-5.3.5.1.dist-info → pyegeria-5.3.5.2.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.5.1.dist-info → pyegeria-5.3.5.2.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pyegeria
|
3
|
-
Version: 5.3.5.
|
3
|
+
Version: 5.3.5.2
|
4
4
|
Summary: A python client for Egeria
|
5
5
|
License: Apache 2.0
|
6
6
|
Keywords: egeria,metadata,governance
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Requires-Dist: click
|
16
16
|
Requires-Dist: httpx
|
17
17
|
Requires-Dist: jupyter
|
18
|
+
Requires-Dist: jupyter-notebook-parser (>=0.1.4,<0.2.0)
|
18
19
|
Requires-Dist: mermaid-py
|
19
20
|
Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
|
20
21
|
Requires-Dist: pytest
|
@@ -5,7 +5,7 @@ pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8Md
|
|
5
5
|
pyegeria/_exceptions.py,sha256=1SrnV194V4_YJNnNAU0myTHQ3dhLn4GF2B2gZcj1u90,18153
|
6
6
|
pyegeria/_globals.py,sha256=a_irI6oGuBLks2LzQHkSdK6xWbPdJCPRjqxK7PKxwgw,991
|
7
7
|
pyegeria/_validators.py,sha256=vP9nuZwucnCo_LrPU7hkitpWzaych5bTZEKE58TaTnQ,12726
|
8
|
-
pyegeria/asset_catalog_omvs.py,sha256=
|
8
|
+
pyegeria/asset_catalog_omvs.py,sha256=vNEa-OCNf-rzU7eS0Bje63ENa1pNmUujhbhOkuK406w,28998
|
9
9
|
pyegeria/automated_curation_omvs.py,sha256=tzwCyXL0Hx8UjryBBWcPoEuBRajXZpLuwPQ1vuOg2yc,130349
|
10
10
|
pyegeria/classification_manager_omvs.py,sha256=n55-62Mby-_5pxPGaz3nkjM9NWlY4PzSl3tP0WSnGJU,187212
|
11
11
|
pyegeria/collection_manager_omvs.py,sha256=xNuF3Ki6Rg-TehdbFGS8exSOUXpkQ3X63__OdXuCkc8,101746
|
@@ -14,12 +14,15 @@ pyegeria/commands/__init__.py,sha256=R2o66ctVicTZ8B5VSPtc7EDRKNiNclzFbYX0o2Zg2dQ
|
|
14
14
|
pyegeria/commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
|
15
15
|
pyegeria/commands/cat/__init__.py,sha256=5OCy4m_yZsnSxdy_gvkCyP_OkjvuWKimqUGHYCJc_qA,450
|
16
16
|
pyegeria/commands/cat/exp_list_glossaries.py,sha256=dC6Bnfm3YSMTKPP146qeslIFRiZnGu5b7iDYE07p4iU,5817
|
17
|
+
pyegeria/commands/cat/freddie_jupyter.py,sha256=zVLLnJxMaCYJXC4VVZ1j5WdaepaGdqcpLbaKEip1rb8,5674
|
18
|
+
pyegeria/commands/cat/freddie_md.py,sha256=qd2YuZ_0zHUtiENFHtS4xXjKs-BJA0emtauYhjrtYzk,6901
|
19
|
+
pyegeria/commands/cat/freddie_utils.py,sha256=5sLeq983YlDpJfhCjclzOdD_u5Z-kxWwu6KPvpntTPc,23591
|
17
20
|
pyegeria/commands/cat/get_asset_graph.py,sha256=xnXJfpDTVH1TJ2TwE3dtjaXU36Di6-N6JAyhothzz2o,12461
|
18
21
|
pyegeria/commands/cat/get_collection.py,sha256=KbSFoGZeK30_bMCa0BpIuCwBF5ywCX0g4hgDPnI0lEo,5356
|
19
22
|
pyegeria/commands/cat/get_project_dependencies.py,sha256=wDK_lAfR6p4VxYRV6MZE9XgU3OfIRcWKKYn0Xf64w6o,5986
|
20
23
|
pyegeria/commands/cat/get_project_structure.py,sha256=4Jo3F9f7auTnTt_xElsrQ4eA8k8xMge0C5xE-Rjkjcw,5974
|
21
24
|
pyegeria/commands/cat/get_tech_type_elements.py,sha256=IznytHXwDOFriGM6mypV9wuEeM-vT2s66cUzf-IROog,6147
|
22
|
-
pyegeria/commands/cat/glossary_actions.py,sha256=
|
25
|
+
pyegeria/commands/cat/glossary_actions.py,sha256=P530QqaYsv3HVVqjJYfwjuTqYOTqWtkcRb8ySFw8hI4,16755
|
23
26
|
pyegeria/commands/cat/list_assets.py,sha256=CdJ2coKvvQv2VwJO0Sp9Eg9Fu_uvpC21tgjrdtT9Yz4,6315
|
24
27
|
pyegeria/commands/cat/list_cert_types.py,sha256=HmrTks0SSYgSMsYz3LqfX5kwDQ6D9KMcynoR_xlWtnE,7137
|
25
28
|
pyegeria/commands/cat/list_collections.py,sha256=kCxl5OuBAGtctHNVmttOe4aJ6r37cGdCFnK1i7A90ls,5996
|
@@ -35,8 +38,8 @@ pyegeria/commands/cat/list_terms.py,sha256=AO92WfGy6fySjBKpnLYrzFDdWzORF2vbsN1SH
|
|
35
38
|
pyegeria/commands/cat/list_todos.py,sha256=NitCw0uyVVjmN1hxb1W-I4FbOsa8wQxW2ICyOElHyc8,6556
|
36
39
|
pyegeria/commands/cat/list_user_ids.py,sha256=X5Q-YNEp38saPYDuy9VwdQC5Qpa4HyC3WvAdbyp_P6M,5108
|
37
40
|
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
38
|
-
pyegeria/commands/cli/egeria.py,sha256=
|
39
|
-
pyegeria/commands/cli/egeria_cat.py,sha256=
|
41
|
+
pyegeria/commands/cli/egeria.py,sha256=CT5iT-4fYAn_NO7AI92Nnlw28Nqmz1cdK1vp1jYSrOs,51645
|
42
|
+
pyegeria/commands/cli/egeria_cat.py,sha256=q5k7qLYT0Z8WTqTkFD80PgTogj3ui5VKtIQnkJ7EG88,16019
|
40
43
|
pyegeria/commands/cli/egeria_login_tui.py,sha256=W5ouG3nlN7z2Waa-wzYFS7yyoGfOrK-lNB0FMt2JdOk,9492
|
41
44
|
pyegeria/commands/cli/egeria_my.py,sha256=0KTH7OIeKyp16ZeN7zK5uhadbPfAQsq38GMzJNWYG8g,6386
|
42
45
|
pyegeria/commands/cli/egeria_ops.py,sha256=8W4t2jFGn22OOOtyUAapQH8yyOl1wo09CVNTojRQKvo,12817
|
@@ -219,8 +222,8 @@ pyegeria/egeria_my_client.py,sha256=eOKLk2zdI6FHZnhAimfR_0yNdBjpUgD41dJZcJODcqE,
|
|
219
222
|
pyegeria/egeria_tech_client.py,sha256=uycgYfCpb4jzFfaQ7I5JxbZ5PKsWdaWxLOJjbw6C2Zk,3817
|
220
223
|
pyegeria/feedback_manager_omvs.py,sha256=0xBs0p54vmdfVYYgQ8pOanLC4fxfgTk1Z61Y6D1U7_I,152978
|
221
224
|
pyegeria/full_omag_server_config.py,sha256=CQqLCy_3DZFvJZEOcGf50HWdFaWpiAIs6z-kKyjvpDA,47464
|
222
|
-
pyegeria/glossary_browser_omvs.py,sha256=
|
223
|
-
pyegeria/glossary_manager_omvs.py,sha256=
|
225
|
+
pyegeria/glossary_browser_omvs.py,sha256=wpQ7Oecrp7R5OBRZtMYBZwZW9T2x9Zu1lkULx_oz4oU,93638
|
226
|
+
pyegeria/glossary_manager_omvs.py,sha256=mt9IaU8hnj_Ufzt9d6kLAZRWWGfwFQlU0pFPANRmP1k,141759
|
224
227
|
pyegeria/m_test.py,sha256=M5-M2ZczsAJLXWfSeqTTADHdx6Ku-y4PbQ4M21JthAE,7778
|
225
228
|
pyegeria/mermaid_utilities.py,sha256=sQqdFUWdNpHu9d3Tk9UVe80M-5bOzses0XcFYX5FF-E,54254
|
226
229
|
pyegeria/metadata_explorer_omvs.py,sha256=xHnZTQKbd6XwOhYia-RiIisrvZcqHi0SL1l6OCf04Gk,86911
|
@@ -240,8 +243,8 @@ pyegeria/test_w.html,sha256=q9HCstV2Ar-QiAqswte6hQ8EJuKqr5s99MUuXSxs7a8,11461
|
|
240
243
|
pyegeria/utils.py,sha256=GCt1C0bp0Xng1ahzbZhzV9qQwH7Dj93IaCt2dvWb-sg,5417
|
241
244
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
242
245
|
pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
|
243
|
-
pyegeria-5.3.5.
|
244
|
-
pyegeria-5.3.5.
|
245
|
-
pyegeria-5.3.5.
|
246
|
-
pyegeria-5.3.5.
|
247
|
-
pyegeria-5.3.5.
|
246
|
+
pyegeria-5.3.5.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
247
|
+
pyegeria-5.3.5.2.dist-info/METADATA,sha256=Z3G6krGfU0FobI7n8yoi5cjDOgu6LeuqRva7GoNzFEw,2743
|
248
|
+
pyegeria-5.3.5.2.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
249
|
+
pyegeria-5.3.5.2.dist-info/entry_points.txt,sha256=9LIuEBIFodyDPNWxZFCJNSzK7-ZS85Kes3eTTYTGWHo,6407
|
250
|
+
pyegeria-5.3.5.2.dist-info/RECORD,,
|
@@ -1,13 +1,15 @@
|
|
1
1
|
[console_scripts]
|
2
2
|
change_todo_status=pyegeria.commands.my.todo_actions:change_todo_status
|
3
|
+
create_category=pyegeria.commands.cat.glossary_actions:create_category
|
3
4
|
create_glossary=pyegeria.commands.cat.glossary_actions:create_glossary
|
4
5
|
create_term=pyegeria.commands.cat.glossary_actions:create_term
|
5
6
|
create_todo=pyegeria.commands.my.todo_actions:create_todo
|
7
|
+
delete_category=pyegeria.commands.cat.glossary_actions:delete_category
|
6
8
|
delete_glossary=pyegeria.commands.cat.glossary_actions:delete_glossary
|
7
9
|
delete_term=pyegeria.commands.cat.glossary_actions:delete_term
|
8
10
|
delete_todo=pyegeria.commands.my.todo_actions:delete_todo
|
9
11
|
egeria_login=pyegeria.commands.cli.egeria_login_tui:login
|
10
|
-
|
12
|
+
export_terms_to_csv_file=pyegeria.commands.cat.glossary_actions:export_terms_csv
|
11
13
|
get_asset_graph=pyegeria.commands.cat.get_asset_graph:main
|
12
14
|
get_collection=pyegeria.commands.cat.get_collection:main
|
13
15
|
get_element_info=pyegeria.commands.tech.get_element_info:main
|
@@ -67,7 +69,7 @@ list_user_ids=pyegeria.commands.cat.list_user_ids:main
|
|
67
69
|
list_valid_metadata_values=pyegeria.commands.tech.list_valid_metadata_values:main
|
68
70
|
load_archive=pyegeria.commands.ops.load_archive:load_archive
|
69
71
|
load_archive_tui=pyegeria.commands.ops.load_archive:tui
|
70
|
-
|
72
|
+
load_terms_from_csv_file=pyegeria.commands.cat.glossary_actions:import_terms_csv
|
71
73
|
mark_todo_complete=pyegeria.commands.my.todo_actions:mark_todo_complete
|
72
74
|
monitor_asset_events=pyegeria.commands.ops.monitor_asset_events:main
|
73
75
|
monitor_coco_status=pyegeria.commands.ops.monitor_coco_status:main
|
@@ -87,4 +89,5 @@ refresh_integration_daemon=pyegeria.commands.ops.refresh_integration_daemon:main
|
|
87
89
|
restart_integration_daemon=pyegeria.commands.ops.restart_integration_daemon:main
|
88
90
|
start_daemon=pyegeria.commands.ops.engine_actions:start_daemon
|
89
91
|
stop_daemon=pyegeria.commands.ops.engine_actions:stop_daemon
|
92
|
+
update_category=pyegeria.commands.cat.glossary_actions:update_category
|
90
93
|
|
File without changes
|
File without changes
|