1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: parallelpython
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python-all (>= 2.5.4-1~), dh-python
Homepage: http://www.parallelpython.com/
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/parallelpython.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/parallelpython.git
XS-Python-Version: all
Package: python-pp
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: parallel and distributed programming toolkit for Python
Parallel Python module (pp) provides an easy and efficient way to
create parallel-enabled applications for SMP computers and clusters.
pp module features cross-platform portability and dynamic load
balancing. Thus application written with PP will parallelize
efficiently even on heterogeneous and multi-platform clusters
(including clusters running other application with variable CPU
loads).
|