pyegeria 5.3.3.2__py3-none-any.whl → 5.3.3.4__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/commands/__init__.py +6 -0
- pyegeria/commands/cat/list_terms.py +4 -2
- pyegeria/commands/cli/egeria.py +2 -2
- pyegeria/commands/cli/egeria_ops.py +2 -2
- {pyegeria-5.3.3.2.dist-info → pyegeria-5.3.3.4.dist-info}/METADATA +1 -1
- {pyegeria-5.3.3.2.dist-info → pyegeria-5.3.3.4.dist-info}/RECORD +9 -20
- pyegeria/.DS_Store +0 -0
- pyegeria/commands/.DS_Store +0 -0
- pyegeria/commands/doc/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/.DS_Store +0 -0
- pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/.DS_Store +0 -0
- pyegeria/commands/doc/glossary/.DS_Store +0 -0
- pyegeria/commands/doc/glossary/images/.DS_Store +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store +0 -0
- pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store +0 -0
- {pyegeria-5.3.3.2.dist-info → pyegeria-5.3.3.4.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.3.2.dist-info → pyegeria-5.3.3.4.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.3.2.dist-info → pyegeria-5.3.3.4.dist-info}/entry_points.txt +0 -0
pyegeria/commands/__init__.py
CHANGED
@@ -20,3 +20,9 @@ from .cat.list_terms import display_glossary_terms
|
|
20
20
|
from .cat.list_deployed_catalogs import list_deployed_catalogs
|
21
21
|
from .cat.list_deployed_database_schemas import list_deployed_database_schemas
|
22
22
|
from .cat.list_deployed_databases import list_deployed_databases
|
23
|
+
from .tech.list_elements_by_property_value import EGERIA_WIDTH
|
24
|
+
|
25
|
+
|
26
|
+
def list_integration_daemon_status(search_list:str, width:int=EGERIA_WIDTH, sort:bool = True):
|
27
|
+
table_integ_daemon_status(search_list = search_list, paging=True,
|
28
|
+
width=width, sort=sort)
|
@@ -218,9 +218,11 @@ def main():
|
|
218
218
|
|
219
219
|
args = parser.parse_args()
|
220
220
|
|
221
|
-
server = args.server if args.server is not None else EGERIA_VIEW_SERVER
|
221
|
+
# server = args.server if args.server is not None else EGERIA_VIEW_SERVER
|
222
|
+
server = args.server if args.server is not None else 'qs-view-server'
|
223
|
+
|
222
224
|
url = args.url if args.url is not None else EGERIA_PLATFORM_URL
|
223
|
-
userid = args.userid if args.userid is not None else EGERIA_USER
|
225
|
+
userid = args.userid if args.userid is not None else 'EGERIA_USER'
|
224
226
|
user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
|
225
227
|
guid = args.guid if args.guid is not None else EGERIA_HOME_GLOSSARY_GUID
|
226
228
|
|
pyegeria/commands/cli/egeria.py
CHANGED
@@ -1757,12 +1757,12 @@ def engine_host(ctx):
|
|
1757
1757
|
)
|
1758
1758
|
|
1759
1759
|
@click.pass_context
|
1760
|
-
def gov_eng_status(ctx, engine_list,
|
1760
|
+
def gov_eng_status(ctx, engine_list, list):
|
1761
1761
|
"""Display engine-host status information"""
|
1762
1762
|
c = ctx.obj
|
1763
1763
|
display_gov_eng_status(
|
1764
1764
|
[engine_list],
|
1765
|
-
engine_host=engine_host,
|
1765
|
+
engine_host=c.engine_host,
|
1766
1766
|
view_server=c.view_server,
|
1767
1767
|
url=c.view_server_url,
|
1768
1768
|
username=c.userid,
|
@@ -297,12 +297,12 @@ def engine_host(ctx):
|
|
297
297
|
"--list", is_flag=True, default=False, help="If True, a paged list will be shown"
|
298
298
|
)
|
299
299
|
@click.pass_context
|
300
|
-
def gov_eng_status(ctx, engine_list,
|
300
|
+
def gov_eng_status(ctx, engine_list, list):
|
301
301
|
"""Display engine-host status information"""
|
302
302
|
c = ctx.obj
|
303
303
|
display_gov_eng_status(
|
304
304
|
[engine_list],
|
305
|
-
engine_host=engine_host,
|
305
|
+
engine_host=c.engine_host,
|
306
306
|
view_server=c.view_server,
|
307
307
|
url=c.view_server_url,
|
308
308
|
username=c.userid,
|
@@ -1,4 +1,3 @@
|
|
1
|
-
pyegeria/.DS_Store,sha256=NXvKqE04FGJAyq25tRApO9AJj14vF1vzFC-R0JjEWhc,6148
|
2
1
|
pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
|
3
2
|
pyegeria/__init__.py,sha256=CA9NbkkmpBlmkJWkVVKKHqIoGa9c3BMBeMHaM1ZXKe4,21947
|
4
3
|
pyegeria/_client.py,sha256=9yZfSyLJqq5ORlM7NzeaozXjPX0i9YsfD2Ue3mN9Y9Q,30811
|
@@ -10,9 +9,8 @@ pyegeria/asset_catalog_omvs.py,sha256=OqZYjf5RBwuTbYvu43CL100VCNqYuXHDog2jc6sOBt
|
|
10
9
|
pyegeria/automated_curation_omvs.py,sha256=fFZef1GeUNBSFIC8QltpzkQs_W5OD0xVYW1TzW07UWc,130239
|
11
10
|
pyegeria/classification_manager_omvs.py,sha256=rHkcpzPeQqH1XmlbXnWtAJeG6mVMIL_N9ZGn13kR30U,187155
|
12
11
|
pyegeria/collection_manager_omvs.py,sha256=Zl3clg29bORkfBDunklgna0cIceF278njqzDW9pUJwk,101697
|
13
|
-
pyegeria/commands/.DS_Store,sha256=9m3ajPPW2e7MhodsfTR2-KL9opdeTap-MlUAb3x9aR4,8196
|
14
12
|
pyegeria/commands/README.md,sha256=hJdOWhZ5eCfwTkY4Tx6De6Y1XVo7cbaddQEvjqppvls,2036
|
15
|
-
pyegeria/commands/__init__.py,sha256=
|
13
|
+
pyegeria/commands/__init__.py,sha256=qaePEAK4TfKJixkaklxbiB36-BWi6MaFBx12pZAo1Sw,1128
|
16
14
|
pyegeria/commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
|
17
15
|
pyegeria/commands/cat/__init__.py,sha256=etKDPDWE7UV6o3cK7JLJgaJZFAlmX29GXUG0wq08AZY,20
|
18
16
|
pyegeria/commands/cat/exp_list_glossaries.py,sha256=HxMa5r7XxsH29KJ9GLOqIXD_PpUvrzsHe41LBWCZUTc,5811
|
@@ -33,29 +31,24 @@ pyegeria/commands/cat/list_projects.py,sha256=2DViol2HcXP6S6eZzu8YGP-XAujOYLVfkJ
|
|
33
31
|
pyegeria/commands/cat/list_servers_deployed_imp.py,sha256=tl5Zcai7lL69HaCr_KAUH_r1Nv5jOWPntXclUxUWQy0,5712
|
34
32
|
pyegeria/commands/cat/list_tech_type_elements.py,sha256=obBkibs7VuEbBU34vUlfqF-Ef3bsVHY0dAdal8bmhQw,6866
|
35
33
|
pyegeria/commands/cat/list_tech_types.py,sha256=mMssYETcdDYvtWzVpQjTPTtxTqq6Bhw2u76xAvRVmL8,4646
|
36
|
-
pyegeria/commands/cat/list_terms.py,sha256=
|
34
|
+
pyegeria/commands/cat/list_terms.py,sha256=s7SQEXyrCg2coG7pnRSewxUeW6KpxvNP8Y8ViIwuTPk,9559
|
37
35
|
pyegeria/commands/cat/list_todos.py,sha256=I1b8kJJnekWEm3NpwiLStxr50no7KTUfDrI6pBExzA8,6549
|
38
36
|
pyegeria/commands/cat/list_user_ids.py,sha256=7TmksDy7rV0HTpn2nFKwLKf4Hq3s80GoR3_SmPhL_Hc,5100
|
39
37
|
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
40
|
-
pyegeria/commands/cli/egeria.py,sha256=
|
38
|
+
pyegeria/commands/cli/egeria.py,sha256=k4BGtbUYqFD9D5ffS-FKSPWOlRGMYrbQcCtS-QH9Puc,49482
|
41
39
|
pyegeria/commands/cli/egeria_cat.py,sha256=P6pd17KvldSYCWJJAu56_DX90NOBFuQBireZ0gCuPB4,16017
|
42
40
|
pyegeria/commands/cli/egeria_login_tui.py,sha256=Mbdf2IqxMqm_jOeHqsGvrKQAFxerfkYEgdBlA1gX-ks,9487
|
43
41
|
pyegeria/commands/cli/egeria_my.py,sha256=ncLN1DM_P7A0N2J96lET64t4fW21ifpDr8S6yI2lZHQ,6389
|
44
|
-
pyegeria/commands/cli/egeria_ops.py,sha256=
|
42
|
+
pyegeria/commands/cli/egeria_ops.py,sha256=i8Xwg3Nz8DSHvuFTPXbGUSqxdEet3-SYTQJwqhD4trY,12817
|
45
43
|
pyegeria/commands/cli/egeria_tech.py,sha256=ibYJjRuiM4AB4JUoFogcdY9qsvhIksJ1yfZLA5vbZ3c,18983
|
46
44
|
pyegeria/commands/cli/ops_config.py,sha256=4ShMgVl2eJoQLqJTK4npAdeAeJuq3FE6qsqngXYON74,1331
|
47
45
|
pyegeria/commands/cli/txt_custom_v2.tcss,sha256=ixkzpFyTZ5i3byFO9EmEAeJgzbEa7nZb_3iTgxNtVPk,232
|
48
|
-
pyegeria/commands/doc/.DS_Store,sha256=o8grXspPw9gdVWRFjZAhnydbdtkzpNBvsC_UQJ_YGYw,10244
|
49
46
|
pyegeria/commands/doc/README.md,sha256=3TDtLjanw5Sn5fhw0apsYv2HS2Hd7NSdjLu3qTwwXBg,13941
|
50
|
-
pyegeria/commands/doc/Visual Command Reference/.DS_Store,sha256=W5AtaSlvKv-H-jko3CB6eWSkgKC_uwwjH5fgt7pN2vg,6148
|
51
47
|
pyegeria/commands/doc/Visual Command Reference/README.md,sha256=StopwmMDYmJgfKeRC8nHOJMbXkz6n15zIDJBmHDPoxM,32445
|
52
|
-
pyegeria/commands/doc/Visual Command Reference/cat/.DS_Store,sha256=ClvMg3-Ho93FhF0gHhgg7fwkQNt0LVqQfh87P2sokGA,6148
|
53
|
-
pyegeria/commands/doc/Visual Command Reference/cat/show/.DS_Store,sha256=7EbExYG-CdFFiWoKv4aMY7d8k0ORVJY4nvbdAskF-2E,6148
|
54
48
|
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png,sha256=gL7LDmS0OUeDmmmz6ayZL7qbriaos6ryct-2T0D7CIM,769210
|
55
49
|
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png,sha256=Op6NHsqPfYVvpKX46Z-IX8G_Of8rrVtDK34C1MJIJdw,540605
|
56
50
|
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png,sha256=NCtzoZau5ANXjNh2IH57htfVvWAtMns87_M_5E9DSQ0,627528
|
57
51
|
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png,sha256=-QCu00HYhdkOJqclthiBSVKQuz1qHVothDwng53n_cw,271680
|
58
|
-
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/.DS_Store,sha256=9INiWTHDvOMYAnQ8xRpC9FRYHV3wd0cTE88HddKea5A,6148
|
59
52
|
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png,sha256=tlL6FQsIYYC-TDeUZy5LqmVx5l5GJXbnTEag_iY11CQ,536963
|
60
53
|
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png,sha256=MUgoH6orUk9qUeCv8yEjuQ6sAao3eZyK3DOF4aXfqkw,525598
|
61
54
|
pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png,sha256=W6_JDqWKBOqeEMTAteX7JJ_MIPOigc2ttD01UYBxNxg,443831
|
@@ -109,9 +102,7 @@ pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_ty
|
|
109
102
|
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png,sha256=3fKSh5-IrrjVQezeSNgVfwU-nJ4qUTw7Vysv0Wzleyo,721136
|
110
103
|
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png,sha256=0kqptIlkbIb1jKoMZJsV3UbMYAD1tjkSwy9XauJQQx4,233574
|
111
104
|
pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png,sha256=vvLzbGkyDMUxHqayN8cHq5B99FTLD0vzrMVZhF50K70,177993
|
112
|
-
pyegeria/commands/doc/glossary/.DS_Store,sha256=6uo-B4k5C89EcQPw65oPRAvNIy8AJjs62fKJNqYM0y4,6148
|
113
105
|
pyegeria/commands/doc/glossary/basic-glossary-tui.md,sha256=2HoFDMCbIZuh4sBA1xRuu7qHQPyGwWS-JNUm5XNZ8JE,5880
|
114
|
-
pyegeria/commands/doc/glossary/images/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
115
106
|
pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png,sha256=rppVqEwN1ZrSMzyXnsYqDl7fnPs0zTlE7PMmX4VUbQI,203332
|
116
107
|
pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png,sha256=tV0h6i1eRAbvAzye8iuWt0eJ14y1Crk9DovaJLGJCSA,299425
|
117
108
|
pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png,sha256=i_SJAW_CeM0fNfZ3fLrZAKdrE9LHG1zHHui86pejlkg,22826
|
@@ -146,9 +137,7 @@ pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05
|
|
146
137
|
pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png,sha256=AAq9De5X-Qf_KPKZlHgaBk0nlSsc7Y3wra72L7vzvjs,326972
|
147
138
|
pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png,sha256=tLM_fX53WHDL3bALqvTugOsq_v-CcwaLQpJ0325gewE,347024
|
148
139
|
pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png,sha256=h0VE0ybRygOToKYnRplTwXcQlK4H7AzCySO7YEfkKuc,174761
|
149
|
-
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store,sha256=YddwojkKcSQuxToj6KJLUAjVIaKe8W-azzKHfQFdpME,6148
|
150
140
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md,sha256=neHM4S3NSr7S4Nzv008P6r5H0smHjGW4YcXCDCmQuWg,19545
|
151
|
-
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
152
141
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png,sha256=7twshXV74tnBr5RWugLZCgijyOl55_ETIraH_X6DLv8,961218
|
153
142
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png,sha256=8lfyO8prtahjTqqT4Uk3HSICipBpf1ly2bXp00csRb8,314990
|
154
143
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png,sha256=Ri4xBHuYzsMrOpoq48-3UkfQNLm9coJxLT_LJGNIU80,745535
|
@@ -240,8 +229,8 @@ pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-P
|
|
240
229
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
241
230
|
pyegeria/valid_metadata_omvs.py,sha256=cCt5CCLv6BdzCu90n68r_PkG_PEQJjrtwCxio7K6yko,65034
|
242
231
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
243
|
-
pyegeria-5.3.3.
|
244
|
-
pyegeria-5.3.3.
|
245
|
-
pyegeria-5.3.3.
|
246
|
-
pyegeria-5.3.3.
|
247
|
-
pyegeria-5.3.3.
|
232
|
+
pyegeria-5.3.3.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
233
|
+
pyegeria-5.3.3.4.dist-info/METADATA,sha256=MV2Nke6HQ2UtFjyHef2GiKZ8GUvPRAZArOJYPSNW6Xw,2672
|
234
|
+
pyegeria-5.3.3.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
235
|
+
pyegeria-5.3.3.4.dist-info/entry_points.txt,sha256=sqVSCsr2oVnXtKTgRs5_F9OjbtexhmaXE330sO8V9bk,5873
|
236
|
+
pyegeria-5.3.3.4.dist-info/RECORD,,
|
pyegeria/.DS_Store
DELETED
Binary file
|
pyegeria/commands/.DS_Store
DELETED
Binary file
|
pyegeria/commands/doc/.DS_Store
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|