The limited banking API allows accessing a bank account of the Wise bank.
It can display:
- only a selection of transactiopns
- transfers that match
- transfers added together by a certain rule
This is the backbone of transparent banking transactions.
Install the package for development.
pip install -e .[dev] --upgradeRun the tests:
pytestWe also use tox to run tests.
tox