=======
cronlib
=======

A library for viewing/manipulating cron jobs.


Installation
============
This library is now available for installation via PyPI. You can install it as follows:

    bash~$ sudo pip install cronlib


Usage
=====
To learn how to use this library, execute the following command once installed:

    bash~$ python -c "import cronlib; help(cronlib)"

