MCPcopy
hub / github.com/tox-dev/tox / ScriptMetadata

Class ScriptMetadata

src/tox/tox_env/python/pep723.py:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49@dataclass(frozen=True)
50class ScriptMetadata:
51 requires_python: str | None = None
52 dependencies: list[str] = field(default_factory=list)
53
54
55class Pep723Mixin(Python, RunToxEnv):

Callers 2

_get_script_metadataMethod · 0.85
_parse_script_metadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…