pyegeria 5.3.3.15__py3-none-any.whl → 5.3.4.1__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.
@@ -378,7 +378,7 @@ def show_tech_type(ctx):
378
378
  def show_elements(ctx):
379
379
  """Show information about Egeria elements"""
380
380
 
381
- @show.group("supply-chains")
381
+ @show_tech.group("supply-chains")
382
382
  @click.pass_context
383
383
  def show_supply_chains(ctx):
384
384
  """Show information about Information Supply Chainss"""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyegeria
3
- Version: 5.3.3.15
3
+ Version: 5.3.4.1
4
4
  Summary: A python client for Egeria
5
5
  License: Apache 2.0
6
6
  Keywords: egeria,metadata,governance
@@ -36,7 +36,7 @@ pyegeria/commands/cat/list_terms.py,sha256=u50u13_tzL4wrky0zEFyqGIRn0ZTEAzKH2i-q
36
36
  pyegeria/commands/cat/list_todos.py,sha256=I1b8kJJnekWEm3NpwiLStxr50no7KTUfDrI6pBExzA8,6549
37
37
  pyegeria/commands/cat/list_user_ids.py,sha256=7TmksDy7rV0HTpn2nFKwLKf4Hq3s80GoR3_SmPhL_Hc,5100
38
38
  pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
39
- pyegeria/commands/cli/egeria.py,sha256=Vn2hNStiP_Qh3Ec-DjJIhzi5WxoVgWnAxvUZdLhDQ9c,51585
39
+ pyegeria/commands/cli/egeria.py,sha256=ceknF5fj1HqsnozooYVcDQOmVVXadPlvZMpXpn51Qzw,51590
40
40
  pyegeria/commands/cli/egeria_cat.py,sha256=P6pd17KvldSYCWJJAu56_DX90NOBFuQBireZ0gCuPB4,16017
41
41
  pyegeria/commands/cli/egeria_login_tui.py,sha256=Mbdf2IqxMqm_jOeHqsGvrKQAFxerfkYEgdBlA1gX-ks,9487
42
42
  pyegeria/commands/cli/egeria_my.py,sha256=ncLN1DM_P7A0N2J96lET64t4fW21ifpDr8S6yI2lZHQ,6389
@@ -430,8 +430,8 @@ pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-P
430
430
  pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
431
431
  pyegeria/valid_metadata_omvs.py,sha256=cCt5CCLv6BdzCu90n68r_PkG_PEQJjrtwCxio7K6yko,65034
432
432
  pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
433
- pyegeria-5.3.3.15.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
434
- pyegeria-5.3.3.15.dist-info/METADATA,sha256=T27b46QVuWWpmoBT0_0CYY_V9M7e1q3bOB3NpQjIA-4,2736
435
- pyegeria-5.3.3.15.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
436
- pyegeria-5.3.3.15.dist-info/entry_points.txt,sha256=P_6w8UrhDvQSMw167amySY4uIRT75DFXdzyKaR9znao,6230
437
- pyegeria-5.3.3.15.dist-info/RECORD,,
433
+ pyegeria-5.3.4.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
434
+ pyegeria-5.3.4.1.dist-info/METADATA,sha256=WUeb8V2P1QSHXXlU5mmr2GAp-cz_xQdOeSn0ssI3hYM,2735
435
+ pyegeria-5.3.4.1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
436
+ pyegeria-5.3.4.1.dist-info/entry_points.txt,sha256=YI9GDJV28OROUSM9bpkdevNvpDpqSw6EBAMM_uMyrVo,6229
437
+ pyegeria-5.3.4.1.dist-info/RECORD,,
@@ -58,7 +58,7 @@ list_relationship_types=pyegeria.commands.tech.list_relationship_types:main
58
58
  list_relationships=pyegeria.commands.tech.list_relationships:main
59
59
  list_solution_blueprints=pyegeria.commands.tech.list_solution_blueprints:main
60
60
  list_solution_components=pyegeria.commands.tech.list_solution_components:main
61
- list_solution_roless=pyegeria.commands.tech.list_solution_roles:main
61
+ list_solution_roles=pyegeria.commands.tech.list_solution_roles:main
62
62
  list_tech_templates=pyegeria.commands.tech.list_tech_templates:main
63
63
  list_tech_type_elements=pyegeria.commands.cat.list_tech_type_elements:main
64
64
  list_tech_types=pyegeria.commands.cat.list_tech_types:main