venvstacks.stacks.RuntimeSpec¶
- class venvstacks.stacks.RuntimeSpec(python_implementation: str, *, name: ~venvstacks.stacks.LayerBaseName, versioned: bool, requirements: list[~packaging.requirements.Requirement], platforms: list[~venvstacks.stacks.TargetPlatform], package_indexes: dict[~packaging.utils.NormalizedName, str], priority_indexes: list[str], dynlib_exclude: list[str], linux_target: str, macosx_target: str, _index_config: ~venvstacks.stacks.PackageIndexConfig = <factory>)¶
Base runtime layer specification.
Attributes
ENV_PREFIXcategoryenv_nameBuild environment name for this layer specification.
kindpy_versionExtract just the Python version string from the base runtime identifier.
python_implementationnameversionedrequirementsplatforms