pyegeria 5.4.0.dev7__py3-none-any.whl → 5.4.0.dev9__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.
@@ -2588,8 +2588,8 @@ r replace_all_properties: bool, default = False
2588
2588
  }
2589
2589
 
2590
2590
  """
2591
- if filter == "*":
2592
- filter = None
2591
+ if body['filter'] == "*":
2592
+ body['filter'] = None
2593
2593
  starts_with_s = str(starts_with).lower()
2594
2594
  ends_with_s = str(ends_with).lower()
2595
2595
  ignore_case_s = str(ignore_case).lower()
@@ -1147,7 +1147,7 @@ class GlossaryManager(GlossaryBrowser):
1147
1147
  Identity of the glossary to export.
1148
1148
  target_file: str
1149
1149
  Complete file name with path and extension to export to.
1150
- file_path: str, default is EGERIA_GLOSSARY_PATH if specified or None
1150
+ input_file: str, default is EGERIA_GLOSSARY_PATH if specified or None
1151
1151
  If EGERIA_GLOSSARY_PATH environment variable is set, then it will be used in forming the
1152
1152
  prepended to the filename parameter to form the full path to the file.
1153
1153
 
@@ -1221,7 +1221,7 @@ class GlossaryManager(GlossaryBrowser):
1221
1221
  Identity of the glossary to export.
1222
1222
  target_file: str
1223
1223
  Complete file name with path and extension to export to.
1224
- file_path: str, default is EGERIA_GLOSSARY_PATH if specified or None
1224
+ input_file: str, default is EGERIA_GLOSSARY_PATH if specified or None
1225
1225
  If EGERIA_GLOSSARY_PATH environment variable is set, then it will be used in forming the
1226
1226
  prepended to the filename parameter to form the full path to the file.
1227
1227
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.4.0.dev7
3
+ Version: 5.4.0.dev9
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance
@@ -1,16 +1,17 @@
1
1
  commands/cat/Dr-Egeria_md-orig.py,sha256=ZX20BvRo0fIFisvy5Z-VJDLVyKbQoud89-CUV2S66tU,7336
2
2
  commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
3
3
  commands/cat/__init__.py,sha256=Ps4MxYlYN-ZX1qaSTFwnqgDZTaqUkN35JTOpZ1TBD1Q,451
4
+ commands/cat/debug_log,sha256=LNSyL3OahuiZIiJDowyjHZj_O4Z0y4TVB8BSBRlsaNg,311781
4
5
  commands/cat/dr_egeria_command_help.py,sha256=RIxLNIva3_8ofWG_q-tvuIwHY8OZzoOxu6T8CdYZDdU,11101
5
6
  commands/cat/dr_egeria_jupyter.py,sha256=rfLVV_84Q8Pqcq1flmijKvZ7sEZFy7JAcAP_NAbb46Y,5656
6
- commands/cat/dr_egeria_md.py,sha256=N7vrQN_oOq-R6PajbQ_7fdsk0aXW5-QQJd5IfqoKkPw,16700
7
+ commands/cat/dr_egeria_md.py,sha256=RKLvbcg3Pr9MQbS9gLALBx_7QN1Ga7mcICJoyeTeT08,16714
7
8
  commands/cat/exp_list_glossaries.py,sha256=dC6Bnfm3YSMTKPP146qeslIFRiZnGu5b7iDYE07p4iU,5817
8
9
  commands/cat/get_asset_graph.py,sha256=xnXJfpDTVH1TJ2TwE3dtjaXU36Di6-N6JAyhothzz2o,12461
9
10
  commands/cat/get_collection.py,sha256=kXPcP8u-SMWfrVyyBhNoxG8mcgB7EV_5i9N9w_IBU7o,5379
10
11
  commands/cat/get_project_dependencies.py,sha256=XwstxuDxDDuP2uN1oJi0PTDZVLbqgcc_3lxh_prBZvY,5987
11
12
  commands/cat/get_project_structure.py,sha256=5uxWMqNve592OT73GRCO2KoBkgLWRNuQv_emWpS-Fw8,5975
12
13
  commands/cat/get_tech_type_elements.py,sha256=IznytHXwDOFriGM6mypV9wuEeM-vT2s66cUzf-IROog,6147
13
- commands/cat/glossary_actions.py,sha256=zK26fNiv-lpWUP8tHC3wTmdQ6L0_XxlmuNGUyrnSclc,19606
14
+ commands/cat/glossary_actions.py,sha256=D-jeQ3YnsC7fYbMtUwlXLokvZygLNM1ITxfa-jxy1Ks,19608
14
15
  commands/cat/list_assets.py,sha256=CdJ2coKvvQv2VwJO0Sp9Eg9Fu_uvpC21tgjrdtT9Yz4,6315
15
16
  commands/cat/list_categories.py,sha256=DTKE3yrt3N2EIjCGscxrz-pSREqmch7aFqsVFm-3u7o,7841
16
17
  commands/cat/list_cert_types.py,sha256=HmrTks0SSYgSMsYz3LqfX5kwDQ6D9KMcynoR_xlWtnE,7137
@@ -95,19 +96,21 @@ commands/tech/list_valid_metadata_values.py,sha256=_zgOdq2N6s7GjLd8iEc5xVfplKfOn
95
96
  commands/tech/table_tech_templates.py,sha256=jI1c9YKa3KirArMNXeCRKeaiVdwQSN-ztPqkag6jdZs,9500
96
97
  commands/tech/x_list_related_elements.py,sha256=ynaw792VnbMZ9IXBi5mmG7xBfC0kn0esKiFTsjvLGzc,5900
97
98
  md_processing/__init__.py,sha256=k9qozzeNFsjgMMcNpM1ibPqOVJCfy-3DEmi2dmSzGqM,5384
98
- md_processing/data/commands.json,sha256=3C270a_qc3dkY4SdDnS9xpJHtSHmWyVt7reqbs_oz0Q,285633
99
+ md_processing/data/commands.json,sha256=p_Deuw1vS5cxunzACi2zKOrunBTp4aJ9g2LCyP-YbsI,322163
99
100
  md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb,sha256=dbzNu90fCKNohOWVSRBOB1GLyd95x8Qw51I5AkaPtso,11552
100
101
  md_processing/md_commands/__init__.py,sha256=ssEojzFlSYtY2bHqqOoKo8PFaANZ_kq_gIbtlXnuc2s,93
101
- md_processing/md_commands/data_designer_commands.py,sha256=rvB2_OBuO5YqL5jYRxriISYfsLzUIMiYwNCGzMrQtPw,86024
102
+ md_processing/md_commands/data_designer_commands.py,sha256=dRMZZbCxzg1wZY6bJfmo5LgG5z42fFpK-CbmEvGcMh0,87249
102
103
  md_processing/md_commands/glossary_commands.py,sha256=QqcWSk2pXB6VWiqy75Hvzme79U10scbwm1i4sX4-9jg,53376
103
104
  md_processing/md_commands/project_commands.py,sha256=d4kF-ldz6vqZy50ajxWLoupZs4wJvBShJScDqfH8O4U,8050
104
105
  md_processing/md_commands/solution_architect_commands.py,sha256=XOLmlySS3cuqV8r2AcTuuPrt5kctKQrR-1sfspqx0yY,51000
105
106
  md_processing/md_processing_utils/__init__.py,sha256=LxAmxlcji26ziKV4gGar01d95gL9vgToRIeJW8N-Ifs,80
106
107
  md_processing/md_processing_utils/common_md_proc_utils.py,sha256=ZBATa8Ni_q3WJs755SaOttSoTN9epJ5pgvEjWXG7_MI,42295
107
108
  md_processing/md_processing_utils/common_md_utils.py,sha256=GQ4FKJ3n_NckFgoGwE7FIlmYqaWClaFJ-1aK3PxiPy8,5850
109
+ md_processing/md_processing_utils/debug_log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
108
110
  md_processing/md_processing_utils/extraction_utils.py,sha256=780oJsXvW50kX2d64FQIwJQTigQuNiLVRitAEzComQM,20066
109
111
  md_processing/md_processing_utils/generate_dr_help.py,sha256=0FP8hJ5hKGi0L9HaQlQGN1NNBJVpqRHV_5p3YUbR_lk,5802
110
112
  md_processing/md_processing_utils/generate_md_templates.py,sha256=DMnMQ7_LbmQCS8aG-ppHGTu25obOSn4ZzSg7V21k9jo,3547
113
+ md_processing/md_processing_utils/generated_help_terms.md,sha256=9-Qt2_reHLXMb6H1VHtPPQME4_riEgr0CL1yYYwNSFc,35503
111
114
  md_processing/md_processing_utils/md_processing_constants.py,sha256=SAgipsb93iQ387Kl8E4bERBfIYhAF2nDwV2ui2gPUBs,6854
112
115
  md_processing/md_processing_utils/message_constants.py,sha256=UBf18obM83umM6zplR7ychre4xLRbBnTzidHDZ2gNvM,548
113
116
  pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
@@ -123,7 +126,7 @@ pyegeria/classification_manager_omvs.py,sha256=EBWjdx_C999bRu2-INL8RZxZ-wz92mzVq
123
126
  pyegeria/collection_manager_omvs.py,sha256=GCiItk_zO206gaR5Dj3Q-5zJ5corymZhjNjEaUFzIB4,130729
124
127
  pyegeria/core_omag_server_config.py,sha256=pNQpocICkZx8sRsTw5DPUe-TFyxlIo1U88qqgci_f7I,97764
125
128
  pyegeria/create_tech_guid_lists.py,sha256=hf5q8Xrdsz-bqeIW3yTORZ1XB6_BrKzLDWWwC_bNG2g,4811
126
- pyegeria/data_designer_omvs.py,sha256=q4NC6Sbf9rQvbMMCOSTJZPx9KQSqU5QstYfaJKWrOB0,202519
129
+ pyegeria/data_designer_omvs.py,sha256=ularpYC7X133UXSyeVrE972io9M9yssJRf1aTflsQTY,202535
127
130
  pyegeria/dr.egeria spec.md,sha256=QC_z3EqJ0WW18NYQFW_AtqO4SMWH5MJNVmM--54VzX4,959
128
131
  pyegeria/egeria_cat_client.py,sha256=d8dQNPLzL4efi99OJfH1T-Rt1N0k9Rf9LX8LpuhiFls,2179
129
132
  pyegeria/egeria_client.py,sha256=egGv41eb94P_lWIQ54I_90WT_IukJ_J6ZLOYCHpx2js,4676
@@ -133,7 +136,7 @@ pyegeria/egeria_tech_client.py,sha256=FedfavxepFvy6IMSo1YBHh4F_Ahid8uoUsHoSbq9yw
133
136
  pyegeria/feedback_manager_omvs.py,sha256=0xBs0p54vmdfVYYgQ8pOanLC4fxfgTk1Z61Y6D1U7_I,152978
134
137
  pyegeria/full_omag_server_config.py,sha256=CQqLCy_3DZFvJZEOcGf50HWdFaWpiAIs6z-kKyjvpDA,47464
135
138
  pyegeria/glossary_browser_omvs.py,sha256=Jb2Tt2qNjnoWQNBDMdZiuQffH6nC4lKekZNEJCiW5BE,166966
136
- pyegeria/glossary_manager_omvs.py,sha256=aGYZFuzWrPmPLLNwkNpV7-FsalqwDR7gyBzgdubnM04,87989
139
+ pyegeria/glossary_manager_omvs.py,sha256=vXHlBuJxUIAkSI7OKbYcspmcfxxX-L7oe5J0AiEefVI,87991
137
140
  pyegeria/governance_officer_omvs.py,sha256=4vPDK7PjPvm81jRaCNvOzvqMe88Q0g7Qc2e6-tbw8lg,86333
138
141
  pyegeria/m_test.py,sha256=M5-M2ZczsAJLXWfSeqTTADHdx6Ku-y4PbQ4M21JthAE,7778
139
142
  pyegeria/md_processing_helpers.py,sha256=xlQuK5eP_PJqUdy4BScQ97NyBD95jMS3EUg0wK5CsZo,2137
@@ -153,8 +156,8 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
153
156
  pyegeria/utils.py,sha256=fhSN5yOb3-Yelwt9WpBkWRmP5u7I9Jr-M27H0dD-G14,5871
154
157
  pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
155
158
  pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
156
- pyegeria-5.4.0.dev7.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
157
- pyegeria-5.4.0.dev7.dist-info/METADATA,sha256=0watutXKV0VFRDy6wD5u-qs88Ul-rlqgZF14eOsYBQU,2799
158
- pyegeria-5.4.0.dev7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
159
- pyegeria-5.4.0.dev7.dist-info/entry_points.txt,sha256=mrQADxAkv37zeCb6z2XEX0AXjJaXirTJWfDn0BWYwPg,6303
160
- pyegeria-5.4.0.dev7.dist-info/RECORD,,
159
+ pyegeria-5.4.0.dev9.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
160
+ pyegeria-5.4.0.dev9.dist-info/METADATA,sha256=Wgl2JMdnQSTkpxKp1nwDorFLwALogUSDwI9GXkBfJIw,2799
161
+ pyegeria-5.4.0.dev9.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
162
+ pyegeria-5.4.0.dev9.dist-info/entry_points.txt,sha256=mrQADxAkv37zeCb6z2XEX0AXjJaXirTJWfDn0BWYwPg,6303
163
+ pyegeria-5.4.0.dev9.dist-info/RECORD,,