]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Add full FinTS parser. Significantly changes the internal API, as segments are now...
authorHenryk Plötz <henryk@ploetzli.ch>
Mon, 30 Jul 2018 15:46:30 +0000 (17:46 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 18:34:16 +0000 (19:34 +0100)
commitcca60a978108f4eb8bfda4a7604da264fde61701
tree28fe31b74e308e11f203c6b63144658079520530
parenta5980309bfd6587ac8b173413138ffa9b2ca7211
Add full FinTS parser. Significantly changes the internal API, as segments are now lists of lists.
Fully supports all escaping and binary content. Decodes 'normal' data from ISO-8859-1 to Python strings, leaves binary data as binary.

Still broken: get_holdings()/HIWPD
fints/client.py
fints/connection.py
fints/message.py