11 , googleapis-common-protos
19 inherit pname version;
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
26 hash = "sha256-bCLyBfsNdIGdpz9l/r2iYIQ5TitKmsctekeOthIkXhw=";
29 propagatedBuildInputs = [
39 googleapis-common-protos
43 pythonImportsCheck = [ "grpclib" ];
46 description = "Pure-Python gRPC implementation for asyncio";
47 homepage = "https://github.com/vmagamedov/grpclib";
48 license = licenses.bsd3;
49 maintainers = with maintainers; [ nikstur ];