Metadata-Version: 2.1
Name: abna
Version: 0.2
Summary: Automated retrieval of mutations from ABN Amro
Home-page: https://github.com/djc/abna
Author: Dirkjan Ochtman
Author-email: dirkjan@ochtman.nl
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: cryptography
Requires-Dist: requests

# ABN Amro mutations retrieval

This Python library enables retrieval of mutations from the Dutch ABN Amro
banking site using the "soft token" (5-digit pass code).

Requirements:

- Python 2.7 or 3 (tested with 3.5)
- requests (tested with 2.15.1)
- cryptography (tested with 1.4)

This library was created by and is maintained by Dirkjan Ochtman. If you are
in a position to support ongoing maintenance and further development or use it
in a for-profit context, please consider supporting my open source work on
[Patreon](https://www.patreon.com/dochtman).

## Change log

### 0.2 (2018-07-15)

- Allow retrieval of mutations from different accounts
  ([#1](https://github.com/djc/abna/pull/1), thanks to
  [@ivasic](https://github.com/ivasic)). Note that this changes the signature
  of the `Session.mutations()` method to take the account IBAN as a mandatory
  first argument.

## Alternatives

[abnamro-tx](https://github.com/mkrcah/abnamro-tx) is a docker-based solution
to run a headless Chrome instance that can download mutation files for you.


