LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
kwdagger/__init__.py
kwdagger/__main__.py
kwdagger/aggregate.py
kwdagger/aggregate_loader.py
kwdagger/aggregate_plots.py
kwdagger/query_plan.py
kwdagger/result_parser.py
kwdagger/schedule.py
kwdagger/yaml_pipeline.py
kwdagger.egg-info/PKG-INFO
kwdagger.egg-info/SOURCES.txt
kwdagger.egg-info/dependency_links.txt
kwdagger.egg-info/entry_points.txt
kwdagger.egg-info/requires.txt
kwdagger.egg-info/top_level.txt
kwdagger/demo/__init__.py
kwdagger/demo/demodata.py
kwdagger/examples/__init__.py
kwdagger/pipeline/__init__.py
kwdagger/pipeline/_compile.py
kwdagger/pipeline/_config_values.py
kwdagger/pipeline/_connections.py
kwdagger/pipeline/_duplicates.py
kwdagger/pipeline/_logical.py
kwdagger/pipeline/_process.py
kwdagger/pipeline/_runtime.py
kwdagger/pipeline/_shell.py
kwdagger/pipeline/_slurm.py
kwdagger/utils/__init__.py
kwdagger/utils/result_analysis.py
kwdagger/utils/reverse_hashid.py
kwdagger/utils/util_dotdict.py
kwdagger/utils/util_kwplot.py
kwdagger/utils/util_nvidia.py
kwdagger/utils/util_pandas.py
kwdagger/utils/util_param_grid.py
kwdagger/utils/util_stringalgo.py
kwdagger/utils/util_tables.py
requirements/docs.txt
requirements/linting.txt
requirements/optional.txt
requirements/runtime.txt
requirements/tests.txt
requirements/locks/tests-optional.txt
requirements/locks/tests.txt
tests/test_aggregate.py
tests/test_compile_without_gather.py
tests/test_compiled_graph_authority.py
tests/test_compiled_pipeline_is_static.py
tests/test_connect.py
tests/test_duplicate_policy.py
tests/test_gather.py
tests/test_gather_mapreduce_tutorial.py
tests/test_identity_model.py
tests/test_import.py
tests/test_import_compat.py
tests/test_pipeline.py
tests/test_pipeline_execution.py
tests/test_processnode_params.py
tests/test_review_regressions.py
tests/test_review_regressions_extra.py
tests/test_schedule_cli_log_flag.py
tests/test_scheduler.py
tests/test_scheduler_parity.py
tests/test_shared_values.py
tests/test_single_scheduling_path.py
tests/test_slurm_layering.py
tests/test_slurm_resolution.py
tests/test_submit_jobs_log_flag.py
tests/test_submit_jobs_setup_teardown.py
tests/test_tutorial_yaml_pipelines.py
tests/test_yaml_pipeline.py