venvstacks.stacks.ApplicationSpec

class venvstacks.stacks.ApplicationSpec(runtime: ~venvstacks.stacks.RuntimeSpec, frameworks: list[~venvstacks.stacks.FrameworkSpec], launch_module_path: ~pathlib.Path, support_module_paths: list[~pathlib.Path], *, 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>)

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