melmols / cron_parser

1 stars 0 forks source link

cron_parser

Cron parser class for translating cron syntax to human readable format. Functions available in the class are:

Examples

A demo called: demo_userinput is available. It imports the class cron_parser and takes the following arguments in user input format from the terminal:

it will then output a table containing minute, hour, day and month information in regards to when the job will be run.

Installation

pip3 install -r python/requirements.txt

Example usange

python demo_userinput.py

future work