9 buildPythonPackage rec {
10 pname = "bitvavo-aio";
12 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 sha256 = "1d9nbbvv7xnkixj03sfhs2da5j3i2m7p73r7j1yb7b39zas2rbig";
22 propagatedBuildInputs = [ aiohttp ];
24 # Project has no tests
27 pythonImportsCheck = [ "bitvavo" ];
30 description = "Python client for Bitvavo crypto exchange API";
31 homepage = "https://github.com/cyberjunky/bitvavo-aio";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ fab ];