12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-+87/j94eHyW3EMMBK+aXaNTVoNxsixeLusyBsPWa9yM=";
26 propagatedBuildInputs = [ aiohttp ];
34 pythonImportsCheck = [ "bond_api" ];
37 description = "Asynchronous Python wrapper library over Bond Local API";
38 homepage = "https://github.com/prystupa/bond-api";
39 license = licenses.mit;
40 maintainers = with maintainers; [ dotlambda ];