1 { lib, python, fetchPypi }:
5 buildPythonApplication rec {
10 inherit pname version;
11 sha256 = "689e57e42f43bdc73ea4e893d9676819980d17968696826b69fbd951f59772de";
14 propagatedBuildInputs = [ redis python-lzf ];
16 # No tests in published package
20 description = "Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON";
21 homepage = "https://github.com/sripathikrishnan/redis-rdb-tools";
22 license = licenses.mit;
23 maintainers = with maintainers; [ offline ];