hpcflow-new2 0.2.0a201__py3-none-any.whl → 0.2.0a203__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.
hpcflow/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.2.0a201"
1
+ __version__ = "0.2.0a203"
hpcflow/sdk/app.py CHANGED
@@ -3580,27 +3580,27 @@ class BaseApp(metaclass=Singleton):
3580
3580
  style_wk_name = "grey42 strike" if deleted else style
3581
3581
  style_it = "italic grey42" if (no_access or not act_js) else "italic"
3582
3582
 
3583
- all_cells: dict[str, str | Text | Padding] = {}
3584
- if "status" in columns:
3585
- if act_js:
3586
- act_js_states = set(
3587
- state_i
3588
- for js_dat in act_js.values()
3589
- for block_dat in js_dat.values()
3590
- for state_i in block_dat.values()
3591
- )
3592
- all_cells["status"] = "/".join(
3593
- js_state.rich_repr
3594
- for js_state in sorted(act_js_states, key=lambda x: x.value)
3595
- )
3596
- else:
3597
- if deleted:
3598
- txt = "deleted"
3599
- elif unloadable:
3600
- txt = "unloadable"
3583
+ all_cells: dict[str, str | Text | Padding] = {}
3584
+ if "status" in columns:
3585
+ if act_js:
3586
+ act_js_states = set(
3587
+ state_i
3588
+ for js_dat in act_js.values()
3589
+ for block_dat in js_dat.values()
3590
+ for state_i in block_dat.values()
3591
+ )
3592
+ all_cells["status"] = "/".join(
3593
+ js_state.rich_repr
3594
+ for js_state in sorted(act_js_states, key=lambda x: x.value)
3595
+ )
3601
3596
  else:
3602
- txt = "inactive"
3603
- all_cells["status"] = Text(txt, style=style_it)
3597
+ if deleted:
3598
+ txt = "deleted"
3599
+ elif unloadable:
3600
+ txt = "unloadable"
3601
+ else:
3602
+ txt = "inactive"
3603
+ all_cells["status"] = Text(txt, style=style_it)
3604
3604
 
3605
3605
  if "id" in columns:
3606
3606
  all_cells["id"] = Text(str(dat_i["local_id"]), style=style)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hpcflow-new2
3
- Version: 0.2.0a201
3
+ Version: 0.2.0a203
4
4
  Summary: Computational workflow management
5
5
  License: MPL-2.0
6
6
  Author: aplowman
@@ -1,7 +1,7 @@
1
1
  hpcflow/__init__.py,sha256=WIETuRHeOp2SqUqHUzpjQ-lk9acbYv-6aWOhZPRdlhs,64
2
2
  hpcflow/__pyinstaller/__init__.py,sha256=YOzBlPSck6slucv6lJM9K80JtsJWxXRL00cv6tRj3oc,98
3
3
  hpcflow/__pyinstaller/hook-hpcflow.py,sha256=P2b-8QdQqkSS7cJB6CB3CudUuJ9iZzTh2fQF4hNdCa4,1118
4
- hpcflow/_version.py,sha256=NJQixsSPJ1mFx1zkUL1H7Dza4yv0BowseU379jXbuhc,26
4
+ hpcflow/_version.py,sha256=QRaQGpciG-JuKR0Q9lQwgASBEwU7yTAHUCUcLTNfBSs,26
5
5
  hpcflow/app.py,sha256=gl2viVS65PbpDhUp2DARaYHFDqDWQjuoyB3ikrCNRW4,1367
6
6
  hpcflow/cli.py,sha256=G2J3D9v6MnMWOWMMWK6UEKLn_6wnV9lT_qygEBBxg-I,66
7
7
  hpcflow/data/demo_data_manifest/__init__.py,sha256=Hsq0jT8EXM13wu1MpGy5FQgyuz56ygep4VWOnulFn50,41
@@ -62,7 +62,7 @@ hpcflow/data/workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
62
62
  hpcflow/data/workflows/workflow_1.yaml,sha256=lF7Re2SVc_5gQk5AwB0gXaq-n-T5ia4su3zNQ9oMRV0,220
63
63
  hpcflow/examples.ipynb,sha256=cLKp4QsxwwMXRanDnfWY9kqsV23q6G4raOpu6IZXnMw,28553
64
64
  hpcflow/sdk/__init__.py,sha256=BEbIz8adCAX06ZmvEcquEu29PmQDvVP1I1qn_q78dYc,6289
65
- hpcflow/sdk/app.py,sha256=13tof0UtuQwNhcZFq5xM4cQFrwSm2LxXdm6ENIcYrWo,146680
65
+ hpcflow/sdk/app.py,sha256=0-OwqnY0Rua73NquizqQEep1XDQGyo3mKPOPYkmwy8I,146764
66
66
  hpcflow/sdk/cli.py,sha256=C_7Ts6TbspTZtUXlPwF37Vt-t71NABJ_2zNpZLYFPUE,45563
67
67
  hpcflow/sdk/cli_common.py,sha256=MO0TbC280JdZTLnxSV15wE7PDNx83sotpJsyAN1E2F4,10458
68
68
  hpcflow/sdk/config/__init__.py,sha256=pkufl_CXm_Kswk1x7LTavuplWjUbUCitK0AJ2E60gwM,137
@@ -215,8 +215,8 @@ hpcflow/tests/workflows/test_submission.py,sha256=SUbBUbD8C8LSulrI7aETkzP9RqED48
215
215
  hpcflow/tests/workflows/test_workflows.py,sha256=9z3rtXjA5iMOp4C0q4TkD_9kLzwourCY-obpeOtnNt0,18927
216
216
  hpcflow/tests/workflows/test_zip.py,sha256=MzEwsIAYV_1A3bD0XRo23zUwUKVzkkmNd8_cil6YdWQ,578
217
217
  hpcflow/viz_demo.ipynb,sha256=6D9uBbWK3oMfbaf93Tnv5riFPtW-2miUTWNr9kGcnd4,228913
218
- hpcflow_new2-0.2.0a201.dist-info/LICENSE,sha256=Xhxf_KsrJNJFGMogumZhXSTPhUOVHCWf7nU-TDzqg0E,16763
219
- hpcflow_new2-0.2.0a201.dist-info/METADATA,sha256=jgJcPHyP30V0HtD5X_-ZLhnVri_Sar3kE19LR7xLO7M,2447
220
- hpcflow_new2-0.2.0a201.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
221
- hpcflow_new2-0.2.0a201.dist-info/entry_points.txt,sha256=aoGtCnFdfPcXfBdu2zZyMOJoz6fPgdR0elqsgrE-USU,106
222
- hpcflow_new2-0.2.0a201.dist-info/RECORD,,
218
+ hpcflow_new2-0.2.0a203.dist-info/LICENSE,sha256=Xhxf_KsrJNJFGMogumZhXSTPhUOVHCWf7nU-TDzqg0E,16763
219
+ hpcflow_new2-0.2.0a203.dist-info/METADATA,sha256=46sVTyiEINQQsLIqMfIoukuik3ramyJPWHCahjSeVc0,2447
220
+ hpcflow_new2-0.2.0a203.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
221
+ hpcflow_new2-0.2.0a203.dist-info/entry_points.txt,sha256=aoGtCnFdfPcXfBdu2zZyMOJoz6fPgdR0elqsgrE-USU,106
222
+ hpcflow_new2-0.2.0a203.dist-info/RECORD,,