Metadata-Version: 1.0
Name: cronsingleton
Version: 1.0
Summary: A user level cron cheduler.
Home-page: http://packages.python.org/cronsingleton
Author: Adam Terrey
Author-email: arterrey@pretaweb.com
License: BSD
Description: =============
        cronsingleton
        =============
        
        A user level forground running process which accepts a cron spec and command which will be executed accordingly. Be sure to wrap the cron spec in single quotes to prevent shell globbing.
        
          $ cronsingleton '* * * * *' notifiy-send "hello"
        
        If you specifiy a file as a signle argument to cronsingleton then that file is parsed as a cron script.
        
          $ cronsingleton mycronfile.conf
        
        
Keywords: cron
Platform: UNKNOWN
