1 { lib, buildPythonPackage, fetchPypi, future, gevent, msgpack, pyzmq }:
3 buildPythonPackage rec {
9 sha256 = "d2ee247a566fc703f29c277d767f6f61f1e12f76d0402faea4bd815f32cbf37f";
12 propagatedBuildInputs = [ future gevent msgpack pyzmq ];
14 doCheck = false; # pypi version doesn't include tests
17 description = "An easy to use, intuitive, and cross-language RPC";
18 homepage = "https://www.zerorpc.io";
19 license = licenses.mit;
20 maintainers = with maintainers; [ xeji ];