External API Reference¶
External APIs are intended for library users and are safe to call from applications, scripts, and examples. These pages focus on stable usage rather than implementation details.
Recommended root imports:
from astrum import (
AstrumConfig,
task,
run,
build_scheduler,
SchedulerRegistry,
DynamicScheduler,
TaskOrder,
Ref,
F,
T,
)
Index¶
- Configuration:
AstrumConfig. - Decorators and Registry: module-level
@task, namespaces, andSchedulerRegistry. - Scheduler Execution: manual schedulers and
execute(). - Data Transport Declarations:
Ref/F/Tand explicit data objects. - Models and Errors: execution reports, statistics, state enums, and user-facing errors.