A lightweight python package that can be used to get list of licensed banks from Rwanda and their corresponding swift code, address, contact information, ussd code and bank code.
The distribution is hosted on pypi at: https://pypi.org/project/rw_banks/. To directly install the package from pypi, run from your terminal::
$ pip install rw_banks
from rw_banks import getBanks, getbank
print(getBanks()); //list of licensed banks
print(getbank("BKIGRWRW")); //dict of licensed bank with this swift code ("BKIGRWRW")