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: dockerpty
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jason Pleau <jason@jpleau.ca>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
dh-python,
python3-all (>= 3.3),
python3-setuptools
Standards-Version: 3.9.7
Homepage: https://github.com/d11wtq/dockerpty
Vcs-Git: https://salsa.debian.org/python-team/modules/dockerpty.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/dockerpty
Package: python3-dockerpty
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-six
Recommends: python3-docker (>= 0.7.1)
Description: Pseudo-tty handler for docker Python client (Python 3.x)
Provides the functionality needed to operate the pseudo-tty (PTY) allocated to
a docker container, using the Python client.
.
This package provides Python 3.x version of dockerpty.
|