7 buildPythonPackage rec {
8 pname = "pyinstrument";
11 src = fetchFromGitHub {
15 hash = "sha256-4gM60UhzN+VnNMTHw6NSU7/LUPHaMgg105D+dO6SDfg=";
18 # Module import recursion
21 pythonImportsCheck = [
26 description = "Call stack profiler for Python";
27 homepage = "https://github.com/joerick/pyinstrument";
28 license = licenses.bsd3;
29 maintainers = with maintainers; [ onny ];