dv-flow-mgr 1.10.0__py3-none-any.whl → 1.10.15546818223rc0__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/__init__.py +1 -1
- dv_flow/mgr/util/__main__.py +0 -5
- {dv_flow_mgr-1.10.0.dist-info → dv_flow_mgr-1.10.15546818223rc0.dist-info}/METADATA +1 -1
- {dv_flow_mgr-1.10.0.dist-info → dv_flow_mgr-1.10.15546818223rc0.dist-info}/RECORD +8 -8
- {dv_flow_mgr-1.10.0.dist-info → dv_flow_mgr-1.10.15546818223rc0.dist-info}/WHEEL +0 -0
- {dv_flow_mgr-1.10.0.dist-info → dv_flow_mgr-1.10.15546818223rc0.dist-info}/entry_points.txt +0 -0
- {dv_flow_mgr-1.10.0.dist-info → dv_flow_mgr-1.10.15546818223rc0.dist-info}/licenses/LICENSE +0 -0
- {dv_flow_mgr-1.10.0.dist-info → dv_flow_mgr-1.10.15546818223rc0.dist-info}/top_level.txt +0 -0
dv_flow/mgr/__init__.py
CHANGED
dv_flow/mgr/util/__main__.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import argparse
|
2
2
|
import logging
|
3
3
|
from .cmds.cmd_schema import CmdSchema
|
4
|
-
from .cmds.cmd_workspace import CmdWorkspace
|
5
4
|
|
6
5
|
def get_parser():
|
7
6
|
parser = argparse.ArgumentParser(description="dv-flow-mgr.util")
|
@@ -17,10 +16,6 @@ def get_parser():
|
|
17
16
|
default="-")
|
18
17
|
schema.set_defaults(f=CmdSchema())
|
19
18
|
|
20
|
-
workspace = subparsers.add_parser('workspace',
|
21
|
-
help='Dumps the workspace structure in JSON')
|
22
|
-
workspace.set_defaults(f=CmdWorkspace())
|
23
|
-
|
24
19
|
return parser
|
25
20
|
|
26
21
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
dv_flow/mgr/__init__.py,sha256=
|
1
|
+
dv_flow/mgr/__init__.py,sha256=FLH25pZ7BCcqKMfK3iZ0xyJQZ28wy31JyJEJWbA_XvE,1316
|
2
2
|
dv_flow/mgr/__main__.py,sha256=yrNrvz-jYEovBGpY1E9aS1iZ9S_9MQv0lT-XUQSp0vc,4141
|
3
3
|
dv_flow/mgr/cond_def.py,sha256=2ZkzPusqVkN1fFMTvkDl9O_OJLPdD_cK3xzX9J75RMw,343
|
4
4
|
dv_flow/mgr/config.py,sha256=b2MVlVVNB0psk8x4bQRAYshkpNJrtyMtV1Ymhmx9AfM,137
|
@@ -72,13 +72,13 @@ dv_flow/mgr/std/incdirs.py,sha256=F0wraOxkRJRkrhsyk9v2YvpquFtcK4ZsMO1G9sgmhmA,58
|
|
72
72
|
dv_flow/mgr/std/message.py,sha256=0JHLErg8whqMLAasG1fumZ2O7R7WNWeNQ9ibJaLDpVY,1029
|
73
73
|
dv_flow/mgr/std/task_null.py,sha256=dw6LXBXVwth6gLPeduDvlz5znAhcVpDH8r1DticD-0w,1041
|
74
74
|
dv_flow/mgr/util/__init__.py,sha256=6uuA6z5cKS2hcjJw6YyEM2M79g6OpXb6tZF_Gku-AGU,22
|
75
|
-
dv_flow/mgr/util/__main__.py,sha256=
|
75
|
+
dv_flow/mgr/util/__main__.py,sha256=F0LXpCDpYTPalSo0dc1h_qZkip5v1AZYYh-vcYbh5s0,983
|
76
76
|
dv_flow/mgr/util/util.py,sha256=Ob2RTJOhanWajatiWJYm2ixuzspVx9hPFjGaaw0oPRI,1924
|
77
77
|
dv_flow/mgr/util/cmds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
78
78
|
dv_flow/mgr/util/cmds/cmd_schema.py,sha256=IJzZdxCSEgIQ79LpYiM7UqJ9RJ-7yraqmBN2XVgAgXA,1752
|
79
|
-
dv_flow_mgr-1.10.
|
80
|
-
dv_flow_mgr-1.10.
|
81
|
-
dv_flow_mgr-1.10.
|
82
|
-
dv_flow_mgr-1.10.
|
83
|
-
dv_flow_mgr-1.10.
|
84
|
-
dv_flow_mgr-1.10.
|
79
|
+
dv_flow_mgr-1.10.15546818223rc0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
80
|
+
dv_flow_mgr-1.10.15546818223rc0.dist-info/METADATA,sha256=Hqaghk9RDnIFdKzSbHxKmuxsqXeZUHWO2bW-6Gh2oDg,13336
|
81
|
+
dv_flow_mgr-1.10.15546818223rc0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
82
|
+
dv_flow_mgr-1.10.15546818223rc0.dist-info/entry_points.txt,sha256=1roy8wAFM48LabOvr6jiOw0MUs-qE8X3Vf8YykPazxk,50
|
83
|
+
dv_flow_mgr-1.10.15546818223rc0.dist-info/top_level.txt,sha256=amfVTkggzYPtWwLqNmRukfz1Buu0pGS2SrYBBLhXm04,8
|
84
|
+
dv_flow_mgr-1.10.15546818223rc0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|