You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jakub Valenta e402a9a0ce fints: Ignore unsupported get_cred_card_txs
And fix merging of transaction lists.
1 year ago
account_statement fints: Ignore unsupported get_cred_card_txs 1 year ago
.gitignore account-statement: No need to ignore tests/_ 4 years ago
LICENSE Initial commit 8 years ago
Makefile Add merge_txs_lists 1 year ago
NOTICE Initial commit 8 years ago
README.md Add read-information subcommand 1 year ago
account-statement Add read-information subcommand 1 year ago
poetry.lock Add read-information subcommand 1 year ago
pyproject.toml Get transactions for non-Sepa accounts 1 year ago
setup.cfg Add read-information subcommand 1 year ago
setup.py Add merge_txs_lists 1 year ago
tox.ini Add read-information subcommand 1 year ago

README.md

Account Statement

Retrieve bank account statements.

Supported banks:

Installation

Arch Linux

# pacman -S python-poetry libsecret
$ make setup

Other systems

Install these dependencies manually:

  • Python >= 3.9
  • poetry
  • libsecret (Linux keyring)

Then run:

$ make setup

Usage

See the help for all command line options:

$ ./account-statement --help

Development

Testing and linting

$ make test
$ make lint

Help

$ make help

Contributing

Feel free to remix this project under the terms of the Apache License, Version 2.0.