]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Implement a pure offline mode
authorHenryk Plötz <henryk@ploetzli.ch>
Tue, 10 Sep 2019 00:35:24 +0000 (02:35 +0200)
committerHenryk Plötz <henryk@ploetzli.ch>
Tue, 10 Sep 2019 00:36:19 +0000 (02:36 +0200)
commitfac6caf7277bbf30a9a009f393121cf2391e189b
tree02737d00ffa486b3ff2f5dbbbcc92aa4d0cc9be5
parente33ade2e4c065470909883817f8fa76b1f52278c
Implement a pure offline mode
The idea is that in the future get_information, get_tan_*, and, for convenience, get_sepa_accounts will be answered from data cached in the FinTSClient object if possible. This information in stored and retrieved with deconstruct()/from_data=
The stay_offline mode allows to inspect this cached data without risking opening a dialogue (and maybe triggering Strong Customer Authentication)
fints/client.py
fints/dialog.py
fints/exceptions.py