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 26
|
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 (>= 9), python-all(>= 2.6.6-3~), python-setuptools (>= 0.6), dh-python
X-Python-Version: >= 2.4
Standards-Version: 4.0.1
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/clustershell/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/clustershell/trunk/
Package: clustershell
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
Suggests: vim-addon-manager
Recommends: python-yaml
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.
|