LICENSE
README.md
pyproject.toml
src/necroflow/__init__.py
src/necroflow/cli.py
src/necroflow/dag.py
src/necroflow/executor.py
src/necroflow/grid.py
src/necroflow/keywords.py
src/necroflow/logger.py
src/necroflow/nodes.py
src/necroflow/pipeline.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
tests/test_classify_nodes.py
tests/test_cli.py
tests/test_dag_core.py
tests/test_executor.py
tests/test_grid.py
tests/test_keep_going.py
tests/test_pipeline.py
tests/test_state.py