blob: 089d16af9ff5ccff40751611608a0da0ae1dc6e0 (
plain) (
blame)
1
2
3
|
An in-process scheduler for periodic jobs that uses the builder pattern for
configuration. Schedule lets you run Python functions (or any other callable)
periodically at pre-determined intervals using a simple, human-friendly syntax.
|