LICENSE
README.md
pyproject.toml
src/necroflow/__init__.py
src/necroflow/_compat.py
src/necroflow/cli.py
src/necroflow/config.py
src/necroflow/contexts.py
src/necroflow/dag.py
src/necroflow/executor.py
src/necroflow/fingerprints.py
src/necroflow/graphviz_render.py
src/necroflow/grid.py
src/necroflow/keywords.py
src/necroflow/logger.py
src/necroflow/nodes.py
src/necroflow/pipeline.py
src/necroflow/rule_call.py
src/necroflow/rules.py
src/necroflow/schedulers.py
src/necroflow.egg-info/PKG-INFO
src/necroflow.egg-info/SOURCES.txt
src/necroflow.egg-info/dependency_links.txt
src/necroflow.egg-info/entry_points.txt
src/necroflow.egg-info/requires.txt
src/necroflow.egg-info/top_level.txt
src/necroflow/templates/canonical/README.md
src/necroflow/templates/canonical/input.txt
src/necroflow/templates/canonical/input_alt.txt
src/necroflow/templates/canonical/job.toml
src/necroflow/templates/canonical/job_grid.toml
src/necroflow/templates/canonical/pipeline.py
src/necroflow/templates/canonical/reap.toml
src/necroflow/templates/canonical/schema.py
src/necroflow/tools/__init__.py
src/necroflow/tools/config_set.py
src/necroflow/tools/count_loc.py
tests/test_classify_nodes.py
tests/test_cli.py
tests/test_config_set.py
tests/test_count_loc.py
tests/test_dag_core.py
tests/test_docs.py
tests/test_executor.py
tests/test_fingerprint_v2.py
tests/test_grid.py
tests/test_keep_going.py
tests/test_package.py
tests/test_paper_example.py
tests/test_pipeline.py
tests/test_sage_recal_example.py
tests/test_state.py
tests/test_variadic_inputs.py