1 { lib, buildPythonPackage, fetchPypi, six, requests, websocket-client, docker_pycreds }:
3 buildPythonPackage rec {
9 sha256 = "05f49f6hnl7npmi7kigg0ibqk8s3fhzx1ivvz1kqvlv4ay3paajc";
12 # The tests access the network.
15 propagatedBuildInputs = [
23 description = "Python library for the Docker Remote API";
24 homepage = "https://github.com/docker/docker-py/";
25 license = lib.licenses.asl20;
26 maintainers = [ lib.maintainers.pmiddend ];