Metadata-Version: 2.0
Name: multisarge
Version: 0.1.0
Summary: Multiprocessing Task Runner Using Sarge
Home-page: https://github.com/fireforge/multisarge
Author: David A. Salter
Author-email: david.salter.12@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: sarge

Multi-Sarge
===========

Multiprocessing Task Runner Using Sarge
---------------------------------------

Multi-Sarge a simple mix of the Python multiprocessing library's process pool and Sarge_'s command runner to orchestrate running many commands at one time.

Look at the `cowsay_runner` example for a good idea of how to use it.

TODO
----

- Master log file: Need to solve the problem of writing to a single file from any process in the pool

.. _Sarge: https://pypi.python.org/pypi/sarge


