» Main »
paragram - erlang-style concurrency library for python
Published by Tim Cuthbertson
- Overview
This is a Zero Install feed. This software cannot be run as an application directly. It is a library for other programs to use.
For more information about Zero Install, see 0install.net.
- Full name
- Description
Paragram is an erlang-style concurrency framework for python. This is also known as an `actor-based concurrency model <http://en.wikipedia.org/wiki/Actor_model>`_, as it consists of multiple independent `actors` sending messages to each other. Paragram started as a fork of `candygram`_ adding true concurrency using threads and processes, but diverged enough to become its own library. **For documentation, installation**, etc, please see the `online documentation <http://gfxmonk.net/dist/doc/paragram/doc/>`_ .. _candygram: http://candygram.sourceforge.net/
- Homepage
- Available versions
The list below is just for information; Zero Install will automatically select one of these versions for you.
Version Released Stability Platform Download 0.1 2010-12-27 Any Download (17244 bytes) 0.1.1 2010-12-27 Any Download (17421 bytes) 0.1.2 2011-01-05 Any Download (19819 bytes) - Required libraries
This feed does not list any additional requirements.