]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Take inspiration from fints4fun
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 2 Jan 2017 15:25:03 +0000 (16:25 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 2 Jan 2017 15:25:03 +0000 (16:25 +0100)
commit526678e44bbdeec16ce77e0809794b268869dd00
treeaa07b44c0f09f07970cc8a7bec07e8c9d135e931
Take inspiration from fints4fun
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
fints/__init__.py [new file with mode: 0644]
fints/protocol/__init__.py [new file with mode: 0644]
fints/protocol/fints3/__init__.py [new file with mode: 0644]
fints/protocol/fints3/segments/__init__.py [new file with mode: 0644]
fints/protocol/fints3/segments/crypto.py [new file with mode: 0644]
fints/protocol/fints3/segments/message.py [new file with mode: 0644]
fints/protocol/fints3/utils.py [new file with mode: 0644]