summaryrefslogtreecommitdiff
path: root/debian/python3-sh/DEBIAN/control
blob: f6b71bf8d3ccb04067475064b6bc409212609b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: python3-sh
Source: python-sh
Version: 1.07-1
Architecture: all
Maintainer: Ben Carrillo <ben@futeisha.org>
Installed-Size: 96
Section: python
Priority: optional
Homepage: https://github.com/amoffat/sh
Description: Python subprocess interface
 sh (previously pbs) is a full-fledged subprocess interface for
 Python 2.6 - 3.2 that allows you to call any program as if it
 were a function.
 .
 This package contains the Python 3 version of the library.