9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
19 hash = "sha256-2DLd8myARAqUVrOmZNr/lX9zfnMTxAt2JQ69tczbajE=";
22 nativeCheckInputs = [ pytestCheckHook ];
24 pythonImportsCheck = [ "pysnooper" ];
27 description = "Poor man's debugger for Python";
28 homepage = "https://github.com/cool-RR/PySnooper";
29 license = licenses.mit;
30 maintainers = with maintainers; [ seqizz ];