venvstacks.stacks.RuntimeSpec

class venvstacks.stacks.RuntimeSpec(python_implementation: str, *, name: ~venvstacks.stacks.LayerBaseName, versioned: bool, requirements: list[str], platforms: list[~venvstacks.stacks.TargetPlatforms], package_indexes: dict[~packaging.utils.NormalizedName, str], priority_indexes: list[str], dynlib_exclude: list[str], _index_config: ~venvstacks.stacks.PackageIndexConfig = <factory>)

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