@@ -28504,6 +28504,26 @@ (define-public python-ofxparse
statements in OFX files.")
(license license:expat)))
+(define-public python-ofxhome
+ (package
+ (name "python-ofxhome")
+ (version "0.3.3")
+ ;; Source from git instead of pypi as test data is not included in pypi tarball
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/captin411/ofxhome")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1n1vvdjwzxfprqapcxj7c44m0gp5w23qsdna550ghsdfv09rnplb"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/captin411/ofxhome")
+ (synopsis "REST client for ofxhome.com financial institution lookups")
+ (description "REST client for ofxhome.com financial institution lookups.")
+ (license license:expat)))
+
(define-public python-stripe
(package
(name "python-stripe")