1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: clustershell
Section: net
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Stéphan Gorget <phantez@gmail.com>
Homepage: http://cea-hpc.github.com/clustershell/
Build-Depends: debhelper (>= 7), python-all(>= 2.6.6-3~), python-setuptools (>= 0.6)
X-Python-Version: >= 2.4
Standards-Version: 3.9.3
Vcs-Svn: https://github.com/cea-hpc/clustershell.git
Vcs-Browser: https://github.com/cea-hpc/clustershell
Package: clustershell
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: vim-addon-manager
Description: Distributed shell that provides an efficient python interface
Event-based Python library to execute commands on local or distant
cluster nodes in parallel depending on the selected engine and
worker mechanisms.
.
The library provides also advanced nodeset handling methods. Its goal
is to improve the administration of cluster by providing a lightweight
but scalable API for developers.
|