Skip to main content

This is a python wrapper for AqBanking

Project description

AqBanking API for Python

[![Build Status](https://travis-ci.org/monofox/python-aqbanking.svg?branch=master)](https://travis-ci.org/monofox/python-aqbanking)

This is a python wrapper for AqBanking - so of course you need the AqBanking and Gwenhywfar dependencies installed for a successful compilation. The only supported things at the moment: get balance of an account, get the transactions of an account (with limitation to start and end date), list configured accounts in AqBanking, check an IBAN.

License

This library is published under the GPLv3 License. See “LICENSE” for details.

Dependencies

The proper development packages are required for:
  • AqBanking >= 5.4.0

  • Python >= 3.1

  • gwenhywfar >= 4.0.0

Install

To install this library, just execute (append –user if it should not be installed systemwide): python setup.py install

Please remember, that this library only works with Python 3.

Usage

To import it, just do the following: import aqbanking

And then you can verify the IBAN number e.g. with: aqbanking.chkibn(‘DE19….’)

And to list all configured accounts (you can not configure it through this library at the moment), you execute this command: aqbanking.listacc()

For all other functions, you need first to create an account: acc = aqbanking.Account(no=157458624, bank_code=45021512)

New is a function in order to get the information, which jobs or features are available: acc.availableJobs() Implemented is: nationalTransfer and sepaTransfer.

Known Bugs/Missing features

Right now, this extension does not support the Smartcard/Chipcard procedure for authentication. This is planned for the future, but will need time in order to write the corresponding backend.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-aqbanking-0.0.4.tar.gz (24.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page