]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Rename and package package
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 2 Jan 2017 19:56:29 +0000 (20:56 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 2 Jan 2017 19:56:29 +0000 (20:56 +0100)
commitdd3cb2695edc03a38cb16ba7bbd455ceee6682f7
treef59f82558eaeb7c85203cdb1e90d0fe257686d2e
parent731d91c4e7342efc82ac3e8634ea371c292d3518
Rename and package package
16 files changed:
.gitignore
fints/__init__.py [new file with mode: 0644]
fints/client.py [moved from fints3/client.py with 98% similarity]
fints/connection.py [moved from fints3/connection.py with 100% similarity]
fints/dialog.py [moved from fints3/dialog.py with 98% similarity]
fints/message.py [moved from fints3/message.py with 98% similarity]
fints/models.py [moved from fints3/models.py with 100% similarity]
fints/segments/__init__.py [moved from fints3/segments/__init__.py with 100% similarity]
fints/segments/accounts.py [moved from fints3/segments/accounts.py with 100% similarity]
fints/segments/auth.py [moved from fints3/segments/auth.py with 100% similarity]
fints/segments/dialog.py [moved from fints3/segments/dialog.py with 100% similarity]
fints/segments/message.py [moved from fints3/segments/message.py with 100% similarity]
fints/segments/statement.py [moved from fints3/segments/statement.py with 100% similarity]
fints/utils.py [moved from fints3/utils.py with 100% similarity]
fints3/__init__.py [deleted file]
setup.py [new file with mode: 0644]