module documentation

Recurrence rules for use with fritter.repeat.repeatedly which work with datetype.DateTime objects.

Class EachWeekOn Repeat every week, on each weekday in the given set of days, at the given hour, minute, and second.
Class EachYear An EachYear is a RecurrenceRule based on a number of years between two dates.
Class EveryDelta An EveryDelta is a RecurrenceRule based on a timedelta, that can cause civil times to repeat.
Type Variable TZType Undocumented
Variable daily Daily datetime-based rule.
Variable DTRule A type alias to describe a recurrence rule function that operates on aware datetimes and tracks an integer count of steps.
Variable EachDTRule A type alias to describe a recurrence rule function that operates on aware datetimes and tracks a list of desired elapsed occurrences as steps.
Variable hourly Hourly datetime-based rule.
Variable weekly Weekly datetime-based delta.
Variable yearly Yearly datetime-based delta.
Variable _isRule Undocumented

Undocumented

Value
TypeVar('TZType',
        bound=tzinfo)

Daily datetime-based rule.

A type alias to describe a recurrence rule function that operates on aware datetimes and tracks an integer count of steps.

EachDTRule = (source)

A type alias to describe a recurrence rule function that operates on aware datetimes and tracks a list of desired elapsed occurrences as steps.

Hourly datetime-based rule.

Weekly datetime-based delta.

Yearly datetime-based delta.

Undocumented