8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "d27160cb35c096f0072df57307233d01b117a451236e136604a8e51be6f106c0";
18 propagatedBuildInputs = [ requests ];
21 description = "Pythonic interface to the RabbitMQ Management HTTP API";
22 homepage = "https://github.com/deslum/pyrabbit2";
23 license = licenses.mit;