rekahsoft-gnu: Add python-ofxclient

This commit is contained in:
Collin J. Doering 2021-12-15 09:18:28 -05:00
parent 40c955d0b9
commit c9a485761a
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 23 additions and 0 deletions

View File

@ -468,3 +468,26 @@ Amazon Web Services (AWS) API.")))
(synopsis "Python command-line parsing library")
(description "Python command-line parsing library")
(license license:psfl)))
(define-public python-ofxclient
(package
(name "python-ofxclient")
(version "2.0.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ofxclient" version))
(sha256
(base32 "0jdhqsbl34yn3n0x6mwsnl58c25v5lp6vr910c2hk7l74l5y7538"))))
(build-system python-build-system)
(propagated-inputs
`(("python-beautifulsoup4" ,python-beautifulsoup4)
("python-keyring" ,python-keyring)
("python-lxml" ,python-lxml)
("python-ofxhome" ,python-ofxhome)
("python-ofxparse" ,python-ofxparse)
("python-argparse" ,python-argparse)))
(home-page "https://github.com/captin411/ofxclient")
(synopsis "OFX client for dowloading transactions from banks")
(description "OFX client for dowloading transactions from banks")
(license license:expat)))