ports/sysutils/py-schedule/pkg/DESCR

9 lines
353 B
Text

Python job scheduling for humans.
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.
Inspired by Adam Wiggins' article "Rethinking Cron" and the
clockwork Ruby module.