7 buildPythonPackage rec {
8 pname = "persisting-theory";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-D4QPoiJHvKpRQJTafzsmxgI1lCmrEtLNiL4GtJozYpA=";
21 pythonImportsCheck = [ "persisting_theory" ];
24 homepage = "https://code.agate.blue/agate/persisting-theory";
25 description = "Automate data discovering and access inside a list of packages";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ mmai ];