1 { lib, fetchPypi, buildPythonPackage }:
3 buildPythonPackage rec {
9 sha256 = "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2";
12 # tests require a running redis
16 description = "Python client for Redis key-value store";
17 homepage = "https://pypi.python.org/pypi/redis/";
18 license = with licenses; [ mit ];