7 buildPythonPackage rec {
11 src = fetchFromGitHub {
13 repo = "python3-krakenex";
15 sha256 = "0j8qmpk6lm57h80i5njhgvm1qnxllm18dlqxfd4kyxdb93si4z2p";
18 propagatedBuildInputs = [
22 # no tests implemented
25 pythonImportsCheck = [ "krakenex" ];
28 description = "Kraken.com cryptocurrency exchange API";
29 homepage = "https://github.com/veox/python3-krakenex";
30 license = licenses.lgpl3Plus;
31 maintainers = with maintainers; [ dotlambda ];