.gitignore
README.md
Taskfile.yml
pyproject.toml
uv.lock
pyplines/__init__.py
pyplines.egg-info/PKG-INFO
pyplines.egg-info/SOURCES.txt
pyplines.egg-info/dependency_links.txt
pyplines.egg-info/entry_points.txt
pyplines.egg-info/requires.txt
pyplines.egg-info/top_level.txt
pyplines/function/__init__.py
pyplines/function/artifacts.py
pyplines/function/context.py
pyplines/function/errors.py
pyplines/function/executor.py
pyplines/function/fields.py
pyplines/function/input.py
pyplines/function/logging.py
pyplines/function/metadata.py
pyplines/function/output.py
pyplines/function/validation.py
pyplines/pkg/function/__init__.py
pyplines/pkg/function/__main__.py
pyplines/pkg/function/archive.py
pyplines/pkg/function/build.py
pyplines/pkg/function/build_backend.py
pyplines/pkg/function/configuration.py
pyplines/pkg/function/contract.py
pyplines/pkg/function/inspection.py
pyplines/pkg/function/manifest.py
pyplines/pkg/function/requirements.py
pyplines/pkg/function/validation.py
pyplines/pkg/function/versioning.py
pyplines/runtime/__init__.py
pyplines/runtime/bootstrap.py
pyplines/runtime/contract.py
pyplines/runtime/gateway.py
pyplines/runtime/loader.py
pyplines/runtime/result.py
pyplines/runtime/shim.py
tests/test_archive.py
tests/test_artifacts.py
tests/test_configuration.py
tests/test_context.py
tests/test_function_contract.py
tests/test_logging.py
tests/test_package_build.py
tests/test_runtime.py
tests/test_runtime_gateway.py