venvstacks.stacks.ApplicationSpec

class venvstacks.stacks.ApplicationSpec(name: LayerBaseName, versioned: bool, requirements: list[str], platforms: list[TargetPlatforms], runtime: RuntimeSpec, launch_module_path: Path, frameworks: list[FrameworkSpec])

Application layer specification.

Attributes

ENV_PREFIX

category

env_name

Build environment name for this layer specification.

kind

launch_module_path

frameworks

runtime

name

versioned

requirements

platforms