8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
18 sha256 = "1d9nbbvv7xnkixj03sfhs2da5j3i2m7p73r7j1yb7b39zas2rbig";
21 propagatedBuildInputs = [
25 # Project has no tests
28 pythonImportsCheck = [ "bitvavo" ];
31 description = "Python client for Bitvavo crypto exchange API";
32 homepage = "https://github.com/cyberjunky/bitvavo-aio";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ fab ];