7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "d27160cb35c096f0072df57307233d01b117a451236e136604a8e51be6f106c0";
16 propagatedBuildInputs = [
21 description = "A Pythonic interface to the RabbitMQ Management HTTP API";
22 homepage = "https://github.com/deslum/pyrabbit2";
23 license = licenses.mit;
24 maintainers = [ maintainers.costrouc ];