8 buildPythonPackage rec {
9 pname = "functiontrace";
14 inherit pname version;
15 hash = "sha256-3bnxZFq1/D9ntwfv7O2YU6MnKEDWWIG4zX0e3cgCleg=";
23 pythonImportsCheck = [ "functiontrace" ];
26 homepage = "https://functiontrace.com";
27 description = "The Python module for Functiontrace";
28 license = licenses.prosperity30;
29 maintainers = with maintainers; [ mathiassven ];