.dockerignore
.editorconfig
.gitignore
.readthedocs.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
dev.requirements.txt
pyproject.toml
setup.cfg
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish-docker-image.yml
.github/workflows/publish-python-package.yml
.github/workflows/test-python-package.yml
docs/Makefile
docs/requirements.txt
docs/src/cli.rst
docs/src/conf.py
docs/src/index.rst
docs/src/io.rst
docs/src/specs.dag.rst
docs/src/specs.rst
docs/src/tutorial.rst
docs/src/workflows.yml
docs/templates/module.rst_t
docs/templates/package.rst_t
src/seddy/__init__.py
src/seddy/__main__.py
src/seddy/_util.py
src/seddy/decider.py
src/seddy/registration.py
src/seddy.egg-info/PKG-INFO
src/seddy.egg-info/SOURCES.txt
src/seddy.egg-info/dependency_links.txt
src/seddy.egg-info/entry_points.txt
src/seddy.egg-info/requires.txt
src/seddy.egg-info/top_level.txt
src/seddy/_specs/__init__.py
src/seddy/_specs/_base.py
src/seddy/_specs/_dag.py
src/seddy/_specs/_io.py
tests/__init__.py
tests/requirements.txt
tests/test_cli.py
tests/test_decider.py
tests/test_registration.py
tests/test_specs.py
tests/test_specs_dag.py
tests/test_util.py
tests/data/dag.json