Metadata-Version: 1.0
Name: cronwrap
Version: 1.0
Summary: A cron wrapper that wraps cron jobs and enables better error reproting and command timeouts.
Home-page: http://www.amix.dk/
Author: amix the lucky stiff
Author-email: amix@amix.dk
License: BSD
Description: cronwrap
        ---------------
        
        A cron wrapper that wraps cron jobs and enables better error reproting and command timeouts.
        
        
        Example
        -------
        
        Basic example of usage::
        
        #Will send out a timeout alert to cron@my_domain.com:
        $ cronwrap -c "sleep 2" -t "1s" -e cron@my_domain.com
        
        #Will send out an error alert to cron@my_domain.com:
        $ cronwrap -c "blah" -t "1s" -e cron@my_domain.com
        
        #Will not send any reports:
        $ cronwrap -c "ls" -e cron@my_domain.com
        
        #Will send a succefull report to cron@my_domain.com:
        $ cronwrap -c "ls" -e cron@my_domain.com -v
        
Keywords: cron wrapper crontab cronjob
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
