rekahsoft-gnu: Add python-ledger-autosync

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

View File

@ -491,3 +491,22 @@ Amazon Web Services (AWS) API.")))
(synopsis "OFX client for dowloading transactions from banks")
(description "OFX client for dowloading transactions from banks")
(license license:expat)))
(define-public python-ledger-autosync
(package
(name "python-ledger-autosync")
(version "1.0.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ledger-autosync" version))
(sha256
(base32 "0i4942qbsphq72zx7kd3rgw25rpq4fg4vl43akkl189wzcrgwv6j"))))
(build-system python-build-system)
(propagated-inputs
`(("python-ofxclient" ,python-ofxclient)
("python-ofxparse" ,python-ofxparse)))
(home-page "https://gitlab.com/egh/ledger-autosync")
(synopsis "Automatically sync your bank's data with ledger")
(description "Automatically sync your bank's data with ledger")
(license license:gpl3)))