Results
results
Result models for AXM operations.
AvailabilityStatus
Bases: StrEnum
Package name availability status.
Domain value object describing the outcome of an availability
check. Lives in the application layer so the core package can
depend on it without importing any concrete adapter.
Source code in packages/axm-init/src/axm_init/models/results.py
ReserveResult
Bases: BaseModel
Result of PyPI reservation operation.
Note: type: ignore[explicit-any] flags pydantic BaseModel
internals (third-party).
Source code in packages/axm-init/src/axm_init/models/results.py
| Python | |
|---|---|
ScaffoldResult
Bases: BaseModel
Result of a scaffolding operation.
Note: type: ignore[explicit-any] flags pydantic BaseModel
internals (third-party).