10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "19y4sp5l9jqiqzzlbqdfiab42qx7d84n4xm4s7jfq397666vcyh5";
20 propagatedBuildInputs = [
27 homepage = "http://sites.google.com/site/ofxparse";
28 description = "Tools for working with the OFX (Open Financial Exchange) file format";
29 license = licenses.mit;