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
|
FinTS client library
====================
:target: https://pypi.python.org/pypi/fints
This is a pure-python implementation of FinTS (formerly known as HBCI), a
online-banking protocol commonly supported by German banks.
Library user documentation content
----------------------------------
.. toctree::
:maxdepth: 2
quickstart
reading
client
tans
transfers
debits
tested
upgrading_3_4
upgrading_2_3
upgrading_1_2
trouble
Library developer documentation content
---------------------------------------
.. toctree::
:maxdepth: 2
developer/index
|