forked from fengsp/plan
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Cron jobs management for Crontab in Python
License
stevenchung/plan
Folders and files
| Name | Name | Last commit message  | Last commit date  | |
|---|---|---|---|---|
Repository files navigation
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 welcomed.
About
Cron jobs management for Crontab in Python
Resources
License
Stars
Watchers
Forks
Packages 0
        No packages published 
      
              Languages
- Python 99.2%
 - Makefile 0.8%