Parally: Parallel Network Computing in Python
=====================================================

Description
===========
Parally is a Python library for parallel network computing. It is designed to
be simple to use and easy to extend. It is built on top of the standard Python
library and uses the multiprocessing module for parallelism.

Server
======
.. automodule:: parally.Server
  :members:
  :imported-members:

Client
======
.. automodule:: parally.Client
  :members:
  :imported-members: