pyegeria 0.7.33__py3-none-any.whl → 0.7.34__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.
@@ -991,8 +991,9 @@ def gov_eng_status(ctx, list):
991
991
  )
992
992
  @click.option(
993
993
  "--compressed",
994
- type=bool,
995
- default=True,
994
+ is_flag=True,
995
+ default=False,
996
+ show_default=True,
996
997
  help="Compressed combines some attributes into a single column",
997
998
  )
998
999
  @click.pass_context
@@ -284,12 +284,17 @@ def gov_eng_status(ctx, list):
284
284
  @engine_host.command("activity")
285
285
  @click.option(
286
286
  "--compressed",
287
- type=bool,
288
- default=True,
287
+ is_flag=True,
288
+ default=False,
289
+ show_default=True,
289
290
  help="Compressed combines some attributes into a single column",
290
291
  )
291
292
  @click.option(
292
- "--list", is_flag=True, default=False, help="If True, a paged list will be shown"
293
+ "--list",
294
+ is_flag=True,
295
+ default=False,
296
+ show_default=True,
297
+ help="If True, a paged list will be shown",
293
298
  )
294
299
  @click.pass_context
295
300
  def eng_activity_status(ctx, list, compressed):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyegeria
3
- Version: 0.7.33
3
+ Version: 0.7.34
4
4
  Summary: A python client for Egeria
5
5
  Home-page: https://github.com/odpi/egeria-python
6
6
  License: Apache 2.0
@@ -17,10 +17,10 @@ examples/widgets/cat/list_tech_types.py,sha256=20T4v6L5qeebSsaL1nGkFMDAIsy2W3A3S
17
17
  examples/widgets/cat/list_todos.py,sha256=_Pe3h74doX_cOoe0Z5_FvZtETBk3tkw2evfRpRgai5E,6283
18
18
  examples/widgets/cat/list_user_ids.py,sha256=7JinL7rknPbGusIb8ikXKEaV1vvbuvx_WWtbmlfS_DY,5093
19
19
  examples/widgets/cli/__init__.py,sha256=6d_R0KZBNnJy9EBz9J2xvGFlx-3j_ZPqPCxKgdvYeDQ,291
20
- examples/widgets/cli/egeria.py,sha256=7XqRhtHtWq2vfH4MCNpxqnNsYEsbKIRHW7GFE2AYjkg,28017
20
+ examples/widgets/cli/egeria.py,sha256=Tg_H_7GGrZ5wrzPbNyTxISSnNQ5-2wZlRddHgvcl_oI,28044
21
21
  examples/widgets/cli/egeria_cat.py,sha256=h029HG863NFocEYiy6hCmIBGdOiLEJQx6WACNXNLUBE,11964
22
22
  examples/widgets/cli/egeria_my.py,sha256=cGehUFrJKwNQ49CQ-rEX0M-6yjviRSb9KQjAcKD7Mq4,5993
23
- examples/widgets/cli/egeria_ops.py,sha256=u0GLBbDuM7eHRdfKCyqGH3icWDclvkfofbfZoq6ObHA,11116
23
+ examples/widgets/cli/egeria_ops.py,sha256=pCP-0fpKOJ2XQ78lpw-t_VI3pytur3vAR3XykSlc_6U,11179
24
24
  examples/widgets/cli/egeria_tech.py,sha256=AA2PNDKebdDObtrmjF6BHaSuSpNVeQgB61CSX1cBvsg,10255
25
25
  examples/widgets/cli/ops_config.py,sha256=m4AfPjf-fR4EBTx8Dc2mcgrfWwAxb30YGeV-v79bg4U,1450
26
26
  examples/widgets/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ,844
@@ -89,8 +89,8 @@ pyegeria/runtime_manager_omvs.py,sha256=oSVFeG_yBGXIvQR0EClLZqTZ6C5z5ReZzwm8cce8
89
89
  pyegeria/server_operations.py,sha256=1z2wZLdrNZG6HlswY_Eh8qI1mlcjsQ59zO-AMy9XbUU,16605
90
90
  pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
91
91
  pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
92
- pyegeria-0.7.33.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
93
- pyegeria-0.7.33.dist-info/METADATA,sha256=V1KQuAsDG20QXVqHKZorKcQFFttzwaj1mMnguCPhn8Y,2818
94
- pyegeria-0.7.33.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
95
- pyegeria-0.7.33.dist-info/entry_points.txt,sha256=2pQNMVDxO5PZRFREMmI0WzZd6UhWTTK5rnylNQse6N4,3754
96
- pyegeria-0.7.33.dist-info/RECORD,,
92
+ pyegeria-0.7.34.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
93
+ pyegeria-0.7.34.dist-info/METADATA,sha256=NOHbjTcuTnu3-IIT_tw_PhPTcGGmWMC3RuHRE1SSD6A,2818
94
+ pyegeria-0.7.34.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
95
+ pyegeria-0.7.34.dist-info/entry_points.txt,sha256=2pQNMVDxO5PZRFREMmI0WzZd6UhWTTK5rnylNQse6N4,3754
96
+ pyegeria-0.7.34.dist-info/RECORD,,