12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "e2b74af4da0ef9cd338bb6e8c97242c1ec9d81fcb28298d7bb24acdc19ea79d7";
21 # # Extra packages (may not be necessary)
28 propagatedBuildInputs = [
35 description = "Deep Difference and Search of any Python object/data";
36 homepage = "https://github.com/seperman/deepdiff";
37 license = licenses.mit;
38 maintainers = [ maintainers.mic92 ];