Source: python-docker
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/docker/docker-py/tags
Vcs-Browser: https://github.com/alvistack/docker-docker-py
Vcs-Git: https://github.com/alvistack/docker-docker-py.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-docker
Architecture: all
Description: Docker API Client
 It lets you do anything the docker command does, but from within Python
 apps - run containers, manage containers, manage Swarms, etc.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-paramiko (>= 2.4.3),
 python3-requests (>= 2.26.0),
 python3-urllib3 (>= 1.26.0),
 python3-websocket (>= 1.3.0),
