1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: ledger-autosync
Section: utils
Priority: optional
Maintainer: Antonio Terceiro <terceiro@debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
hledger,
ledger,
python3,
python3-all,
python3-bs4,
python3-fuzzywuzzy,
python3-ledger,
python3-poetry,
python3-pytest,
python3-ofxclient,
python3-ofxparse (>= 0.14),
python3-setuptools (>= 26),
python3-poetry-core,
Standards-Version: 4.7.0
Homepage: https://gitlab.com/egh/ledger-autosync
Vcs-Git: https://salsa.debian.org/debian/ledger-autosync.git
Vcs-Browser: https://salsa.debian.org/debian/ledger-autosync
Testsuite: autopkgtest-pkg-pybuild
Package: ledger-autosync
Architecture: all
Depends: hledger | ledger, ${misc:Depends}, ${python3:Depends}
Description: automated synchronization between OFX providers and ledger files
ledger-autosync is a program to pull down transactions from your bank
and create ledger transactions for them. It is designed to only
create transactions that are not already present in your ledger files.
This should make it comparable to some of the automated synchronization
features available in products like GnuCash, Mint, etc.
|