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.
And fix merging of transaction lists. |
1 year ago | |
---|---|---|
account_statement | 1 year ago | |
.gitignore | 4 years ago | |
LICENSE | 8 years ago | |
Makefile | 1 year ago | |
NOTICE | 8 years ago | |
README.md | 1 year ago | |
account-statement | 1 year ago | |
poetry.lock | 1 year ago | |
pyproject.toml | 1 year ago | |
setup.cfg | 1 year ago | |
setup.py | 1 year ago | |
tox.ini | 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.