API reference

The public API is re-exported from cron_pydantic.

CronSchedule

Five-field Vixie/Cronie schedule.

CronJobConfiguration

Command and schedule for one crontab entry.

CronConfiguration

Environment and named jobs rendered as one crontab file.

SpecialSchedule

alias of Literal['@reboot', '@yearly', '@annually', '@monthly', '@weekly', '@daily', '@midnight', '@hourly']

load_config(path)