pyegeria 5.3.2__py3-none-any.whl → 5.3.3__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/.DS_Store +0 -0
- pyegeria/classification_manager_omvs.py +4 -4
- pyegeria/commands/.DS_Store +0 -0
- pyegeria/commands/cli/egeria.py +200 -65
- pyegeria/commands/cli/egeria_tech.py +249 -139
- 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/commands/tech/{list_elements.py → list_all_om_type_elements.py} +1 -1
- pyegeria/commands/tech/{list_elements_x.py → list_all_om_type_elements_x.py} +1 -1
- pyegeria/commands/tech/list_elements_by_classification_by_property_value.py +186 -0
- pyegeria/commands/tech/list_elements_by_property_value.py +175 -0
- pyegeria/commands/tech/list_elements_by_property_value_x.py +196 -0
- pyegeria/commands/tech/list_related_elements_with_prop_value.py +207 -0
- pyegeria/valid_metadata_omvs.py +1 -1
- {pyegeria-5.3.2.dist-info → pyegeria-5.3.3.dist-info}/METADATA +1 -1
- {pyegeria-5.3.2.dist-info → pyegeria-5.3.3.dist-info}/RECORD +27 -12
- {pyegeria-5.3.2.dist-info → pyegeria-5.3.3.dist-info}/entry_points.txt +7 -2
- /pyegeria/commands/tech/{list_related_elements.py → list_all_related_elements.py} +0 -0
- {pyegeria-5.3.2.dist-info → pyegeria-5.3.3.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.2.dist-info → pyegeria-5.3.3.dist-info}/WHEEL +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
pyegeria/.DS_Store,sha256=NXvKqE04FGJAyq25tRApO9AJj14vF1vzFC-R0JjEWhc,6148
|
1
2
|
pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
|
2
3
|
pyegeria/__init__.py,sha256=CA9NbkkmpBlmkJWkVVKKHqIoGa9c3BMBeMHaM1ZXKe4,21947
|
3
4
|
pyegeria/_client.py,sha256=9yZfSyLJqq5ORlM7NzeaozXjPX0i9YsfD2Ue3mN9Y9Q,30811
|
@@ -7,8 +8,9 @@ pyegeria/_globals.py,sha256=1Uc8392wjbiVN5L__RzxC1-U97RMXj77_iUsMSgeAjQ,638
|
|
7
8
|
pyegeria/_validators.py,sha256=rnZelHJnjHaLZ8UhUTDyB59MfIUJifhALtkYoHBaos4,12736
|
8
9
|
pyegeria/asset_catalog_omvs.py,sha256=OqZYjf5RBwuTbYvu43CL100VCNqYuXHDog2jc6sOBtA,25580
|
9
10
|
pyegeria/automated_curation_omvs.py,sha256=fFZef1GeUNBSFIC8QltpzkQs_W5OD0xVYW1TzW07UWc,130239
|
10
|
-
pyegeria/classification_manager_omvs.py,sha256=
|
11
|
+
pyegeria/classification_manager_omvs.py,sha256=rHkcpzPeQqH1XmlbXnWtAJeG6mVMIL_N9ZGn13kR30U,187155
|
11
12
|
pyegeria/collection_manager_omvs.py,sha256=Zl3clg29bORkfBDunklgna0cIceF278njqzDW9pUJwk,101697
|
13
|
+
pyegeria/commands/.DS_Store,sha256=9m3ajPPW2e7MhodsfTR2-KL9opdeTap-MlUAb3x9aR4,8196
|
12
14
|
pyegeria/commands/README.md,sha256=hJdOWhZ5eCfwTkY4Tx6De6Y1XVo7cbaddQEvjqppvls,2036
|
13
15
|
pyegeria/commands/__init__.py,sha256=IBYAvBbuGneZ06YSFjZsU-Zxx-b-Qo4ZV_Vd4zz4AI0,844
|
14
16
|
pyegeria/commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
|
@@ -35,20 +37,25 @@ pyegeria/commands/cat/list_terms.py,sha256=pHNR_5na1tS_6Yj4T0rA4kaT1lOtd1fMw6Z3k
|
|
35
37
|
pyegeria/commands/cat/list_todos.py,sha256=I1b8kJJnekWEm3NpwiLStxr50no7KTUfDrI6pBExzA8,6549
|
36
38
|
pyegeria/commands/cat/list_user_ids.py,sha256=7TmksDy7rV0HTpn2nFKwLKf4Hq3s80GoR3_SmPhL_Hc,5100
|
37
39
|
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
38
|
-
pyegeria/commands/cli/egeria.py,sha256=
|
40
|
+
pyegeria/commands/cli/egeria.py,sha256=EbmaPm4HnZzuh1gCO8rxjaGOjUfxnQmZiUAZORIljYw,49451
|
39
41
|
pyegeria/commands/cli/egeria_cat.py,sha256=P6pd17KvldSYCWJJAu56_DX90NOBFuQBireZ0gCuPB4,16017
|
40
42
|
pyegeria/commands/cli/egeria_login_tui.py,sha256=Mbdf2IqxMqm_jOeHqsGvrKQAFxerfkYEgdBlA1gX-ks,9487
|
41
43
|
pyegeria/commands/cli/egeria_my.py,sha256=ncLN1DM_P7A0N2J96lET64t4fW21ifpDr8S6yI2lZHQ,6389
|
42
44
|
pyegeria/commands/cli/egeria_ops.py,sha256=ff_935fAuF1I2zfu4Y8hjk9WTmbJXFMddvYqldvUFS0,12828
|
43
|
-
pyegeria/commands/cli/egeria_tech.py,sha256=
|
45
|
+
pyegeria/commands/cli/egeria_tech.py,sha256=hCo7_qNn65U5I3THj__CmbEONwyaflo3kLRf5tyZ6kA,18941
|
44
46
|
pyegeria/commands/cli/ops_config.py,sha256=4ShMgVl2eJoQLqJTK4npAdeAeJuq3FE6qsqngXYON74,1331
|
45
47
|
pyegeria/commands/cli/txt_custom_v2.tcss,sha256=ixkzpFyTZ5i3byFO9EmEAeJgzbEa7nZb_3iTgxNtVPk,232
|
48
|
+
pyegeria/commands/doc/.DS_Store,sha256=o8grXspPw9gdVWRFjZAhnydbdtkzpNBvsC_UQJ_YGYw,10244
|
46
49
|
pyegeria/commands/doc/README.md,sha256=3TDtLjanw5Sn5fhw0apsYv2HS2Hd7NSdjLu3qTwwXBg,13941
|
50
|
+
pyegeria/commands/doc/Visual Command Reference/.DS_Store,sha256=W5AtaSlvKv-H-jko3CB6eWSkgKC_uwwjH5fgt7pN2vg,6148
|
47
51
|
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
|
48
54
|
pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png,sha256=gL7LDmS0OUeDmmmz6ayZL7qbriaos6ryct-2T0D7CIM,769210
|
49
55
|
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
|
50
56
|
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
|
51
57
|
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
|
52
59
|
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
|
53
60
|
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
|
54
61
|
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
|
@@ -102,7 +109,9 @@ pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_ty
|
|
102
109
|
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
|
103
110
|
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
|
104
111
|
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
|
105
113
|
pyegeria/commands/doc/glossary/basic-glossary-tui.md,sha256=2HoFDMCbIZuh4sBA1xRuu7qHQPyGwWS-JNUm5XNZ8JE,5880
|
114
|
+
pyegeria/commands/doc/glossary/images/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
106
115
|
pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png,sha256=rppVqEwN1ZrSMzyXnsYqDl7fnPs0zTlE7PMmX4VUbQI,203332
|
107
116
|
pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png,sha256=tV0h6i1eRAbvAzye8iuWt0eJ14y1Crk9DovaJLGJCSA,299425
|
108
117
|
pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png,sha256=i_SJAW_CeM0fNfZ3fLrZAKdrE9LHG1zHHui86pejlkg,22826
|
@@ -137,7 +146,9 @@ pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05
|
|
137
146
|
pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png,sha256=AAq9De5X-Qf_KPKZlHgaBk0nlSsc7Y3wra72L7vzvjs,326972
|
138
147
|
pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png,sha256=tLM_fX53WHDL3bALqvTugOsq_v-CcwaLQpJ0325gewE,347024
|
139
148
|
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
|
140
150
|
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
|
141
152
|
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
|
142
153
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png,sha256=8lfyO8prtahjTqqT4Uk3HSICipBpf1ly2bXp00csRb8,314990
|
143
154
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png,sha256=Ri4xBHuYzsMrOpoq48-3UkfQNLm9coJxLT_LJGNIU80,745535
|
@@ -187,14 +198,18 @@ pyegeria/commands/tech/get_element_info.py,sha256=PM63y00TVy1RXBMqNdvaR_xxvfknuO
|
|
187
198
|
pyegeria/commands/tech/get_guid_info.py,sha256=OplbQUNYUTYKh6-hbCX0b8ZLhd4x4dXDzR7NOJdI93A,4289
|
188
199
|
pyegeria/commands/tech/get_tech_details.py,sha256=2PQ4wa-cspMCZFKcIspY_XOLHEjsv-TI9833F-pYr0c,6379
|
189
200
|
pyegeria/commands/tech/get_tech_type_template.py,sha256=AVogQHaAqLX9wIXmtEAvg4JH4NhdhODyM_Gs12mpQQ4,6239
|
201
|
+
pyegeria/commands/tech/list_all_om_type_elements.py,sha256=MzxQKWfs7iC8tHh7tjbUH_xsQSmqzUQjMk_KV-T13Rg,5990
|
202
|
+
pyegeria/commands/tech/list_all_om_type_elements_x.py,sha256=u1KXLROPiic--5VZW0kGQeVcnoshLO7emLy3LmlOrds,6570
|
203
|
+
pyegeria/commands/tech/list_all_related_elements.py,sha256=Qpt5xS0wxvm4W5N82mq3GbVSduPxqF_nMhlvYPHewIk,7762
|
190
204
|
pyegeria/commands/tech/list_anchored_elements.py,sha256=0VI94D5CjAJY6LvAoqTUIzJayBNS6rBzT_5TTkxg3YA,7562
|
191
205
|
pyegeria/commands/tech/list_asset_types.py,sha256=SsNDAitUtwq0IF3jvUiaDBK7kcY7v1ACkHsBF-Y5M-U,4169
|
192
|
-
pyegeria/commands/tech/
|
206
|
+
pyegeria/commands/tech/list_elements_by_classification_by_property_value.py,sha256=izngpc6HdzIganhAx0uxC1-ft8j7usqRAz19iku9i2c,7136
|
207
|
+
pyegeria/commands/tech/list_elements_by_property_value.py,sha256=5N_f63qaMQhvMhdXPmAUjkhXb14Y0RYPo2uPPWYyq5o,6577
|
208
|
+
pyegeria/commands/tech/list_elements_by_property_value_x.py,sha256=NEI-JncszvDL1m8Ypmk1xWIvg6ctLWrVq1x9cEoGVAA,7064
|
193
209
|
pyegeria/commands/tech/list_elements_for_classification.py,sha256=k7_qfH_i_EQrC1_7vI0GW_mo0EI4JFxQLkoVHb1il6Q,6201
|
194
|
-
pyegeria/commands/tech/list_elements_x.py,sha256=p4RGQa-f8wWYnzPZFPKf3ZBduzNVnMsRlmJtVZxD2WQ,6621
|
195
210
|
pyegeria/commands/tech/list_gov_action_processes.py,sha256=NaoZ3t5n1uXcLI0OdUAgMTuzDrEkptY9w7uQeZ4KZP8,4587
|
196
211
|
pyegeria/commands/tech/list_registered_services.py,sha256=fNh21Acd5bCbOQmxpDMOH6QNT5GkiGPLZpadbzIA8F8,6541
|
197
|
-
pyegeria/commands/tech/
|
212
|
+
pyegeria/commands/tech/list_related_elements_with_prop_value.py,sha256=JJLdPdYNydw_mz6dDVEPqljV4bFmuKwooRsUwoR4FQU,8146
|
198
213
|
pyegeria/commands/tech/list_related_specification.py,sha256=aMUZBiQcTMaNTvSgGUsRjqvqhmebP9iO0eAlbJsDWBk,5925
|
199
214
|
pyegeria/commands/tech/list_relationship_types.py,sha256=VgErUNsCKZ77wyg56U0v1fIUqC0MxHE_qi9A2b2csWo,5791
|
200
215
|
pyegeria/commands/tech/list_relationships.py,sha256=lKZBQleZRK9qDCAUOExejl5gtYb0XyXygTgIcbW5Igk,5933
|
@@ -223,10 +238,10 @@ pyegeria/runtime_manager_omvs.py,sha256=ygrY5I_oSoJQun05W7wSNbZT_nOtPp_BkIKKFCLF
|
|
223
238
|
pyegeria/server_operations.py,sha256=PfH0wvWCOr43ezJAAXj7VEUdT0x_oTrfr0dzzQvcQk4,16766
|
224
239
|
pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-PjPqM,42425
|
225
240
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
226
|
-
pyegeria/valid_metadata_omvs.py,sha256=
|
241
|
+
pyegeria/valid_metadata_omvs.py,sha256=cCt5CCLv6BdzCu90n68r_PkG_PEQJjrtwCxio7K6yko,65034
|
227
242
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
228
|
-
pyegeria-5.3.
|
229
|
-
pyegeria-5.3.
|
230
|
-
pyegeria-5.3.
|
231
|
-
pyegeria-5.3.
|
232
|
-
pyegeria-5.3.
|
243
|
+
pyegeria-5.3.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
244
|
+
pyegeria-5.3.3.dist-info/METADATA,sha256=Jka_GHJhgfHrAbjoIrzm-yoVQ_IKDUDxYpCtILsblhw,2670
|
245
|
+
pyegeria-5.3.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
246
|
+
pyegeria-5.3.3.dist-info/entry_points.txt,sha256=sqVSCsr2oVnXtKTgRs5_F9OjbtexhmaXE330sO8V9bk,5873
|
247
|
+
pyegeria-5.3.3.dist-info/RECORD,,
|
@@ -22,6 +22,7 @@ hey_egeria_cat=pyegeria.commands.cli.egeria_cat:cli
|
|
22
22
|
hey_egeria_my=pyegeria.commands.cli.egeria_my:cli
|
23
23
|
hey_egeria_ops=pyegeria.commands.cli.egeria_ops:cli
|
24
24
|
hey_egeria_tech=pyegeria.commands.cli.egeria_tech:cli
|
25
|
+
list_all_related_elements=pyegeria.commands.tech.list_all_related_elements:main
|
25
26
|
list_anchored_elements=pyegeria.commands.tech.list_anchored_elements:main
|
26
27
|
list_archives=pyegeria.commands.ops.list_archives:main
|
27
28
|
list_asset_types=pyegeria.commands.tech.list_asset_types:main
|
@@ -33,8 +34,12 @@ list_deployed_catalogs=pyegeria.commands.cat.list_deployed_catalogs:main
|
|
33
34
|
list_deployed_databases=pyegeria.commands.cat.list_deployed_databases:main
|
34
35
|
list_deployed_schemas=pyegeria.commands.cat.list_deployed_database_schemas:main
|
35
36
|
list_deployed_servers=pyegeria.commands.cat.list_servers_deployed_imp.py:main
|
36
|
-
list_elements=pyegeria.commands.tech.
|
37
|
+
list_elements=pyegeria.commands.tech.list_all_om_type_elements:main
|
38
|
+
list_elements_by_classification_by_prop_value=pyegeria.commands.tech.list_elements_by_classification_by_property_value:main
|
39
|
+
list_elements_by_prop_value=pyegeria.commands.tech.list_elements_by_property_value:main
|
40
|
+
list_elements_by_prop_value_x=pyegeria.commands.tech.list_elements_by_property_value_x:main
|
37
41
|
list_elements_for_classification=pyegeria.commands.tech.list_elements_for_classification:main
|
42
|
+
list_elements_x=pyegeria.commands.tech.list_all_om_type_elements_x:main
|
38
43
|
list_engine_activity=pyegeria.commands.ops.monitor_engine_activity:main_paging
|
39
44
|
list_engine_activity_compressed=pyegeria.commands.ops.monitor_engine_activity_c:main_paging
|
40
45
|
list_glossaries=pyegeria.commands.cat.list_glossaries:main
|
@@ -45,7 +50,7 @@ list_my_profile=pyegeria.commands.my.list_my_profile:main
|
|
45
50
|
list_my_roles=pyegeria.commands.my.list_my_roles:main
|
46
51
|
list_projects=pyegeria.commands.cat.list_projects:main
|
47
52
|
list_registered_services=pyegeria.commands.tech.list_registered_services:main
|
48
|
-
|
53
|
+
list_related_elements_with_prop_value=pyegeria.commands.tech.list_related_elements_with_prop_value:main
|
49
54
|
list_related_specification=pyegeria.commands.tech.list_related_specification:main
|
50
55
|
list_relationship_types=pyegeria.commands.tech.list_relationship_types:main
|
51
56
|
list_relationships=pyegeria.commands.tech.list_relationships:main
|
File without changes
|
File without changes
|
File without changes
|