dv-flow-mgr 0.0.1.13706434096a1__tar.gz → 0.0.1.13707193513a1__tar.gz
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-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/PKG-INFO +1 -1
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/pyproject.toml +1 -1
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_def.py +1 -1
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow_mgr.egg-info/PKG-INFO +1 -1
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_fileset.py +4 -3
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/.github/workflows/ci.yml +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/.gitignore +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/.vscode/settings.json +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/LICENSE +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/README.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/KeyArchitecture.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/Makefile +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/Notes.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/Roadmap.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/RundirLayout.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/Stages.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/Steps.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/Tasks.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/TypesAndDefs.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/Usecases.md +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/conf.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/index.rst +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/intro.rst +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/quickstart.rst +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/docs/reference.rst +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/fwperiph_dma.pss +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/ivpm.yaml +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/setup.cfg +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/__init__.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/__main__.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/cmds/cmd_run.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/eval_jq.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/expr_eval.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/expr_parser.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/fileset.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/fragment_def.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/out +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/package.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/package_def.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/package_import_spec.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/param.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/param_def.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/param_ref_eval.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/parsetab.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/pkg_rgy.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/share/flow.json +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/exec.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/fileset.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/flow.dv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/message.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/task_null.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_ctor.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_data.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_exec_data.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_graph_builder.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_graph_runner.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_graph_runner_local.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_impl_data.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_listener_log.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_memento.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_node.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_output.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_params_ctor.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_runner.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/type.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/type_def.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/util.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow_mgr.egg-info/SOURCES.txt +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow_mgr.egg-info/dependency_links.txt +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow_mgr.egg-info/entry_points.txt +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow_mgr.egg-info/requires.txt +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow_mgr.egg-info/top_level.txt +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/examples/example1/example1.flow +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/system/test_depends.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/system/test_pkg_discovery.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/system/test_stdlib.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/__init__.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1/files1/file1_1.sv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1/files1/file1_2.sv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1/files2/file2_1.sv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1/files2/file2_2.sv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1/flow.dv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1 copy/files1/file1_1.sv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1 copy/files1/file1_2.sv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1 copy/files2/file2_1.sv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1 copy/files2/file2_2.sv +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/fileset/test1 copy/test1.dfs +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/proj1/proj1.dfs +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/proj2/proj2.dfs +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/proj3/proj3.dfs +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_data_merge.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_expr_eval.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_expr_parser.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_parse.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_pyclass.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_pytask_smoke.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_smoke copy.sav +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_smoke.py +0 -0
- {dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_stdlib.py +0 -0
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_def.py
RENAMED
@@ -40,7 +40,7 @@ class TaskDef(BaseModel):
|
|
40
40
|
desc : str = dc.Field(default="")
|
41
41
|
doc : str = dc.Field(default="")
|
42
42
|
needs : List[Union[str,TaskSpec]] = dc.Field(default_factory=list, alias="needs")
|
43
|
-
params: Dict[str,Union[str,ParamDef]] = dc.Field(default_factory=dict, alias="with")
|
43
|
+
params: Dict[str,Union[str,list,ParamDef]] = dc.Field(default_factory=dict, alias="with")
|
44
44
|
passthrough: bool = dc.Field(default=False)
|
45
45
|
consumes : List[Any] = dc.Field(default_factory=list)
|
46
46
|
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_fileset.py
RENAMED
@@ -101,6 +101,7 @@ package:
|
|
101
101
|
with:
|
102
102
|
type: systemVerilogSource
|
103
103
|
include: "*.sv"
|
104
|
+
incdirs: ["srcdir"]
|
104
105
|
"""
|
105
106
|
|
106
107
|
rundir = os.path.join(tmpdir)
|
@@ -115,14 +116,14 @@ package:
|
|
115
116
|
builder = TaskGraphBuilder(
|
116
117
|
root_pkg=pkg_def,
|
117
118
|
rundir=os.path.join(tmpdir, "rundir"))
|
118
|
-
runner =
|
119
|
+
runner = TaskSetRunner(rundir=os.path.join(tmpdir, "rundir"))
|
119
120
|
|
120
121
|
task = builder.mkTaskGraph("p1.glob")
|
121
122
|
output = asyncio.run(runner.run(task))
|
122
123
|
|
123
124
|
print("output: %s" % str(output))
|
124
125
|
|
125
|
-
assert len(output.
|
126
|
-
fs = output.
|
126
|
+
assert len(output.output) == 1
|
127
|
+
fs = output.output[0]
|
127
128
|
assert len(fs.files) == 1
|
128
129
|
assert fs.files[0] == "top.sv"
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/.github/workflows/ci.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/__init__.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/__main__.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/cmds/cmd_run.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/eval_jq.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/expr_eval.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/expr_parser.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/fileset.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/fragment_def.py
RENAMED
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/package.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/package_def.py
RENAMED
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/param.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/param_def.py
RENAMED
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/parsetab.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/pkg_rgy.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/share/flow.json
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/exec.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/fileset.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/flow.dv
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/message.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/std/task_null.py
RENAMED
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_ctor.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_data.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_memento.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_node.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_output.py
RENAMED
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/task_runner.py
RENAMED
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/src/dv_flow/mgr/type_def.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/system/test_depends.py
RENAMED
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/system/test_stdlib.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/proj1/proj1.dfs
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/proj2/proj2.dfs
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/data/proj3/proj3.dfs
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_data_merge.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_expr_eval.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_expr_parser.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_parse.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_pyclass.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_pytask_smoke.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_smoke copy.sav
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_smoke.py
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13706434096a1 → dv_flow_mgr-0.0.1.13707193513a1}/tests/unit/test_stdlib.py
RENAMED
File without changes
|