Metadata-Version: 2.4
Name: zprocess
Version: 2.27.0
Summary: A set of utilities for multiprocessing using zeromq
Author-email: Christopher Billington <chrisjbillington@gmail.com>
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://github.com/chrisjbillington/zprocess
Project-URL: Documentation, https://github.com/chrisjbillington/zprocess
Project-URL: Repository, https://github.com/chrisjbillington/zprocess
Project-URL: Downloads, https://pypi.org/project/zprocess/
Project-URL: Tracker, https://github.com/chrisjbillington/zprocess/issues
Keywords: multiprocessing,IPC,zeromq
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: setuptools_scm
Requires-Dist: pyzmq
Requires-Dist: pywin32; sys_platform == "win32"
Requires-Dist: windows-curses; sys_platform == "win32"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# 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`.

