===================================
 README for the processing package
===================================

:Author:  R Oudkerk
:Contact: r.m.oudkerk at gmail.com
:Url:     http://cheeseshop.python.org/pypi/processing

The processing package is and analogue of the `threading` module, but
using processes instead of threads. A sub-package `processing.dummy` has
the same API, but is a thin wrapper around `threading`.

Objects can be shared between processes by using a manager.
Communication between processes uses sockets (or named pipes).

See `<INSTALL.txt>`_ for installation instructions.

The package is released under a BSD Licence, see `<LICENCE.txt>`_.

For further documentation see `<doc/index.html>`_.

