10 buildPythonPackage rec {
11 pname = "jsonrpc-async";
14 src = fetchFromGitHub {
18 sha256 = "1ff3523rwgira5llmf5iriwqag7b6ln9vmj0s70yyc6k98yg06rp";
21 propagatedBuildInputs = [ aiohttp jsonrpc-base ];
33 description = "A JSON-RPC client library for asyncio";
34 homepage = "https://github.com/emlove/jsonrpc-async";
35 license = licenses.bsd3;
36 maintainers = with maintainers; [ peterhoeg ];