Source: parallel-pprocess
Priority: optional
Maintainer: Paul Boddie <paul@boddie.org.uk>
Build-Depends: debhelper (>> 3.0.0), python2.4-dev, python-epydoc (>= 2.1-6ubuntu1)
Standards-Version: 3.5.8
Section: python

Package: python2.4-parallel-pprocess
Section: python
Architecture: all
Depends: python2.4
Description: Elementary parallel programming for Python
 The pprocess module provides elementary support for parallel
 programming in Python using a fork-based process creation model in
 conjunction with a channel-based communications model implemented
 using socketpair and poll.
 .
 This package is built for Python 2.4.x.
