CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
src/con_duct/__init__.py
src/con_duct/_constants.py
src/con_duct/_duct_main.py
src/con_duct/_formatter.py
src/con_duct/_models.py
src/con_duct/_output.py
src/con_duct/_sampling.py
src/con_duct/_signals.py
src/con_duct/_tracker.py
src/con_duct/_utils.py
src/con_duct/_version.py
src/con_duct/cli.py
src/con_duct/json_utils.py
src/con_duct/ls.py
src/con_duct/plot.py
src/con_duct/pprint_json.py
src/con_duct/py.typed
src/con_duct.egg-info/PKG-INFO
src/con_duct.egg-info/SOURCES.txt
src/con_duct.egg-info/dependency_links.txt
src/con_duct.egg-info/entry_points.txt
src/con_duct.egg-info/requires.txt
src/con_duct.egg-info/top_level.txt
test/conftest.py
test/test_cli.py
test/test_env_files.py
test/test_formatter.py
test/test_json_utils.py
test/test_ls.py
test/test_plot.py
test/test_pprint.py
test/test_schema.py
test/test_utils.py
test/test_windows.py
test/utils.py
test/data/cat_to_err.py
test/data/signal_ignorer.py
test/data/spawn_children.sh
test/data/test_script.py
test/data/mriqc-example/info.json
test/data/mriqc-example/usage.json
test/duct_main/test_aggregation.py
test/duct_main/test_duct_utils.py
test/duct_main/test_e2e.py
test/duct_main/test_execution.py
test/duct_main/test_log_paths.py
test/duct_main/test_prepare_outputs.py
test/duct_main/test_report.py
test/duct_main/test_tailpipe.py