Simple script for parsing a single crontab line.
Make sure you are running python >= 3.6
git checkout https://github.com/grahamegee/cronparser.gitIf you just want to use the parser:
pip install -e cronparserIf you need to run tests:
pip install -e cronparser['test']python -m cronparser.parse <"crontab line">Remember to enclose the crontab line in single or double quotes to ensure that it is interpreted as a single arg.