Metadata-Version: 1.0
Name: cronlib
Version: 0.1b
Summary: Interface to Unix/Linux Vixie Cron
Home-page: http://github.com/youshoulduseunix/cronlib
Author: Devin Cherry
Author-email: devincherry[at]gmail[dot]com
License: GNU LESSER GENERAL PUBLIC LICENSE, version 2.1
Description: =======
        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)"
        
        
Platform: UNKNOWN
