跳转至

Schedule dbader

dbader schedule GitHub Repo stars

schedule 是一个轻量级的 Python 任务调度库,允许用户使用友好的语法定期运行 Python 函数或可调用对象。该库为进程内调度器,无需额外进程且无外部依赖。支持多种时间周期(如秒、分、时、日)及特定时间点调度,兼容 Python 3.7 及以上版本。