1 { lib, buildPythonPackage, fetchPypi, nose }:
3 buildPythonPackage rec {
9 sha256 = "1rpyfqr2q9pnin47rjd4qapl8ngk1m9jx36iqckhdhr8s8gla445";
12 buildInputs = [ nose ];
14 # ImportError: No module named tests
18 homepage = "https://github.com/captin411/ofxhome";
19 description = "ofxhome.com financial institution lookup REST client";
20 license = licenses.mit;