Metadata-Version: 2.1
Name: zprocess
Version: 2.21.0
Summary: A set of utilities for multiprocessing using zeromq.
Home-page: http://github.com/chrisjbillington/zprocess
Author: Chris Billington
Author-email: chrisjbillington@gmail.com
License: BSD
Platform: UNKNOWN
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# zprocess

[![Build Status](https://travis-ci.com/chrisjbillington/zprocess.svg?branch=master)](https://travis-ci.com/chrisjbillington/zprocess)

[![codecov](https://codecov.io/gh/chrisjbillington/zprocess/branch/master/graph/badge.svg)](https://codecov.io/gh/chrisjbillington/zprocess)

A set of utilities for multiprocessing using
zeromq. Includes process creation and management, output
redirection, message passing, inter-process locks, logging,
and a process-tree-wide event system.

( 
[view on pypi](https://pypi.python.org/pypi/zprocess/);
[view on Github](https://github.com/chrisjbillington/zprocess)
)

   * Install `python setup.py install`.



