blob: ec59c5c1c8ca1ef443a3d8565401808db97e6933 (
plain) (
blame)
1
2
3
4
5
|
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.
WWW: https://github.com/dbader/schedule
|