Skip to content

grahamegee/cronparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cronparser

Simple script for parsing a single crontab line.

Install

Make sure you are running python >= 3.6

git checkout https://github.com/grahamegee/cronparser.git

If you just want to use the parser:

pip install -e cronparser

If you need to run tests:

pip install -e cronparser['test']

Usage

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.

About

Simple script for parsing a single crontab line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages