LICENSE
README.md
pyproject.toml
src/absconda/__init__.py
src/absconda/__main__.py
src/absconda/cli.py
src/absconda/config.py
src/absconda/environment.py
src/absconda/modules.py
src/absconda/policy.py
src/absconda/remote.py
src/absconda/templates.py
src/absconda/wrappers.py
src/absconda.egg-info/PKG-INFO
src/absconda.egg-info/SOURCES.txt
src/absconda.egg-info/dependency_links.txt
src/absconda.egg-info/entry_points.txt
src/absconda.egg-info/requires.txt
src/absconda.egg-info/top_level.txt
src/absconda/_templates/default/Dockerfile.j2
src/absconda/_templates/default/main.j2
src/absconda/_templates/fragments/builder_stage.j2
src/absconda/_templates/fragments/export_block.j2
src/absconda/_templates/fragments/requirements_runtime.j2
src/absconda/_templates/fragments/runtime_stage.j2
src/absconda/_templates/fragments/single_stage.j2
src/absconda/_templates/fragments/tarball_runtime.j2
tests/test_cli.py
tests/test_environment.py
tests/test_examples.py
tests/test_integration_smoke.py
tests/test_modules.py
tests/test_policy.py
tests/test_remote.py
tests/test_templates.py
tests/test_wrappers.py