Metadata-Version: 1.2
Name: each
Version: 0.0.2
Summary: A tool for running programs on many inputs
Home-page: https://github.com/DRMacIver/each/
Author: David R. MacIver
Author-email: david@drmaciver.com
License: GPL v3
Description: ====
        Each
        ====
        
        Each is a small batch processing utility designed to run some command on each
        file in a directory and produce some output in another directory, with the
        ability to resume processing if interrupted. Think of it as a slightly
        idiosyncratic implementation of the map part of mapreduce.
        
Platform: UNKNOWN
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
