9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-i16bE9iuafhAKco2jYfg5T5QCWFHdnYVztf1z2XbO9g=";
21 build-system = [ setuptools ];
23 nativeCheckInputs = [ pytestCheckHook ];
25 # These are helper functions that should not be called as tests
32 homepage = "https://github.com/captin411/ofxhome";
33 description = "ofxhome.com financial institution lookup REST client";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [ pyrox0 ];