pyegeria 5.4.0.10__py3-none-any.whl → 5.4.0.11__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.
@@ -368,7 +368,7 @@ def main():
368
368
 
369
369
  server = args.server if args.server is not None else app_config.egeria_view_server
370
370
  url = args.url if args.url is not None else app_config.egeria_view_server_url
371
- print(f"root path: {app_config.pyegeria_root}, config_file: {app_config.egeria_config_file}")
371
+ print(f"root path: {app_config.pyegeria_root}, config_file: {app_config.pyegeria_config_file}")
372
372
  userid = args.userid if args.userid is not None else EGERIA_USER
373
373
  user_pass = args.password if args.password is not None else EGERIA_USER_PASSWORD
374
374
  format_set_name = args.format_set
pyegeria/load_config.py CHANGED
@@ -104,6 +104,7 @@ class EnvironmentConfig(BaseModel):
104
104
  egeria_view_server_url: str = Field(default="https://localhost:9443", alias="Egeria View Server URL")
105
105
  egeria_view_server: str = Field(default="qs-view-server", alias="Egeria View Server")
106
106
  pyegeria_root: str = Field(default="/Users/dwolfson/localGit/egeria-v5-3/egeria-python", alias="Pyegeria Root")
107
+ pyegeria_config_file: str = Field(default="config.json", alias="Egeria Config File")
107
108
 
108
109
  class Config:
109
110
  populate_by_name = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.4.0.10
3
+ Version: 5.4.0.11
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance
@@ -21,7 +21,7 @@ commands/cat/list_deployed_catalogs.py,sha256=VdN6R9kRVWX-fGIgubOigvMVPzhF-hKQep
21
21
  commands/cat/list_deployed_database_schemas.py,sha256=1Qicke1R2_7Xi3Qf5sp8KJ3_reAIt0z1iaz2sG8Z0Qs,9458
22
22
  commands/cat/list_deployed_databases.py,sha256=ryrBW1CxJRfOeLP978qQwxb5oImqhIsHghtcpWeBIrw,7587
23
23
  commands/cat/list_deployed_servers.py,sha256=_xR7EaaCsxIjTphxmoCZlARoja_vQqZ881pFiEuhw-8,5719
24
- commands/cat/list_format_set.py,sha256=4gmdX-st9G9Vyv1yRbBH7Wmk-IkmGDcF3ZUqDKp3MPA,17201
24
+ commands/cat/list_format_set.py,sha256=UWFy8l_oR7SmK4Py6D5NiB8qhTh8aijibpC_gD4SGmA,17203
25
25
  commands/cat/list_glossaries.py,sha256=pKJdiRMrSBpmPv0yOWoR_CdGZP06MuxfPGwCXc-kSQw,7666
26
26
  commands/cat/list_projects.py,sha256=NzWTuepTGUEyxK-eWvuUxtBgCtNWubVwmz2eqm2UN1c,7997
27
27
  commands/cat/list_tech_type_elements.py,sha256=-9omj5en9dSP1xMSljYVHyfXsuhuE1bO2IFj_bZPhAs,6873
@@ -212,7 +212,7 @@ pyegeria/full_omag_server_config.py,sha256=CQqLCy_3DZFvJZEOcGf50HWdFaWpiAIs6z-kK
212
212
  pyegeria/glossary_browser_omvs.py,sha256=Jb2Tt2qNjnoWQNBDMdZiuQffH6nC4lKekZNEJCiW5BE,166966
213
213
  pyegeria/glossary_manager_omvs.py,sha256=vXHlBuJxUIAkSI7OKbYcspmcfxxX-L7oe5J0AiEefVI,87991
214
214
  pyegeria/governance_officer_omvs.py,sha256=14UnC-fS5LUsWzx-RuzUX_ZNVxldqvVSvZFvJDv980I,91580
215
- pyegeria/load_config.py,sha256=pGR9P_GCMkMK9ugRDiYvruX21O8XizSrioOW9ZAEm2I,22833
215
+ pyegeria/load_config.py,sha256=q_NFmBlq4DPkWQmBa1hcWG1UzyOawWd34UT8Eri5pwo,22922
216
216
  pyegeria/load_config_orig.py,sha256=lOM37vdIBcYfLQFTLP5bDuNc7vTFGBNYPfqHtWGNvA4,11624
217
217
  pyegeria/logging_configuration.py,sha256=R1pMPHb7Gm8bxRkrvgFFCpIc7cI05FyZS7aWQTErTHM,7715
218
218
  pyegeria/md_processing_helpers.py,sha256=xlQuK5eP_PJqUdy4BScQ97NyBD95jMS3EUg0wK5CsZo,2137
@@ -232,8 +232,8 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
232
232
  pyegeria/utils.py,sha256=CAh8LItgmGf5UHIYeYAOE4roHg1wuBk3zQ1lxK7lcZA,6805
233
233
  pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
234
234
  pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
235
- pyegeria-5.4.0.10.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
236
- pyegeria-5.4.0.10.dist-info/METADATA,sha256=S8OsjCjUmREYzGgeOntkN0fYaUhYmp8zv-H3I5ZR-DE,2974
237
- pyegeria-5.4.0.10.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
238
- pyegeria-5.4.0.10.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
239
- pyegeria-5.4.0.10.dist-info/RECORD,,
235
+ pyegeria-5.4.0.11.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
236
+ pyegeria-5.4.0.11.dist-info/METADATA,sha256=rcObH76ltVao6G_KiayuiSD9sv-n9tuGL3KGXRz0ve8,2974
237
+ pyegeria-5.4.0.11.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
238
+ pyegeria-5.4.0.11.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
239
+ pyegeria-5.4.0.11.dist-info/RECORD,,