| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 
 | Source: python-hostlist
Maintainer: Gennaro Oliva <oliva@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-all
Standards-Version: 4.7.0
Homepage: https://www.nsc.liu.se/~kent/python-hostlist/
Vcs-Browser: https://salsa.debian.org/hpc-team/python-hostlist
Vcs-Git: https://salsa.debian.org/hpc-team/python-hostlist.git
Package: python3-hostlist
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Description: hostlist manage list of hosts
 The hostlist.py module knows how to expand and collect hostlist
 expressions.
 .
 The package also includes the 'hostlist' binary which can be used to
 collect/expand hostlists and perform set operations on them, 'pshbak'
 which collects output like 'dshbak', 'hostgrep' which is a grep-like
 utility that understands hostlists, and 'dbuck' which summarizes
 numerical data from multiple hosts.}
 |