1 { lib, buildPythonPackage, fetchPypi
5 buildPythonPackage rec {
6 pname = "persisting-theory";
10 inherit pname version;
11 sha256 = "02hcg7js23yjyw6gwxqzvyv2b1wfjrypk98cfxfgf7s8iz67vzq0";
14 checkInputs = [ nose ];
16 checkPhase = "nosetests";
19 homepage = "https://code.eliotberriot.com/eliotberriot/persisting-theory";
20 description = "Automate data discovering and access inside a list of packages";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ mmai ];