Source: pprocess
Section: python
Priority: optional
Maintainer: NeuroDebian Maintainers <team@neuro.debian.net>
X-Original-Maintainer: NeuroDebian team <team@neuro.debian.net>
Uploaders: Michael Hanke <mih@debian.org>, Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper (>= 5.0.38), python (>= 2.5.4-1~)
Build-Depends-Indep: python-support (>= 0.6), python-epydoc
Standards-Version: 3.8.2
Homepage: http://www.boddie.org.uk/python/pprocess.html
Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/pprocess.git
Vcs-Git: git://git.debian.org/git/pkg-exppsy/pprocess.git
XS-Python-Version: all

Package: python-pprocess
Architecture: all
Depends: neurodebian-popularity-contest, ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
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. On
 systems with multiple CPUs or multicore CPUs, processes should take advantage
 of as many CPUs or cores as the operating system permits.
