Source: python-docker
Section: python
Priority: optional
Maintainer: MOS Linux team <mos-linux@mirantis.com>
XSBC-Orig-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
 python-all (>= 2.7.1),
 python-setuptools,
 python-requests,
 python-six,
 python-websocket,
 python3-all (>= 3.1.2),
 python3-setuptools,
 python3-six,
Standards-Version: 3.9.6
Homepage: https://github.com/dotcloud/docker-py/
X-Python-Version: >= 2.7

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

