mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
5c84d31c7d
convert Python code to cron syntax. You can easily manage your cron jobs with Plan like a charm. It is designed for elegancy and writing cron jobs with as little amount of code as possible. It's extensible but comes with serveral good useful job types out of the box. WWW: https://github.com/fengsp/plan PR: ports/190948 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
8 lines
378 B
Plaintext
8 lines
378 B
Plaintext
Plan is a Python package for writing and deploying cron jobs. Plan will
|
|
convert Python code to cron syntax. You can easily manage your cron jobs
|
|
with Plan like a charm. It is designed for elegancy and writing cron jobs
|
|
with as little amount of code as possible. It's extensible but comes with
|
|
serveral good useful job types out of the box.
|
|
|
|
WWW: https://github.com/fengsp/plan
|