8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
18 hash = "sha256-gQZp4WKiUKBm2GYuVzrbxa93DpN8W1V48ou3NV0chZs=";
25 pythonImportsCheck = [
30 description = "A poor man's debugger for Python";
31 homepage = "https://github.com/cool-RR/PySnooper";
32 license = licenses.mit;
33 maintainers = with maintainers; [ seqizz ];