File: control

package info (click to toggle)
python-docker 7.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 748 kB
  • sloc: python: 6,986; makefile: 6
file content (42 lines) | stat: -rw-r--r-- 1,247 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: python-docker
Section: python
Priority: optional
Maintainer: Docker Compose Team <team+docker-compose@tracker.debian.org>
Rules-Requires-Root: no
Uploaders:
 Jason Pleau <jason@jpleau.ca>,
 Felipe Sateler <fsateler@debian.org>,
 Thomas Goirand <zigo@debian.org>,
 Salvo 'LtWorf' Tomaselli <ltworf@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 pybuild-plugin-pyproject,
 python3-hatchling,
 python3-hatch-vcs,
 python3-requests (>= 2.28.1~),
 python3-setuptools,
 python3-setuptools-scm,
 python3-websocket (>= 1.3.3~),
Standards-Version: 4.6.2
Homepage: https://github.com/docker/docker-py
Vcs-Git: https://salsa.debian.org/docker-compose-team/python-docker.git
Vcs-Browser: https://salsa.debian.org/docker-compose-team/python-docker

Package: python3-docker
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-requests,
 python3-urllib3,
Suggests:
 python3-paramiko,
 python3-websocket,
Description: Python 3 wrapper to access docker.io's control socket
 This package contains oodles of routines that aid in controlling
 docker.io over it's socket control, the same way the docker.io
 client controls the daemon.
 .
 This package provides Python 3 module bindings only.