]> git.ipfire.org Git - thirdparty/python-fints.git/commit
client.get_holdings() retrieves all holdings from an account (#7)
authorMathias Dalheimer <md@gonium.net>
Fri, 5 May 2017 14:44:54 +0000 (16:44 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Fri, 5 May 2017 14:44:54 +0000 (16:44 +0200)
commitf45d7d89b916745fe7036ae006d4e1eea5ec84c5
tree31827d7328bb1279f605e19739f2e74460dfa6d4
parent4dfc08f151506bd6ae72f82403908c5f7038f717
client.get_holdings() retrieves all holdings from an account (#7)

* client.get_holdings() retrieves all holdings from an account

* addressed the concerns of @raphaelm, see https://github.com/raphaelm/python-fints/pull/7
.gitignore
README.md
fints/client.py
fints/models.py
fints/segments/depot.py [new file with mode: 0644]
fints/segments/saldo.py
fints/utils.py