parse-crontab icon indicating copy to clipboard operation
parse-crontab copied to clipboard

Parse and use crontab schedules in Python

Results 3 parse-crontab issues
Sort by recently updated
recently updated
newest added

These changes allow parse-crontab to work using python2.4

Create a package for this on conda-forge that tracks this repo. Currently this project is not published to conda-forge.

It seems that this warning message may not be accurate anymore and can be a bit misleading? ``` FutureWarning: Version 0.22.0+ of crontab will use datetime.utcnow() and datetime.utcfromtimestamp() instead of...