.gitignore
LICENSE
README.md
ivpm.yaml
pyproject.toml
.github/workflows/ci.yml
.vscode/settings.json
docs/Makefile
docs/Notes.md
docs/Roadmap.md
docs/Stages.md
docs/TypesAndDefs.md
docs/conf.py
docs/index.rst
docs/intro.rst
docs/quickstart.rst
docs/reference.rst
src/dv_flow/mgr/__init__.py
src/dv_flow/mgr/__main__.py
src/dv_flow/mgr/fileset.py
src/dv_flow/mgr/fragment_def.py
src/dv_flow/mgr/package.py
src/dv_flow/mgr/package_def.py
src/dv_flow/mgr/package_import_spec.py
src/dv_flow/mgr/pkg_rgy.py
src/dv_flow/mgr/task.py
src/dv_flow/mgr/task_data.py
src/dv_flow/mgr/task_def.py
src/dv_flow/mgr/task_graph_builder.py
src/dv_flow/mgr/task_graph_runner.py
src/dv_flow/mgr/task_graph_runner_local.py
src/dv_flow/mgr/task_memento.py
src/dv_flow/mgr/util.py
src/dv_flow/mgr/cmds/cmd_run.py
src/dv_flow/mgr/share/flow.json
src/dv_flow/mgr/std/fileset.py
src/dv_flow/mgr/std/flow.dv
src/dv_flow/mgr/std/message.py
src/dv_flow/mgr/std/task_null.py
src/dv_flow_mgr.egg-info/PKG-INFO
src/dv_flow_mgr.egg-info/SOURCES.txt
src/dv_flow_mgr.egg-info/dependency_links.txt
src/dv_flow_mgr.egg-info/entry_points.txt
src/dv_flow_mgr.egg-info/requires.txt
src/dv_flow_mgr.egg-info/top_level.txt
tests/examples/example1/example1.flow
tests/sys/test_depends.py
tests/sys/test_pkg_discovery.py
tests/unit/__init__.py
tests/unit/test_data_merge.py
tests/unit/test_fileset.py
tests/unit/test_pyclass.py
tests/unit/test_smoke copy.sav
tests/unit/test_smoke.py
tests/unit/test_stdlib.py
tests/unit/data/fileset/test1/flow.dv
tests/unit/data/fileset/test1 copy/test1.dfs
tests/unit/data/fileset/test1 copy/files1/file1_1.sv
tests/unit/data/fileset/test1 copy/files1/file1_2.sv
tests/unit/data/fileset/test1 copy/files2/file2_1.sv
tests/unit/data/fileset/test1 copy/files2/file2_2.sv
tests/unit/data/fileset/test1/files1/file1_1.sv
tests/unit/data/fileset/test1/files1/file1_2.sv
tests/unit/data/fileset/test1/files2/file2_1.sv
tests/unit/data/fileset/test1/files2/file2_2.sv
tests/unit/data/proj1/proj1.dfs
tests/unit/data/proj2/proj2.dfs
tests/unit/data/proj3/proj3.dfs