9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "0zn3grc6xhgzcc81qc3dxkkwk731cjjqqhb46smw12lk09cdnigb";
18 propagatedBuildInputs = [ six beautifulsoup4 lxml ];
21 homepage = "http://sites.google.com/site/ofxparse";
22 description = "Tools for working with the OFX (Open Financial Exchange) file format";
23 license = licenses.mit;