crontabparser

Parser for /etc/crontab


License
Other
Install
pip install crontabparser==0.1

Documentation

Build Status Coverage Status

A parser for /etc/crontab

A python module to parse the systems crontab file.

Read it, add new entries, edit entries and remove entries.

Tests

Run coverage with:

py.test --cov-report=html --cov=crontabparser