pynydus.standards.apm

APM standard: extract only.

Pure passthrough. Nydus does not parse, validate, or generate apm.yml.

Module Contents

Functions

extract

Extract the passthrough apm.yml from the egg.

API

pynydus.standards.apm.extract(egg: pynydus.api.schemas.Egg) dict[str, str]

Extract the passthrough apm.yml from the egg.

Args: egg: The Egg to extract from.

Returns: {"apm.yml": <content>} or empty dict if absent.