Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengsp/plan
Crontab jobs management in Python
https://github.com/fengsp/plan
Last synced: 6 days ago
JSON representation
Crontab jobs management in Python
- Host: GitHub
- URL: https://github.com/fengsp/plan
- Owner: fengsp
- License: other
- Created: 2014-05-27T06:35:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T22:44:50.000Z (over 2 years ago)
- Last Synced: 2024-10-01T21:17:56.100Z (about 1 month ago)
- Language: Python
- Homepage: http://plan.readthedocs.org/
- Size: 688 KB
- Stars: 1,173
- Watchers: 40
- Forks: 98
- Open Issues: 5
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-projects - plan - Crontab jobs management in Python (Python)
- awesome-python-resources - GitHub - 11% open · ⏱️ 14.05.2020): (任务调度)
- starred-awesome - plan - Crontab jobs management in Python (Python)
README
Plan
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.The purpose is making writing cronfile fun and without causing mistakes.
Plan has following goods:
- one command to create a quickstart example schedule.py file
- easy to define your task, every frequency, at moment, running path,
running bash environment, task output
- handle communicate with your crontab process with features like write,
update or clear
Read the docs at http://plan.readthedocs.org/If you feel anything wrong, feedbacks or pull requests are welcome.