7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "d27160cb35c096f0072df57307233d01b117a451236e136604a8e51be6f106c0";
17 propagatedBuildInputs = [
22 description = "A Pythonic interface to the RabbitMQ Management HTTP API";
23 homepage = "https://github.com/deslum/pyrabbit2";
24 license = licenses.mit;