1 Source: parallel-pprocess 2 Priority: optional 3 Maintainer: Paul Boddie <paul@boddie.org.uk> 4 Build-Depends: debhelper (>> 3.0.0), python2.4-dev, python-epydoc (>= 2.1-6ubuntu1) 5 Standards-Version: 3.5.8 6 Section: python 7 8 Package: python2.4-parallel-pprocess 9 Section: python 10 Architecture: all 11 Depends: python2.4 12 Description: Elementary parallel programming for Python 13 The pprocess module provides elementary support for parallel 14 programming in Python using a fork-based process creation model in 15 conjunction with a channel-based communications model implemented 16 using socketpair and poll. 17 . 18 This package is built for Python 2.4.x.