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