venvstacks.stacks.RuntimeSpec

class venvstacks.stacks.RuntimeSpec(name: LayerBaseName, versioned: bool, requirements: list[str], platforms: list[TargetPlatforms], python_implementation: str)

Base runtime layer specification.

Attributes

ENV_PREFIX

category

env_name

Build environment name for this layer specification.

kind

py_version

Extract just the Python version string from the base runtime identifier.

python_implementation

name

versioned

requirements

platforms