* Only PIN/TAN authentication is supported, no signature cards
* Only a number of reading operations are currently supported
+Banks tested:
+
+* GLS Bank eG
+* Triodos Bank
+* BBBank eG
+* Postbank
+
Usage
-----
return self._find_segments(name, True)
def _find_segments(self, name, one=False):
- found = []
+ found = [] if not one else ''
for s in self.segments:
spl = s.split(':', 1)
if spl[0] == name:
PRODUCT_NAME = 'pyfints'
PRODUCT_VERSION = '0.1'
- def __init__(self, segmentno, lang=LANG_EN):
+ def __init__(self, segmentno, lang=LANG_DE):
data = [
0, 0, lang, self.PRODUCT_NAME, self.PRODUCT_VERSION
]