Metadata-Version: 1.0
Name: jlddk
Version: 0.1.16
Summary: Collection of robots
Home-page: http://www.systemical.com/doc/opensource/jlddk
Author: Jean-Lou Dupont
Author-email: jl@jldupont.com
License: UNKNOWN
Description: 
        Overview
        --------
        
        This package contains a collection of 'robots'.
        Each 'robot' is implemented with logging on stderr and processing result is output on stdout as either string or JSON.
        
        Robots
        ------
        
        * jldwebscraper : extract anchor links from a web page
        * jldfilter : filter stdin through a Python module, output on stdout
        * jldcomp : compare 2 filesystem paths for difference in files
        * jldjsoncat : 'cat' files to stdin by encapsulating them in JSON objects
        * jldwebdl : gated web page download, source links contained in file system path
        * jldinotify : path change notification over JSON/stdout
        * jldfetcher : web page fetcher which takes instructions from stdin
        * jldfilelist : list path files using include/exclude filter, JSON/stdout output
        * jldclock : 1 second interval clock with min,hour,day markers
        
        Configuration
        -------------
        
        Can be performed through options on the command line or using a file (use a leading `@`).
        
Platform: UNKNOWN
