Skip to content

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