unidep.platform_definitions module¶
unidep - Unified Conda and Pip requirements management.
Types and definitions for platforms, selectors, and markers.
- class unidep.platform_definitions.Spec(name: str, which: CondaPip, pin: str | None = None, identifier: str | None = None, selector: str | None = None, origin: tuple[Path, ...] = ())[source]¶
Bases:
NamedTupleA dependency specification.
- identifier: str | None¶
Alias for field number 3
- name: str¶
Alias for field number 0