README.md
pyproject.toml
uv.lock
src/wt_compiler/__init__.py
src/wt_compiler/__main__.py
src/wt_compiler/_models.py
src/wt_compiler/_version.py
src/wt_compiler/artifacts.py
src/wt_compiler/cli.py
src/wt_compiler/compiler.py
src/wt_compiler/discovery.py
src/wt_compiler/exceptions.py
src/wt_compiler/formatting.py
src/wt_compiler/jsonschema.py
src/wt_compiler/progress.py
src/wt_compiler/py.typed
src/wt_compiler/requirements.py
src/wt_compiler/spec.py
src/wt_compiler/util.py
src/wt_compiler.egg-info/PKG-INFO
src/wt_compiler.egg-info/SOURCES.txt
src/wt_compiler.egg-info/dependency_links.txt
src/wt_compiler.egg-info/entry_points.txt
src/wt_compiler.egg-info/requires.txt
src/wt_compiler.egg-info/top_level.txt
src/wt_compiler/templates/Dockerfile.jinja2
src/wt_compiler/templates/README.jinja2
src/wt_compiler/templates/dockerignore.jinja2
src/wt_compiler/templates/pixi.jinja2
src/wt_compiler/templates/pkg/cli.jinja2
src/wt_compiler/templates/pkg/dispatch.jinja2
src/wt_compiler/templates/pkg/metadata.jinja2
src/wt_compiler/templates/pkg/response.jinja2
src/wt_compiler/templates/pkg/dags/_macros.jinja2
src/wt_compiler/templates/pkg/dags/init.jinja2
src/wt_compiler/templates/pkg/dags/run_async.jinja2
src/wt_compiler/templates/pkg/dags/run_sequential.jinja2
src/wt_compiler/templates/tests/conftest.jinja2
src/wt_compiler/templates/tests/test_metadata.jinja2
src/wt_compiler/templates/tests/test_results.jinja2
src/wt_compiler/wizard/README.md
src/wt_compiler/wizard/__init__.py
src/wt_compiler/wizard/abstract.py
src/wt_compiler/wizard/default.py
src/wt_compiler/wizard/templates/.gitattributes.jinja2
src/wt_compiler/wizard/templates/.gitignore.jinja2
src/wt_compiler/wizard/templates/LICENSE.jinja2
src/wt_compiler/wizard/templates/README.md.jinja2
src/wt_compiler/wizard/templates/spec.yaml.jinja2
src/wt_compiler/wizard/templates/test-cases.yaml.jinja2
src/wt_compiler/wizard/templates/licenses/Apache-2.0.txt
src/wt_compiler/wizard/templates/licenses/BSD-3-Clause.txt
src/wt_compiler/wizard/templates/licenses/MIT.txt
tests/__init__.py
tests/conftest.py
tests/test_artifacts.py
tests/test_cli.py
tests/test_compiler.py
tests/test_discovery_integration.py
tests/test_exceptions.py
tests/test_jsonschema.py
tests/test_progress.py
tests/test_requirements.py
tests/test_spec.py
tests/test_wizard_abstract.py
tests/test_wizard_cli_compat.py
tests/test_wizard_default.py
tests/test_wizard_extensibility.py
tests/fixtures/simple_spec.yaml