dv-flow-mgr 0.0.1.13723683880a1__py3-none-any.whl → 0.0.1.13728294020a1__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.
- dv_flow/mgr/__main__.py +1 -1
- dv_flow/mgr/task_node.py +1 -0
- {dv_flow_mgr-0.0.1.13723683880a1.dist-info → dv_flow_mgr-0.0.1.13728294020a1.dist-info}/METADATA +1 -1
- {dv_flow_mgr-0.0.1.13723683880a1.dist-info → dv_flow_mgr-0.0.1.13728294020a1.dist-info}/RECORD +8 -8
- {dv_flow_mgr-0.0.1.13723683880a1.dist-info → dv_flow_mgr-0.0.1.13728294020a1.dist-info}/LICENSE +0 -0
- {dv_flow_mgr-0.0.1.13723683880a1.dist-info → dv_flow_mgr-0.0.1.13728294020a1.dist-info}/WHEEL +0 -0
- {dv_flow_mgr-0.0.1.13723683880a1.dist-info → dv_flow_mgr-0.0.1.13728294020a1.dist-info}/entry_points.txt +0 -0
- {dv_flow_mgr-0.0.1.13723683880a1.dist-info → dv_flow_mgr-0.0.1.13728294020a1.dist-info}/top_level.txt +0 -0
dv_flow/mgr/__main__.py
CHANGED
@@ -40,7 +40,7 @@ def get_parser():
|
|
40
40
|
run_parser.add_argument("tasks", nargs='*', help="tasks to run")
|
41
41
|
run_parser.add_argument("-j",
|
42
42
|
help="Specifies degree of parallelism. Uses all cores by default",
|
43
|
-
default=-1)
|
43
|
+
type=int, default=-1)
|
44
44
|
run_parser.set_defaults(func=CmdRun())
|
45
45
|
|
46
46
|
return parser
|
dv_flow/mgr/task_node.py
CHANGED
{dv_flow_mgr-0.0.1.13723683880a1.dist-info → dv_flow_mgr-0.0.1.13728294020a1.dist-info}/RECORD
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
dv_flow/mgr/__init__.py,sha256=2iTpSe1M8g_u2UlAQFa3XFfqcw8gBOWdBvrstce1c5E,403
|
2
|
-
dv_flow/mgr/__main__.py,sha256=
|
2
|
+
dv_flow/mgr/__main__.py,sha256=PAuvUsmTjxx62e2H8kCuZWD1GDcfBL5k78IGLeRHz_o,2201
|
3
3
|
dv_flow/mgr/eval_jq.py,sha256=Ue-qkyNW6uOu2Wy8u6nrTbPPY7ujaHd0-4iki0eV3Ec,294
|
4
4
|
dv_flow/mgr/expr_eval.py,sha256=Mp0TvrV6gZWcj1uYwLfPNI-ARwwdAfwntE5byLBfBuY,2276
|
5
5
|
dv_flow/mgr/expr_parser.py,sha256=FhBTkKKkJXubGHUzmcMWubPfPklYLGzVz1jK4-dYb44,5702
|
@@ -25,7 +25,7 @@ dv_flow/mgr/task_graph_runner_local.py,sha256=OrydPwtQ8E7hYWvSXx0h7lI3nfUNFyklUL
|
|
25
25
|
dv_flow/mgr/task_impl_data.py,sha256=bFPijoKrh9x7fZN2DsvRJp0UHo-gGM0VjtDQISyfhFk,321
|
26
26
|
dv_flow/mgr/task_listener_log.py,sha256=3IlOQmTpdyDL-PwV8zWW2oV5lpY5LD9BFEHMxdiECFE,935
|
27
27
|
dv_flow/mgr/task_memento.py,sha256=C7VTQpBhDEoYuDmE6YTM-6TLMLnqHp6Y0Vat1aTgtCs,1096
|
28
|
-
dv_flow/mgr/task_node.py,sha256=
|
28
|
+
dv_flow/mgr/task_node.py,sha256=jj2xKYaqO86Gfxcwbto-WErgenkGRDyvGOz1yno18a8,12307
|
29
29
|
dv_flow/mgr/task_output.py,sha256=dkJhhNRFGFQSkVsw_bGirK0_0ghTxBYq1LjRMZCVWnA,245
|
30
30
|
dv_flow/mgr/task_params_ctor.py,sha256=aXgB8o9xFPjaEjGW_xYkEC0N0apzGzGUPDj7g2ZLvus,1112
|
31
31
|
dv_flow/mgr/task_runner.py,sha256=Ky10BWKy_NhvJp2nsbB0pyS8n1K0pKatBEmTdD1ZKOc,7071
|
@@ -39,9 +39,9 @@ dv_flow/mgr/std/fileset.py,sha256=69cgah6jmRNGmFaLZKpMUaxVSaQ5DxtrqshhQwXhO54,29
|
|
39
39
|
dv_flow/mgr/std/flow.dv,sha256=DpDTrRBfbIt4cJKLHqk_l6_nPkeFDKLVa5Ic4FZodNM,1587
|
40
40
|
dv_flow/mgr/std/message.py,sha256=T8Ye44784rD6CT2qIAP5SD7sKPdAlGMFimc4IaPCxxE,200
|
41
41
|
dv_flow/mgr/std/task_null.py,sha256=UKwUnqwFPBY8BO44ZAPcgehQB59kHZFa1qyZc1TwUqE,196
|
42
|
-
dv_flow_mgr-0.0.1.
|
43
|
-
dv_flow_mgr-0.0.1.
|
44
|
-
dv_flow_mgr-0.0.1.
|
45
|
-
dv_flow_mgr-0.0.1.
|
46
|
-
dv_flow_mgr-0.0.1.
|
47
|
-
dv_flow_mgr-0.0.1.
|
42
|
+
dv_flow_mgr-0.0.1.13728294020a1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
43
|
+
dv_flow_mgr-0.0.1.13728294020a1.dist-info/METADATA,sha256=uxImgg9r8YPbmUK9QQ5od1VULi4RVlIL93HQ25859Is,13314
|
44
|
+
dv_flow_mgr-0.0.1.13728294020a1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
45
|
+
dv_flow_mgr-0.0.1.13728294020a1.dist-info/entry_points.txt,sha256=1roy8wAFM48LabOvr6jiOw0MUs-qE8X3Vf8YykPazxk,50
|
46
|
+
dv_flow_mgr-0.0.1.13728294020a1.dist-info/top_level.txt,sha256=amfVTkggzYPtWwLqNmRukfz1Buu0pGS2SrYBBLhXm04,8
|
47
|
+
dv_flow_mgr-0.0.1.13728294020a1.dist-info/RECORD,,
|
{dv_flow_mgr-0.0.1.13723683880a1.dist-info → dv_flow_mgr-0.0.1.13728294020a1.dist-info}/LICENSE
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13723683880a1.dist-info → dv_flow_mgr-0.0.1.13728294020a1.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|